Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: leebojammin on December 10, 2006, 04:14:40 am

Title: cl.exe failed to execute...
Post by: leebojammin on December 10, 2006, 04:14:40 am
Execution of 'cl.exe /nologo   /MD /W3 /GX /O2 /DWIN32 /DNDEBUG /D_WINDOWS /D_MBCS /D_USRDLL /DOPENTHREADS_EXPORTS /YX /FD /GR    /I..\include  /I"C:\Program Files\Microsoft Visual C++ Toolkit 2003\include" /c Win32Mutex.cpp /Fo\\win32_src\Win32Mutex.obj' in 'D:\Programs\OSG_OP_OT-1.2\OpenThreads\win32_src' failed.
Nothing to be done.
-----------

I have checked forums and I see no indication of what im missing to prevent this to work..I verified path is correct in settings > compiler.

thx
lj

Title: Re: cl.exe failed to execute...
Post by: stahta01 on December 10, 2006, 05:03:18 am
What version of cobeblocks are you using? (RC2 or nightly build)
What version of Visual Studio are you using?

The error implies you trying to use "Microsoft Visual C++ Toolkit 2003"; did you install it?


Tim S
Title: Re: cl.exe failed to execute...
Post by: leebojammin on December 10, 2006, 05:29:40 am
What version of cobeblocks are you using? (RC2 or nightly build)
What version of Visual Studio are you using?

The error implies you trying to use "Microsoft Visual C++ Toolkit 2003"; did you install it?


Tim S

rc2 and I foudn original problem...I had toolkit above set in settings globally but i'd not setup correct one in project settings on far left column..shrug sorry ;)

cheers
lj