Re: [Quickfix-developers] Quickfix on AIX
Brought to you by:
orenmnero
|
From: Oren M. <or...@qu...> - 2005-07-19 14:17:40
|
Someone reported the same issue with gcc 4.0. This patch should fix it: http://cvs.sourceforge.net/viewcvs.py/quickfix/quickfix/src/C%2B%2B/ test/MessagesTestCase.cpp?r1=1.33&r2=1.34 --oren On Jul 19, 2005, at 2:28 AM, Tarandeep Singh 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 > > Hi, > I am trying to compile quickfix-1.10.2 on AIX 5.1 with compiler XL C > ++ v7.0. But I am receiving following error: > ////////////////////////////////////////////////////////////////////// > ////////////////////////////////////////////////////////////////////// > ////////////////////////////////////////// > $ make > make all-recursive > Making all in src > Making all in C++ > Making all in test > source='FieldBaseTestCase.cpp' object='FieldBaseTestCase.lo' > libtool=yes depfile='.deps/FieldBaseTestCase.Plo' > tmpdepfile='.deps/FieldBaseTestCase.TPlo' depmode=aix /bin/ > sh ./../../depcomp /bin/sh ../../../libtool --mode=compile xlC_r . > -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -I/home/tuli/ > test/library/libxml2/include/libxml2 -O0 -g -c -o > FieldBaseTestCase.lo `test -f 'FieldBaseTestCase.cpp' || echo > './'`FieldBaseTestCase.cpp > mkdir .libs > xlC_r -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -I/home/tuli/test/ > library/libxml2/include/libxml2 -O0 -g -c -M FieldBaseTestCase.cpp > -DPIC -o .libs/FieldBaseTestCase.o > "FieldBaseTestCase.cpp", line 34.5: 1540-2412 (W) A typeid is > present, but the correct RTTI option is not specified. > source='FieldConvertorsTestCase.cpp' > object='FieldConvertorsTestCase.lo' libtool=yes depfile='.deps/ > FieldConvertorsTestCase.Plo' tmpdepfile='.deps/ > FieldConvertorsTestCase.TPlo' depmode=aix /bin/sh ./../../ > depcomp /bin/sh ../../../libtool --mode=compile xlC_r . > -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -I/home/tuli/ > test/library/libxml2/include/libxml2 -O0 -g -c -o > FieldConvertorsTestCase.lo `test -f 'FieldConvertorsTestCase.cpp' > || echo './'`FieldConvertorsTestCase.cpp > xlC_r -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -I/home/tuli/test/ > library/libxml2/include/libxml2 -O0 -g -c -M > FieldConvertorsTestCase.cpp -DPIC -o .libs/FieldConvertorsTestCase.o > "FieldConvertorsTestCase.cpp", line 54.3: 1540-2412 (W) A typeid is > present, but the correct RTTI option is not specified. > source='MessagesTestCase.cpp' object='MessagesTestCase.lo' > libtool=yes depfile='.deps/MessagesTestCase.Plo' tmpdepfile='.deps/ > MessagesTestCase.TPlo' depmode=aix /bin/sh ./../../depcomp /bin/ > sh ../../../libtool --mode=compile xlC_r . > -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -I/home/tuli/ > test/library/libxml2/include/libxml2 -O0 -g -c -o > MessagesTestCase.lo `test -f 'MessagesTestCase.cpp' || echo > './'`MessagesTestCase.cpp > xlC_r -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -I/home/tuli/test/ > library/libxml2/include/libxml2 -O0 -g -c -M MessagesTestCase.cpp - > DPIC -o .libs/MessagesTestCase.o > "../DataDictionary.h", line 272.31: 1540-0040 (S) The text "&" is > unexpected. "Message" may be undeclared or ambiguous. > "MessagesTestCase.cpp", line 403.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 420.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 429.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 437.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 446.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 455.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 466.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 476.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 488.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 497.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 508.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 516.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 525.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 539.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 559.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 579.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 609.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 622.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 640.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 657.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 680.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 695.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 713.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 727.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 746.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 758.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 773.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 807.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 880.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 897.6: 1540-0080 (W) Template > specializations must be prefixed with "template<>". > "MessagesTestCase.cpp", line 47.5: 1540-2412 (W) A typeid is > present, but the correct RTTI option is not specified. > make: 1254-004 The error code from the last command is 1. > > Stop. > make: 1254-004 The error code from the last command is 1. > > Stop. > make: 1254-004 The error code from the last command is 1. > > Stop. > make: 1254-004 The error code from the last command is 1. > > Stop. > make: 1254-004 The error code from the last command is 2. > > Stop. > ////////////////////////////////////////////////////////////////////// > ////////////////////////////////////////////////////////////////////// > ////////////////////////////////////////// > Does anybody know why its happening? and How do I solve this? > > Regards, > Tarandeep Singh > > > ------------------------------------------------------- > SF.Net email is sponsored by: Discover Easy Linux Migration Strategies > from IBM. Find simple to follow Roadmaps, straightforward articles, > informative Webcasts and more! Get everything you need to get up to > speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > > |