[Quickfix-developers] Problem with _XOPEN_SOURCE definition in quickfix 1.9.4 on Solaris
Brought to you by:
orenmnero
From: Bud G. <bgr...@gl...> - 2005-01-10 18:54:20
|
There's a problem with compiling quickfix 1.9.4 on Solaris systems caused by the addition on the #define _XOPEN_SOURCE 1 in configure. Solaris (and NetBSD as well, I think) needs the version of XOpen supplied instead of a boolean value as comparisons are made in system header files to determine which features to provide. Possibly using #ifndef _XOPEN_SOURCE to determine whether to set the value could be used in configure.in. Solaris needs 500 as the value to _XOPEN_SOURCE to compile and link properly. Thanks, Bud -- Bud Griffin bgr...@gl... GlobalTec Solutions, LLP 5010 Addison Circle Addison, TX 75001 1-888-304-8881 x2314 1-972-387-4829 FAX |