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 » Developing U++ » U++ Developers corner » POSIX releases...
Re: POSIX releases... [message #1411 is a reply to message #1409] Thu, 02 March 2006 23:36 Go to previous messageGo to previous message
mirek is currently offline  mirek
Messages: 14267
Registered: November 2005
Ultimate Member
masu wrote on Thu, 02 March 2006 17:28

Yes, we have to investigate what header files, functions and libraries are needed on the host system and create the mentioned files accordingly.
Theoretically it should be possible to generate them from theIDE, cause all information is there for a given package.
But we must also include the check results into the sources, otherwise the autotool chain does not make sense, cause a config.h and Makefile will be generated from the autotools. And definitions in config.h must be used to differentiate between different platforms.

Matthias



Hm... actually, regarding libraries and headers, it is a simple "all or nothing" situation I believe. There is a very limited set of libraries needed to compile, if any of them is missing, compilation is not possible....

Means the only information that is needed

* platform
* CPU type (and perhaps the mode)

As for config.h inclusion, I guess something like

#ifdef AUTOMAKEFILE
#include "Config.h"
#endif

should work?

Mirek

P.S.: I am a bit undereducated here, I never used even the Makefile during my career;) (First Linux IDE was build using remote development capabilities, not makefiles). Do not laugh.. Smile
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Next Topic: Funny experiences with AlphaBlend....
Goto Forum:
  


Current Time: Wed Aug 27 13:01:45 CEST 2025

Total time taken to generate the page: 0.06161 seconds