Author Topic: cl.exe failed to execute...  (Read 3914 times)

leebojammin

  • Guest
cl.exe failed to execute...
« 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


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: cl.exe failed to execute...
« Reply #1 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
« Last Edit: December 10, 2006, 05:10:02 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

leebojammin

  • Guest
Re: cl.exe failed to execute...
« Reply #2 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