Hi Toninho, Please don't use make_gnu.bat anymore.
Instead, either run mingw32-make.exe from your path (see INSTALL how to get this file), or use the still provided config/mingw32-make.exe (you can even copy that to your PATH). [ config/mingw32-make.exe may be deleted in the near future from repository due to possible licensing issues, so it's better to have this file in PATH. ] Here is an optimized env with same effect: > ---cut--- > cd\harbour > set HB_INSTALL_PREFIX=c:\harbouri > set PATH=c:\bcc\bin;%PATH% > set LIB=c:\bcc\lib;c:\bcc\lib\psdk > set HB_USER_CFLAGS=-DHB_GUI -DHB_NO_PROFILER -DADS_LIB_VERSION=700 > -DHB_HASH_MSG_ITEMS -HB_NO_DEBUG -DHB_LEGACY_OFF -DHB_FM_STD_ALLOC > set HB_CONTRIBLIBS=rddads hbct hbmzip hbwin hbtip xhb > set HB_EXTERNALLIBS=no > set HB_INC_ADS=e:\harbour\ads\acesdk > mingw32-make install > log.txt 2>&1 > ---cut--- Brgds, Viktor 2009/8/14 toni...@fwi <[email protected]>: > Hi VIktor. > >> + Added HB_COMPILER/HB_ARCHITECTURE to option list. These >> should now be mostly optional. > > Maybe I´m missing something but now I receive this error with clean > build: > > 'mingw32-make.exe' nao foi reconhecido como um comando interno > ou externo, um programa operavel ou um arquivo em lotes. > Harbour GNU Make returned: 9009 > > > my .BAT file is: > > ---cut--- > cd\harbour > set HB_INSTALL_PREFIX=c:\harbouri > set PATH=c:\bcc\bin;%PATH% > set LIB=c:\bcc\lib;c:\bcc\lib\psdk > set HB_USER_CFLAGS=-DHB_GUI -DHB_FM_STATISTICS_OFF -DHB_NO_PROFILER > -DADS_LIB_VERSION=700 -DHB_HASH_MSG_ITEMS -DHB_NO_DEBUG > -DHB_LEGACY_OFF -DHB_FM_STD_ALLOC > set HB_COMPILER=bcc > set HB_ARCHITECTURE=win > set HB_CONTRIBLIBS=no > set HB_EXTERNALLIBS=no > set HB_CONTRIB_ADDONS=rddads hbct hbmzip hbwin hbtip xhb > set HB_INC_ADS=e:\harbour\ads\acesdk > set ADS_VER=7 > del log-%HB_COMPILER%.txt > call make_gnu.bat install > log-%HB_COMPILER%.txt 2>&1 > ---cut--- > > Thanks and best regards, > > Toninho. > > __________________________________________________ > Faça ligações para outros computadores com o novo Yahoo! Messenger > http://br.beta.messenger.yahoo.com/ > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
