Re: [Quickfix-developers] [CVS] configure and _XOPEN_SOURCE
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2005-02-28 20:24:47
|
Well, this used to be set to 1, but Bud Griffin reported that Solaris needs it to be 500: http://sourceforge.net/mailarchive/message.php?msg_id=10522888 ??? --oren On Feb 28, 2005, at 2:08 PM, Caleb Epstein wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX FAQ: > http://www.quickfixengine.org/wikifix/index.php?QuickFixFAQ > QuickFIX Support: http://www.quickfixengine.org/services.html > > This line in configure.in: > > AC_DEFINE(_XOPEN_SOURCE, 500, "Define _XOPEN_SOURCE to make sure we > get strptime") > > Causes problems building QF on Solaris. When _XOPEN_SOURCE is defined > to 500 in config.h, I get this error compiling any code: > > "/usr/include/sys/siginfo.h", line 248: Error: Type name expected > instead of "clock_t". > "/usr/include/sys/siginfo.h", line 250: Error: Type name expected > instead of "clock_t". > > Omitting this macro removes the problem. It looks like a bug in > Solaris, but I can't figure out how else to fix this. > > -- > Caleb Epstein > caleb dot epstein at gmail dot com > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |