Codelite6: Problem with object file names

General questions regarding the usage of CodeLite
Morkel
CodeLite Enthusiast
Posts: 10
Joined: Mon Mar 22, 2010 1:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Codelite6: Problem with object file names

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite6: Problem with object file names

Post by eranif »

Please re-download codelite installer.
I have already fixed this and updated the installers

Thanks!
Eran
Make sure you have read the HOW TO POST thread
Morkel
CodeLite Enthusiast
Posts: 10
Joined: Mon Mar 22, 2010 1:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite6: Problem with object file names

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite6: Problem with object file names

Post 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
Make sure you have read the HOW TO POST thread
Morkel
CodeLite Enthusiast
Posts: 10
Joined: Mon Mar 22, 2010 1:59 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Codelite6: Problem with object file names

Post 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
Post Reply