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)
Code: Select all
$(IntermediateDirectory)/gui$(ObjectSuffix): gui.cpp $(IntermediateDirectory)/gui$(DependSuffix)
I don't know how codelite generate such a makefile, any help would be welcome.
Thanks.