Page 1 of 1

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

Posted: Mon Sep 09, 2013 12:42 pm
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.

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

Posted: Mon Sep 09, 2013 12:48 pm
by eranif
Can you please post the build error you are getting?

Eran