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: Compiling, Linking, Debugging of your packages » How to compile thrid-party packages?
Re: How to compile thrid-party packages? [message #5924 is a reply to message #5921] Wed, 25 October 2006 14:15 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
arixion wrote on Wed, 25 October 2006 07:29

Is it possible to specify more compiler flags?



Sure! Just add compiler options in package organizer.

Well, the all the thing might be a little bit complicated at first, but I think current documentation is already quite good. The system is quite flexible.

The one thing to keep always in the mind is that everything is designed to work with more compilers and more platforms (and with different directory tree). That is why there are

- builders (routines to use specific compiler or compiler group),

- build methods (binds builder with concrete computer specific settings of executable, library and include paths)

- flags (describes platform and compiler, e.g. "WIN32 GCC"

- package and file additional settings (can add compiler options for specific combination of flags)

Quote:


And btw, how does UPP make GCC use Blitz?



It is transparent with respect to all of above. BLITZ system checks for all problems there and for most problems with the code (in other words, BLITZ is active only if possible).

Quote:


I might decide to create an extension to UPP that allows it to use Scons as a compilation system...


Why? Smile I think U++ build system is really matured now and is the only system allowing BLITZ (if nothing else). You need build system that understands C++ files to have BLITZ.

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
Read Message
Read Message
Previous Topic: Reduce the EXE size
Next Topic: UPP_MAIN__ is not exported to env in linux
Goto Forum:
  


Current Time: Thu Aug 07 23:20:01 CEST 2025

Total time taken to generate the page: 0.04878 seconds