So the whole story is: I'm trying to build the Image Engine's cortex plugin for Maya 2011 x64, but I wasn't able to do it with vc++ 2008 express (I get a cl.exe error because I guess cl.exe isn't made to build for 64-bit workstations). Which is why I'm trying codeblocks. It doesn't give me a "error spawing cl.exe" issue, but it now says this:
BoolParameterHandler.obj
c1xx : fatal error C1083: Cannot open source file: '9.0\VC\include /c ..\cortex-vfx-read-only\src\IECoreMaya\BoolParameterHandler.cpp /FoDebug\cortex-vfx-read-only\src\IECoreMaya\BoolParameterHandler.obj': No such file or directory
Studio
c1xx : fatal error C1083: Cannot open source file: 'Studio': No such file or directory
Visual
c1xx : fatal error C1083: Cannot open source file: 'Visual': No such file or directory
Microsoft
c1xx : fatal error C1083: Cannot open source file: '(x86)\Microsoft': No such file or directory
Files
c1xx : fatal error C1083: Cannot open source file: 'Files': No such file or directory
Program
c1xx : fatal error C1083: Cannot open source file: '9.0\VC\include /IC:\Program': Invalid argument
Studio
c1xx : fatal error C1083: Cannot open source file: 'Studio': No such file or directory
Visual
c1xx : fatal error C1083: Cannot open source file: 'Visual': No such file or directory
Microsoft
c1xx : fatal error C1083: Cannot open source file: '(x86)\Microsoft': No such file or directory
Files
c1xx : fatal error C1083: Cannot open source file: 'Files': No such file or directory
Program
c1xx : fatal error C1083: Cannot open source file: 'SDKs\Windows\v7.1\Include /IC:\Program': Invalid argument
Microsoft
c1xx : fatal error C1083: Cannot open source file: 'Files\Microsoft': No such file or directory
Generating Code...
Process terminated with status 2 (0 minutes, 0 seconds)
0 errors, 0 warnings