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/...