THis is my batch with parameter clean install SET HB_WITH_ADS=C:\DEVL\acesdk SET HB_WITH_QT=C:\DEVL\qt\2009.04\QT\INCLUDE SET HB_BUILD_IMPLIB=yes SET HB_WITH_MYSQL=C:\DEVL\MySQL51\INCLUDE SET HB_ARCHITECTURE=win SET HB_COMPILER=mingw SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER% rem SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN rem SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB rem SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE SET PATH=C:\DEVL\MinGWtdm\BIN;C:\HARBOUR\%HB_COMPILER%\BIN;C:\DEVL\QT\2009.04\QT\BIN;%PATH% WIN-MAKE %1 %2 %3 %4 > log-%HB_COMPILER%.txt 2>&1
when finish i have only 5 file lib
Directory di c:\harbour\mingw\lib
02/12/2009 19:35 <DIR> .
02/12/2009 19:35 <DIR> ..
16/08/2007 19:10 115.518 libace32.a
02/12/2009 18:56 452.652 LIBDELTA4HH.A
02/12/2009 18:56 468.096 LIBDELTA4HHD.A
02/12/2009 19:35 804.726 liblibhpdf.a
01/04/2009 14:53 34.876 libmysql.a
10/11/2009 11:01 <DIR> win
5 File 1.875.868 byte
3 Directory 396.135.325.696 byte disponibili
----------------
rem SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN
rem SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB
rem SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE
-----------------
2009/12/2 Viktor Szakáts <[email protected]>:
>> My dir layout
>> SET HB_INSTALL_PREFIX=C:\HARBOUR\%HB_COMPILER%
>> SET HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\BIN
>> SET HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\LIB
>> SET HB_INC_INSTALL=%HB_INSTALL_PREFIX%\INCLUDE
>>
>> if i remove : HB_BIN_INSTAL SET HB_LIB_INSTALL SET HB_INC_INSTALL
>> I can't compile harbour
>> gcc -I. -I../../../../../include -O3 -fomit-frame-pointer -march=i586
>> -mtune=pentiumpro -Ic:/harbour/external/zlib
>> -Ic:/harbour/external/libpng -o_hbhbpdf.o -c ../../../_hbhbpdf.c
>> process_begin: CreateProcess(NULL, gcc -I. -I../../../../../include
>> -O3 -fomit-frame-pointer -march=i586 -mtune=pentiumpro
>> -Ic:/harbour/external/zlib -Ic:/harbour/external/libpng -o_hbhbpdf.o
>> -c ../../../_hbhbpdf.c, ...) failed.
>> make (e=2): Impossibile trovare il file specificato.
>
> This is not caused by missing HB_*_INSTALL, but rather
> missing MinGW from PATH.
>
> Add MinGW to your PATH and it will work. Leave only HB_INSTALL_PREFIX.
>
> Brgds,
> Viktor
>
> _______________________________________________
> Harbour mailing list (attachment size limit: 40KB)
> [email protected]
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
--
Massimo Belgrano
Iscritto all'albo dei CTU presso il Tribunale di Novara per materia Informatica
Delta Informatica S.r.l. (http://www.deltain.it/) (+39 0321 455962)
Analisi e sviluppo software per Lan e Web - Consulenza informatica - Formazione
log-mingw.7z
Description: Binary data
_______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
