Re: [Quickfix-developers] 1.6.0 compilation problems
Brought to you by:
orenmnero
From: Miller, O. <OM...@ri...> - 2003-08-29 13:19:28
|
Hmm, check to see if socket_t is defined in config.h, if so remove that = line. -------------------------- Sent from my BlackBerry Wireless Handheld -----Original Message----- From: Loic Guezennec <loi...@sw...> To: Quickfix developers <qui...@li...> Sent: Fri Aug 29 08:13:59 2003 Subject: [Quickfix-developers] 1.6.0 compilation problems Hi, I just tried to compile the QF 1.6.0 under Sun gcc 2.95.3 & STLPort and I get the following problem: g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -Wall=20 -I/usr/local/include/stlport -I/usr/local/include/libxml2=20 -I/usr/local/include/libxml2/libxml -I/softwares/java/include=20 -I/softwares/java/include/solaris -c FieldBaseTestCase.cpp=20 -Wp,-MD,.deps/FieldBaseTestCase.TPlo -fPIC -DPIC -o FieldBaseTestCase.o In file included from ../Utility.h:68, from ../FieldTypes.h:58, from ../FieldConvertors.h:54, from ../Field.h:60, from FieldBaseTestCase.h:6, from FieldBaseTestCase.cpp:57: /usr/include/sys/socket.h:61: declaration does not declare anything make[4]: *** [FieldBaseTestCase.lo] Error 1 the offending line from socket.h: 58: #if defined(_XPG4_2) && !defined(_XPG5) && !defined(_LP64) 59: typedef size_t socklen_t; 60: #else 61: typedef uint32_t socklen_t; 62: #endif /* defined(_XPG4_2) && !defined(_XPG5) && !defined(_LP64)=20 */ it doesn't like the typedef somehow=20 Any ideas ? --=20 ------------------------------------------- Loic Guezennec Swissquote Info Route des Avouillons 16 CH-1196 Gland Mailto:loi...@sw... www.swissquote.ch Tel: +41 (0)22 999 98 98 Tel Direct: +41 (0)22 999 98 55 Fax: +41 (0)22 999 98 99 ____________________________________________ The information in this Internet e-mail is confidential and may be = legally privileged. It is intended solely for the addressee. Access by any other person to this Internet e-mail is not authorized. If you are not the intended recipient, please delete this Internet e-mail. Any disclosure = of this Internet e-mail or of the parties to it, any copying, distribution = or any action taken or omitted to be taken in reliance on it is prohibited, and may be unlawful. ____________________________________________ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Quickfix-developers mailing list Qui...@li... https://lists.sourceforge.net/lists/listinfo/quickfix-developers |