Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » cpp/icpp name clashes [BUG?]
Re: cpp/icpp name clashes [BUG] [message #25798 is a reply to message #25794] Fri, 12 March 2010 10:15 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 13976
Registered: November 2005
Ultimate Member
Sender Ghost wrote on Thu, 11 March 2010 16:30

This is simple. I found this solution when used CMake generated make files for LLVM project.
Now, TheIDE will compile FileName.cpp to FileName.obj object file. CMake generated make file will compile it to FileName.cpp.obj. No more extension clashes in last case.
This is only one operation in the Builders code:
Changing GetFileTitle(fn) to GetFileName(fn) function where object file will be created.


I am sorry for perhaps too much thinking about the issue... Still, if you put a file to compiler in commandline, it just replaces the extension with ".o" (or ".obj"). So the proposed change is diverging from this practice.

But I think very likely I will do it as you suggest.

Mirek
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: theIDE crashes on win32 since revision 2221
Next Topic: batch build
Goto Forum:
  


Current Time: Fri May 10 14:04:23 CEST 2024

Total time taken to generate the page: 0.02701 seconds