RE: [Harbour] Errors in last builds (install).

2009-02-18 Thread Horodyski Marek (PZUZ)
-Original Message- From: Massimo Belgrano [mailto:mbelgr...@deltain.it] Sent: Tuesday, February 17, 2009 5:13 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Errors in last builds (install). set PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;%PATH% set HB_ARCHITECTURE=win

RE: [Harbour] Errors in last builds (install).

2009-02-18 Thread Horodyski Marek (PZUZ)
From: Viktor Szakáts [mailto:harbour...@syenar.hu] Sent: Tuesday, February 17, 2009 5:23 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Errors in last builds (install). I'm getting the same. Didn't try to run it like this since a very long time, so it's

Re: [Harbour] Errors in last builds (install).

2009-02-18 Thread Massimo Belgrano
to proper value 2009/2/18 Horodyski Marek (PZUZ) m.horody...@pzuzycie.com.pl: -Original Message- From: Massimo Belgrano [mailto:mbelgr...@deltain.it] Sent: Tuesday, February 17, 2009 5:13 PM To: Harbour Project Main Developer List. Subject: Re: [Harbour] Errors in last builds (install). set PATH=C

Re: [Harbour] Errors in last builds (install).

2009-02-18 Thread Viktor Szakáts
First suggestion having c compiler in first position in path and one compiler at time for minigw is string recommended having msys in first position and mingw in second The audodetect find your c compiler in your path so help him the manual procedure set HB_ARCHITECTURE= and HB_COMPILER

[Harbour] Errors in last builds.

2009-02-17 Thread Horodyski Marek (PZUZ)
Errors in make_gnu.bat build. On screen : C:\harbourmake_gnu.bat clean C:\harbourmake_gnu.bat make[3]: [hbrun.exe] Error 1 (ignored) make[3]: [hbtest.exe] Error 1 (ignored) make[3]: [hbi18n.exe] Error 1 (ignored) make[3]:

[Harbour] Errors in last builds (install).

2009-02-17 Thread Horodyski Marek (PZUZ)
And after install : C:\harbourmake_gnu.bat install make[1]: *** [install] Error 1 make: *** [include.inst] Error 2 What is wrong ? Regards, Marek Horodyski ___ Harbour mailing list Harbour@harbour-project.org

Re: [Harbour] Errors in last builds (install).

2009-02-17 Thread Massimo Belgrano
set PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;%PATH% set HB_ARCHITECTURE=win set HB_COMPILER=mingw set HB_USER_LDFLAGS=-s CD \HARBOUR sh make_gnu.sh clean install 2009/2/17 Horodyski Marek (PZUZ) m.horody...@pzuzycie.com.pl: And after install : C:\harbourmake_gnu.bat install make[1]: ***

Re: [Harbour] Errors in last builds (install).

2009-02-17 Thread Viktor Szakáts
I'm getting the same. Didn't try to run it like this since a very long time, so it's difficult to tell when did it break. Also see my message to Przemek, about an error complaining on '[' command. Maybe that's it. Overall I recommend the msys way. It feels much more robust and even faster.