> 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

Reply via email to