No idea. Exact same batch works here after correcting the make dir to mine. Could be: - wrong make dir - wrong make.exe in make dir. - older Harbour revision, without the 'install' patch. (pre-2009-02-18 22:00 UTC+0100) - something else. The result may be in the .log file, so if you don't succeed, it's worth a check.
BTW '-r' switch isn't needed anymore for make, just delete it. Brgds, Viktor On Tue, Feb 24, 2009 at 9:43 PM, Massimo Belgrano <[email protected]>wrote: > Wich is bcc setting for using bcc with new make system) > rem 1) You need to have MinGW 'make.exe' in your path. > rem 2) Run from the Harbour source root dir. > set path=c:\devl\BCC55\BIN;%path% > set path=c:\devl\mingw32make;%path% > set HB_ARCHITECTURE=win > set HB_COMPILER=bcc32 > set HB_INSTALL_PREFIX=%~dp0 > set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin > set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib > set HB_INC_INSTALL=%HB_INSTALL_PREFIX%\include > set SHLVL= > make clean > nul > make install -r >MAKE_BCC.LOG > > C:\harbour>make clean 1>nul > > C:\harbour>make install -r 1>MAKE_BCC.LOG > make[1]: [install] Error 1 (ignored) > > > > -- > Massimo Belgrano > _______________________________________________ > 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
