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. WIN-MAKE[3]: *** [_hbhbpdf.o] Error 2 WIN-MAKE[2]: *** [descend] Error 2 WIN-MAKE[1]: *** [libhpdf.inst] Error 2 WIN-MAKE: *** [external.inst] Error 2 2009/12/2 Viktor Szakáts <[email protected]>: >> I have removed all HB_INC_* from my batch with the exclusion of >> hb_inc_install > > You also not need HB_INC_INSTALL, BTW. Unless you use some > exotic dir layout. > > Brgds, > Viktor > > _______________________________________________ > Harbour mailing list (attachment size limit: 40KB) > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > -- Massimo Belgrano _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
