RE: [Quickfix-developers] RE: Intermittent disconnect problem
Brought to you by:
orenmnero
From: Bishop, B. <Bar...@gs...> - 2004-12-01 13:51:59
|
Hi Caleb, Thanks for the advice. I might try switching to this, but at the moment I am using gcc 2.95.2 (old, I know). I'm also using STL port 4.6.2 and libxml 2.5.10. This is all on top of SunOS 5.8 At the moment I'm having another go at using the configure script. It all starts going wrong from here: configure --with-stlport=/home/bishoba/qf/STLport-4.6.2 For example, the configure script builds Makefiles with incorrect include directories: /home/bishoba/qf/STLport-4.6.2/include/stlport but there is no 'include' subdirectory under stlport. I can edit configure to make this right and re-run it. I'm grappling with this now: /bin/bash ../../../libtool --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -O2 -I/home/bishoba/qf/STLport-4.6.2/stlport -I/home/bishoba/libxmlbin/GPlxml/reloc/libxml/include/libxml2 -I/opt/JDK-1.3/j2se/include -I/opt/JDK-1.3/j2se/include/solaris -O0 -g -c -o FieldBaseTestCase.lo `test -f 'FieldBaseTestCase.cpp' || echo './'`FieldBaseTestCase.cpp g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -O2 -I/home/bishoba/qf/STLport-4.6.2/stlport -I/home/bishoba/libxmlbin/GPlxml/reloc/libxml/include/libxml2 -I/opt/JDK-1.3/j2se/include -I/opt/JDK-1.3/j2se/include/solaris -O0 -g -c FieldBaseTestCase.cpp -Wp,-MD,.deps/FieldBaseTestCase.TPlo -fPIC -DPIC -o FieldBaseTestCase.lo In file included from /home/bishoba/qf/STLport-4.6.2/stlport/stl/_threads.h:233, from /home/bishoba/qf/STLport-4.6.2/stlport/stl/_alloc.h:64, from /home/bishoba/qf/STLport-4.6.2/stlport/stdexcept:45, from ../../../CPPTest/Exception.h:4, from ../../../CPPTest/Test.h:4, from ../../../CPPTest/TestCase.h:4, from FieldBaseTestCase.h:25, from FieldBaseTestCase.cpp:27: /usr/include/synch.h:78: type specifier omitted for parameter /usr/include/synch.h:78: parse error before `*' The offending line is this: /usr/include/synch.h:78: int _lwp_cond_timedwait(lwp_cond_t *, lwp_mutex_t *, timestruc_t *); I spent three weeks on a string of problems like this last year and never got it to work. If you don't mind me asking, did you have difficulties like this? Maybe I am just incompetent. Thanks anyway, barry -----Original Message----- From: Caleb Epstein [mailto:cal...@gm...] Sent: Wednesday, December 01, 2004 1:24 PM To: Oren Miller Cc: Bishop, Barry; qui...@li... Subject: Re: [Quickfix-developers] RE: Intermittent disconnect problem On Wed, 1 Dec 2004 05:41:45 -0600, Oren Miller <or...@qu...> wrote: > There are a significant amount of Solaris users. You don't mention if > you are building with gcc or SunPRO? There were a lot of > contributions recently concerning getting QF to build with the SunPRO > compiler. What are the sort of problems that you run into? Barry, if you use the SunPRO C++ compiler, you NEED to follow the directions here: http://tinyurl.com/5sls4 -- Caleb Epstein caleb dot epstein at gmail dot com |