Using MS VC++
Posted: Sat Jun 15, 2013 10:32 pm
Hi all,
I have just installed CodeLite on Windows 8 and it seems very good indeed. It works flawlessly with GCC/MinGW but I somehow cannot get it working with MS VC++.
Environmental paths are ok - I have the impression that this is something to do with make or makefiles.
It looks like CodeLite by default suggests the GCC make utility even for MS VC++. Builds fail (just hello world, plain C):
mingw32-make.exe[1]: *** [Debug/main.obj] Error -1073741515
mingw32-make.exe: *** [All] Error 2
test101.mk:92: recipe for target `Debug/main.obj' failed
mingw32-make.exe[1]: Leaving directory `D:/CodeLite/CodeLite/test101'
I tried to change to nmake.exe and it also fails:
test101.mk(6) : fatal error U1033: syntax error : '=' unexpected
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\nmake.exe"' : return code '0x2'
Does anyone know how to proceed from here?
Many thanks in advance for any input.
D.D.
I have just installed CodeLite on Windows 8 and it seems very good indeed. It works flawlessly with GCC/MinGW but I somehow cannot get it working with MS VC++.
Environmental paths are ok - I have the impression that this is something to do with make or makefiles.
It looks like CodeLite by default suggests the GCC make utility even for MS VC++. Builds fail (just hello world, plain C):
mingw32-make.exe[1]: *** [Debug/main.obj] Error -1073741515
mingw32-make.exe: *** [All] Error 2
test101.mk:92: recipe for target `Debug/main.obj' failed
mingw32-make.exe[1]: Leaving directory `D:/CodeLite/CodeLite/test101'
I tried to change to nmake.exe and it also fails:
test101.mk(6) : fatal error U1033: syntax error : '=' unexpected
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\nmake.exe"' : return code '0x2'
Does anyone know how to proceed from here?
Many thanks in advance for any input.
D.D.