Page 1 of 1
Codelite6: Problem with object file names
Posted: Fri Jun 06, 2014 2:06 pm
by Morkel
Hi,
Codelite6 now compiles object files with a ".cpp" extension, e.g. "test.cpp.o". On cleaning a project, Codelite6 tries to remove "test.o" which does not exist.
Am I missing something?
Thanks,
Morkel
Re: Codelite6: Problem with object file names
Posted: Fri Jun 06, 2014 2:10 pm
by eranif
Please re-download codelite installer.
I have already fixed this and updated the installers
Thanks!
Eran
Re: Codelite6: Problem with object file names
Posted: Fri Jun 13, 2014 5:22 pm
by Morkel
Thanks, it worked!
may I ask why you added the ".cpp" extension to filenames? Is there a way to get the old behaviour back?
The reason why I ask: I also use premake4 to build projects from the command line and now I end up with two object files for each source file, e.g. "test.cpp.o" and "test.o"
Best regards,
Morkel
Re: Codelite6: Problem with object file names
Posted: Fri Jun 13, 2014 5:36 pm
by eranif
I got bug reports from people having 2 files (file.cxx / file.cc that both generated the same object file name file.o ...)
Eran
Re: Codelite6: Problem with object file names
Posted: Fri Jun 13, 2014 5:53 pm
by Morkel
Ahh, yes, then it makes sense. It's impossible to satisfy all of us
nevertheless, many thanks for this great software and all of your work...
Morkel