[tao-users] Attempting to host a Fedora rawhide autobuild (GCC 4.3.0)
  Home FAQ Contact Sign in
comp.softsys.ace only
 
Advanced search
POPULAR GROUPS

more...

comp.softsys.ace Profile…
 Up
[tao-users] Attempting to host a Fedora rawhide autobuild (GCC 4.3.0)         


Author: Jules Colding
Date: Apr 3, 2008 04:36

Hi,

I'm currently trying to get an autobuild started on Fedora rawhide.
This has turned out to be somewhat challenging. The first challenge
was that "stropts.h" isn't present in rawhide. See this bugzilla entry
as to why:

https://bugzilla.redhat.com/show_bug.cgi?id=439403

Following advice from Johnny I added this to "ace/config-posix.h":

#if defined _XOPEN_STREAMS && _XOPEN_STREAMS == -1
# define ACE_LACKS_STROPTS_H
#endif

However, the build now complains in this way:


/home/colding/work/src/ACE/ACE_wrappers/ace/OS_NS_Thread.inl:3231:
warning: the address of ‘target_thread’ will never be NULL
In file included from /home/colding/work/src/ACE/ACE_wrappers/ace/...
Show full article (3.29Kb)
no comments