2010-07-16 19:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* INSTALL
    + Added Windows and OS/2 specific extra requirements for
      GNU Make version. Windows: 3.81, OS/2: 3.81r3
      Older versions are too buggy/risky on these platforms.

  * ChangeLog
    + Added more VxWorks NOTEs to 2010-07-16 18:22 UTC+0200.
This commit is contained in:
Viktor Szakats
2010-07-16 17:06:05 +00:00
parent 302211f9af
commit e03136aa92
2 changed files with 21 additions and 3 deletions

View File

@@ -16,6 +16,15 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-07-16 19:04 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added Windows and OS/2 specific extra requirements for
GNU Make version. Windows: 3.81, OS/2: 3.81r3
Older versions are too buggy/risky on these platforms.
* ChangeLog
+ Added more VxWorks NOTEs to 2010-07-16 18:22 UTC+0200.
2010-07-16 18:22 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/minizip/minizip.dif
+ Updated after latest changed by Tamas Tevesz. Thanks a lot!
@@ -70,6 +79,14 @@
code, but it's possible some build options are needed which
I missed all along.
- HB_SHARED_MODE=yes needs further tweaking.
- GNU Make 3.80 is shipped with the VxWorks package, and it
fails with strange error which is not suprise how buggy
make was in 2002, the first usable version is 3.81 on
Windows. Simply copying make.exe over with the mingw 3.81
build makes it work (or setup Workbench to launch
win-make.exe?).
- Maybet the dbCreate() problem worth looking into, as f.e.
hb_out.log was generated fine on the FS.
2010-07-16 09:04 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/idebrowse.prg

View File

@@ -22,7 +22,7 @@ HARBOUR
For all platforms you'll need:
* Supported ANSI C compiler
* GNU Make (3.81 recommended, minimum 3.79 required)
* GNU Make (3.81 recommended, minimum 3.79 required, see also platform details)
* Harbour sources (2.0.0 or upper)
on Windows hosts
@@ -40,7 +40,7 @@ HARBOUR
of the same compiler, or different versions of the same compiler
in PATH at the same time. For the list of supported compilers,
please look up the relevant section in this document.
3.) You need to get GNU Make. We recommend this link:
3.) GNU Make 3.81 or upper is required. We recommend this link:
http://sourceforge.net/projects/mingw/files/MinGW/make/make-3.81-20090914-mingw32/make-3.81-20090914-mingw32-bin.tar.gz/download
Unpack it to your PATH or Harbour source root directory.
If you use MinGW compiler, you already have GNU Make.
@@ -93,7 +93,8 @@ HARBOUR
-------------
(possible cross-build targets: MS-DOS, OS/2, Linux)
1.) You need to get GNU Make. If you use OS/2 host, we recommend this link:
1.) You need to get GNU Make. If you use OS/2 host, 3.81r3 or upper
version is required. We recommend this link:
ftp://hobbes.nmsu.edu/pub/os2/dev/util/make-3.81-r3-bin-static.zip
If you use other host, please refer to other platform instructions
in this section.