Re: [Quickfix-developers] QF 1.9.0 compilation on GCC2.95.3
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-10 15:06:21
|
Ok, I've fixed this. The #if statement now reads: #if (!defined(_MSC_VER) || (_MSC_VER >= 1300)) && !defined(HAVE_STLPORT) Note that windows users will now need to add '#define HAVE_STLPORT 1' to their config_windows.h if they want to use stlport --oren On Sep 9, 2004, at 7:31 PM, Loic Guezennec 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 just compiled under Solaris and Linux with gcc 2.95.3 and > stlport, and I > had to comment the following lines: > > src/C++/Utility.h lines 111->126 > src/ut.cpp lines 32->34 > src/pt.cpp lines 62->64 > > basically there is a small problem in the configure I guess for the > defines: > #if !defined(_MSC_VER) || _MSC_VER >= 1300 .... > > -- > ------------------------------------------- > Loic Guezennec > Swissquote > Route des Avouillons 16 CH-1196 Gland > Switzerland > > Mailto:loic.guezennecATswissquote.ch > > www.swissquote.ch > ____________________________________________ > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 > Project Admins to receive an Apple iPod Mini FREE for your judgement on > who ports your project to Linux PPC the best. Sponsored by IBM. > Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |