[Harbour] Re: Error making _hbhbpdf.c

Itamar Lins itamarlins at gmail.com
Sun Nov 1 06:48:00 EST 2009


Viktor Szakáts escreveu:
> 
> If Harbour build still cannot autodetect it, above must
> be wrong. I never tested to put MSVC in the PATH _TWICE_,
> while it should work, maybe should correct it to have it
> only once, and check if cl.exe is indeed in above PATH list.
> (by trying to execute it!).
> 
> Anyhow I'd suggest to check proper MSVC setup in INSTALL
> EXAMPLES section, and this case is also covered by the
> TROUBLESHOOTING section (aka as: try with minimal amount
> of envvars, setup your compiler tools properly, try with
> EXAMPLES as-is).
> 
> Brgds,
> Viktor
> 
Hi Mr. Viktor.
	
I am following the steps in the INSTALL file
And he will be better if you change these lines because I believe that 
is leaving the new users confused as I was.
I'm not touching anything just by following the instructions in the 
install file.
--------8<-----------
       --- MSVC 2008 + SDK
       set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\
       call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
       mingw32-make
       ---
-------->8-----------
As it stands, it's generating for Mingw lib's.
to
       --- MSVC 2008 + SDK
       set WindowsSDKDir=%ProgramFiles%\Microsoft SDKs\Windows\v6.0A\
       call "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\vcvarsall.bat"
       win-make clean install
       ---
Pure MSVC compiler.

Best regards,
Itamar M. Lins Jr.



More information about the Harbour mailing list