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   |
 |
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..
|
|
|
 |
|
POSIX releases...
By: mirek on Thu, 02 March 2006 22:52
|
 |
|
Re: POSIX releases...
By: masu on Thu, 02 March 2006 23:16
|
 |
|
Re: POSIX releases...
By: mirek on Thu, 02 March 2006 23:21
|
 |
|
Re: POSIX releases...
By: masu on Thu, 02 March 2006 23:28
|
 |
|
Re: POSIX releases...
By: mirek on Thu, 02 March 2006 23:36
|
 |
|
Re: POSIX releases...
By: dr_jumba on Fri, 03 March 2006 21:53
|
 |
|
Re: POSIX releases...
By: mirek on Fri, 03 March 2006 22:29
|
 |
|
Re: POSIX releases...
By: masu on Sat, 04 March 2006 22:15
|
 |
|
Re: POSIX releases...
By: dr_jumba on Sun, 05 March 2006 11:11
|
 |
|
Re: POSIX releases...
By: masu on Sun, 05 March 2006 15:50
|
 |
|
Re: POSIX releases...
By: mirek on Sun, 05 March 2006 21:13
|
Goto Forum:
Current Time: Wed Aug 27 13:01:45 CEST 2025
Total time taken to generate the page: 0.06161 seconds
|