General questions regarding the usage of CodeLite
Mook
CodeLite Enthusiast
Posts: 17 Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Mook » Tue Sep 22, 2015 1:48 pm
I am trying to build a Windows application using only the MSVC (2013) toolchain with Codelite 8.2, but I always get an error :
Code: Select all
Client.mk(4) : fatal error U1033: syntax error : '=' unexpected
I have searched the fora and found reference to this issue but there was no resolution to it and that was dated 2013!
I have CMake 3.3.2 installed but I can't get anything to build, I'd really appreciate your help with this as my head is starting to hurt.
eranif
CodeLite Plugin
Posts: 6375 Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by eranif » Tue Sep 22, 2015 5:30 pm
Are the makefiles generated by CMake?
If this is true, than the problem is within CMake
Eran
Mook
CodeLite Enthusiast
Posts: 17 Joined: Sat Jul 04, 2015 4:21 pm
Genuine User: Yes
IDE Question: C++
Contact:
Post
by Mook » Tue Sep 22, 2015 6:28 pm
Well to be honest I don't know, this is my first venture using this, having used Visual Studio before. But in desperation I changed to NotePad++ and an nmake file, and this worked for me. But with that said I would like to use codelite with an nmake makefile as it's my IDE of choice on Linux and Mac if this is possible.