[Quickfix-developers] Solaris gcc 3.x and Quickfix 1.4
Brought to you by:
orenmnero
|
From: Chuck H. <zzc...@xc...> - 2003-03-10 20:07:14
|
I tried out 1.4 with gcc 3.x on Solaris 8, but ran into a compilation =
error - this happens with both gcc 3.0.3 and 3.2.2 (sunfreeware packaged =
versions). For 3.0.3, I tried compiling with STLPort, but that produced =
the same error.
Does anyone else see this, any idea how to proceed?
Thanks - Chuck
Here's the error:
c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -I../.. -I../../.. =
-fexceptions -Wal
l -I/usr/local/include/libxml2 -I/usr/j2se/include =
-I/usr/j2se/include/solaris -
Wp,-MD,.deps/AcceptorTestCase.pp -c AcceptorTestCase.cpp -fPIC -DPIC -o =
.libs/A
cceptorTestCase.lo
In file included from ../Field.h:59,
from ../FieldMap.h:58,
from ../Message.h:58,
from ../Application.h:54,
from ../Acceptor.h:58,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../FieldNumbers.h:743:1: warning: no newline at end of file
In file included from ../DeprecatedFields.h:55,
from ../Fields.h:55,
from ../Message.h:59,
from ../Application.h:54,
from ../Acceptor.h:58,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../DeprecatedFieldNumbers.h:74:7: warning: no newline at end of file
In file included from ../Fields.h:55,
from ../Message.h:59,
from ../Application.h:54,
from ../Acceptor.h:58,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../DeprecatedFields.h:70:7: warning: no newline at end of file
In file included from ../Message.h:59,
from ../Application.h:54,
from ../Acceptor.h:58,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../Fields.h:721:1: warning: no newline at end of file
In file included from ../Messages.h:54,
from ../Session.h:61,
from ../Acceptor.h:61,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../FIX40_Messages.h:1132:1: warning: no newline at end of file
In file included from ../Messages.h:55,
from ../Session.h:61,
from ../Acceptor.h:61,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../FIX41_Messages.h:1433:1: warning: no newline at end of file
In file included from ../Messages.h:56,
from ../Session.h:61,
from ../Acceptor.h:61,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../FIX42_Messages.h:3107:1: warning: no newline at end of file
In file included from ../Messages.h:57,
from ../Session.h:61,
from ../Acceptor.h:61,
from AcceptorTestCase.h:55,
from AcceptorTestCase.cpp:57:
../FIX43_Messages.h:6943:1: warning: no newline at end of file
In file included from AcceptorTestCase.cpp:57:
AcceptorTestCase.h:73: looser throw specifier for `virtual void
FIX::TestAcceptor::onInitialize(const FIX::SessionSettings&)'
../Acceptor.h:113: overriding `virtual void =
FIX::Acceptor::onInitialize(const
FIX::SessionSettings&) throw (FIX::RuntimeError&)'
AcceptorTestCase.h:73: looser throw specifier for `virtual void
FIX::TestAcceptor::onInitialize(const FIX::SessionSettings&)'
../Acceptor.h:113: overriding `virtual void =
FIX::Acceptor::onInitialize(const
FIX::SessionSettings&) throw (FIX::RuntimeError&)'
../Utility.h:114: warning: `const char*FIX::EOL' defined but not used
make[4]: *** [AcceptorTestCase.lo] Error 1
|