Sorry, all paths have changed, can't compile harbour programs anymore.

I ussually compile like this:

compile.bat
-----------------------------------------------------------------
SET PATH=C:\vsk\vc\bin;C:\vsk\bin;C:\harbour\bin;
SET LIB=C:\vsk\vc\lib;C:\vsk\lib;C:\harbour\lib\win\msvc;
SET INCLUDE=C:\vsk\vc\include;C:\vsk\include;C:\harbour\include;

set HB_VISUALC_VER=90

hbmk2.exe speedtst.prg -shared -mt -gc3
-----------------------------------------------------------------

Problem:
in C:\harbour\bin there's a february version of harbour and hbmk2
New exe ares in C:\harbour\bin\vc

So far so good

So I changed my bat line to:
SET PATH=C:\vsk\vc\bin;C:\vsk\bin;C:\harbour\bin\vc;
and then hbmk2.exe bombs out with this message:

hbmk: Error: Running harbour compiler. 1:
C:\harbour\bin\bin\harbour.exe speedtst.prg -iC:\harbour\bin\include
               ^^^

Obviously such directory does not exist.
Someone confused some paths
HTH
Angel

Viktor Szakáts escribió:
Hi Angel,
    Compiled same prg with: hbmk2 speedtst.prg.
    exe generated, does nothing on run


Which compiler and Harbour revision? [ You can try with -n. ]

Brgds,
Viktor


_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to