codelite does not work for me, some error in makefile?

General questions regarding the usage of CodeLite
kipade
CodeLite Enthusiast
Posts: 10
Joined: Thu Nov 01, 2012 11:14 am
Genuine User: Yes
IDE Question: C++
Contact:

codelite does not work for me, some error in makefile?

Post by kipade »

Im not sure if its a bug of this new version of codelite, but it did occur on my computer.
I runs slackware 14 32bit version.
with wxWidgets 2.9.5 installed at /usr/local
When I create any project with no modification, it can't be compiled, so, can't be run of course.
I look into the generated *.mk, but found a wrong line, like:

Code: Select all

Objects0=$(IntermediateDirectory)/test2_gui$(ObjectSuffix) $(IntermediateDirectory)/test2_main$(ObjectSuffix) 
but, the dependencies like:

Code: Select all

$(IntermediateDirectory)/gui$(ObjectSuffix): gui.cpp $(IntermediateDirectory)/gui$(DependSuffix)
so, if i remove "test2_" and make at command line, it would work!
I don't know how codelite generate such a makefile, any help would be welcome.
Thanks.
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite does not work for me, some error in makefile?

Post by eranif »

Can you please post the build error you are getting?

Eran
Make sure you have read the HOW TO POST thread
Post Reply