Thread: [Quickfix-developers] QuickFIX 1.9.1 Available
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-09-14 19:55:35
|
You know where, but in case you don't: http://www.quickfixengine.org/ This fixes some problems reported with 1.9.0. You should get this if you are using MySQL, STLPort, or currencies. This should also fix compilation problems people were seeing with SUNPro and some versions of Visual Studio. Documentation is now included in the installation docs for SUNPro, and the pretty collaboration diagrams are back. Release notes here: http://sourceforge.net/project/shownotes.php?release_id=267968 One important change to take note is the XML that comes out of Message::toXML is in a slightly different format. A field used to come out like this: <field name="Text" value="Whatever value that is in this field"/> Now, it comes out like this: <field name="Text"><![CDATA[Whatever value that is in this field]]></field> This is so we can handle characters in field values that could otherwise make the produces XML invalid. --oren |
From: Hans B. <han...@ma...> - 2004-09-15 10:57:44
|
On Wed, 2004-09-15 at 12:30, Hans Bausewein 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 > > On Tue, 2004-09-14 at 21:55, Oren Miller 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 > > > > You know where, but in case you don't: http://www.quickfixengine.org/ > > > > This fixes some problems reported with 1.9.0. You should get this if > > you are using MySQL, STLPort, or currencies. > > I get a linker problem: > > Exception in thread "main" java.lang.UnsatisfiedLinkError: > /home/hans/src/quickfix/src/java/.libs/libquickfix_jni.so.7.1.0: > /home/hans/src/quickfix/src/C++/.libs/libquickfix.so.3: undefined > symbol: _ZNKSt11logic_error4whatEv > > > I also get many libraries with different version numbers: > libquickfix_jni.la libquickfix_jni.so.8 libquickfix.so.3 > libquickfix_jni.so libquickfix_jni.so.8.0.0 libquickfix.so.3.1.0 > libquickfix_jni.so.7 libquickfix.la libquickfix.so.4 > libquickfix_jni.so.7.1.0 libquickfix.so libquickfix.so.4.0.0 > > The 1.9.1 libraries are libquickfix.so.3.1.0 and > libquickfix_jni.so.7.1.0, while the 1.9.0 libraries had newer version > numbers: libquickfix.so.4.0.0 and libquickfix_jni.so.8.0.0 . > > > I'll try to delete the 1.9.0 libraries and recompile. > > OS = RedHat Linux 8.0 (kernel 2.4.20) > > Hans This happened when running the "test/runat_java 10005" command. bin/run_banzai resulted in a similar error. Hans |
From: Joerg T. <Joe...@ma...> - 2004-09-15 11:12:39
|
Hans Bausewein wrote: > On Wed, 2004-09-15 at 12:30, Hans Bausewein wrote: >> >>I get a linker problem: >> >>Exception in thread "main" java.lang.UnsatisfiedLinkError: >>/home/hans/src/quickfix/src/java/.libs/libquickfix_jni.so.7.1.0: >>/home/hans/src/quickfix/src/C++/.libs/libquickfix.so.3: undefined >>symbol: _ZNKSt11logic_error4whatEv >> >> >>I also get many libraries with different version numbers: >>libquickfix_jni.la libquickfix_jni.so.8 libquickfix.so.3 >>libquickfix_jni.so libquickfix_jni.so.8.0.0 libquickfix.so.3.1.0 >>libquickfix_jni.so.7 libquickfix.la libquickfix.so.4 >>libquickfix_jni.so.7.1.0 libquickfix.so libquickfix.so.4.0.0 >> >>The 1.9.1 libraries are libquickfix.so.3.1.0 and >>libquickfix_jni.so.7.1.0, while the 1.9.0 libraries had newer version >>numbers: libquickfix.so.4.0.0 and libquickfix_jni.so.8.0.0 . >> >> >>I'll try to delete the 1.9.0 libraries and recompile. >> >>OS = RedHat Linux 8.0 (kernel 2.4.20) Which GCC version do you use? > This happened when running the "test/runat_java 10005" command. > > bin/run_banzai resulted in a similar error. Cheers, Jörg -- Joerg Thoennes http://macd.com Tel.: +49 (0)241 44597-24 Macdonald Associates GmbH Fax : +49 (0)241 44597-10 Lothringer Str. 52, D-52070 Aachen |
From: Hans B. <han...@ma...> - 2004-09-15 11:23:36
|
On Wed, 2004-09-15 at 13:12, Joerg Thoennes wrote: > Hans Bausewein wrote: > > On Wed, 2004-09-15 at 12:30, Hans Bausewein wrote: > >> > >>I get a linker problem: > >> > >>Exception in thread "main" java.lang.UnsatisfiedLinkError: > >>/home/hans/src/quickfix/src/java/.libs/libquickfix_jni.so.7.1.0: > >>/home/hans/src/quickfix/src/C++/.libs/libquickfix.so.3: undefined > >>symbol: _ZNKSt11logic_error4whatEv > >> > >> > >>I also get many libraries with different version numbers: > >>libquickfix_jni.la libquickfix_jni.so.8 libquickfix.so.3 > >>libquickfix_jni.so libquickfix_jni.so.8.0.0 libquickfix.so.3.1.0 > >>libquickfix_jni.so.7 libquickfix.la libquickfix.so.4 > >>libquickfix_jni.so.7.1.0 libquickfix.so libquickfix.so.4.0.0 > >> > >>The 1.9.1 libraries are libquickfix.so.3.1.0 and > >>libquickfix_jni.so.7.1.0, while the 1.9.0 libraries had newer version > >>numbers: libquickfix.so.4.0.0 and libquickfix_jni.so.8.0.0 . > >> > >> > >>I'll try to delete the 1.9.0 libraries and recompile. > >> > >>OS = RedHat Linux 8.0 (kernel 2.4.20) > > Which GCC version do you use? > "gcc --version" returns: gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-24) "rpm -qv gcc" returns "gcc-3.2.3-24" 1.9.0 worked fine (both the Java banzai app and the unit and acceptance tests). Hans |
From: Oren M. <or...@qu...> - 2004-09-15 14:38:39
|
Indeed. The versions were incorrectly incremented in autotools causing it to believe it is backwards compatible which is why the versions were knocked back. I'll fix this and repackage. --oren On Sep 15, 2004, at 6:23 AM, Hans Bausewein 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 > > On Wed, 2004-09-15 at 13:12, Joerg Thoennes wrote: >> Hans Bausewein wrote: >>> On Wed, 2004-09-15 at 12:30, Hans Bausewein wrote: >>>> >>>> I get a linker problem: >>>> >>>> Exception in thread "main" java.lang.UnsatisfiedLinkError: >>>> /home/hans/src/quickfix/src/java/.libs/libquickfix_jni.so.7.1.0: >>>> /home/hans/src/quickfix/src/C++/.libs/libquickfix.so.3: undefined >>>> symbol: _ZNKSt11logic_error4whatEv >>>> >>>> >>>> I also get many libraries with different version numbers: >>>> libquickfix_jni.la libquickfix_jni.so.8 libquickfix.so.3 >>>> libquickfix_jni.so libquickfix_jni.so.8.0.0 >>>> libquickfix.so.3.1.0 >>>> libquickfix_jni.so.7 libquickfix.la libquickfix.so.4 >>>> libquickfix_jni.so.7.1.0 libquickfix.so >>>> libquickfix.so.4.0.0 >>>> >>>> The 1.9.1 libraries are libquickfix.so.3.1.0 and >>>> libquickfix_jni.so.7.1.0, while the 1.9.0 libraries had newer >>>> version >>>> numbers: libquickfix.so.4.0.0 and libquickfix_jni.so.8.0.0 . >>>> >>>> >>>> I'll try to delete the 1.9.0 libraries and recompile. >>>> >>>> OS = RedHat Linux 8.0 (kernel 2.4.20) >> >> Which GCC version do you use? >> > > "gcc --version" returns: > gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-24) > > "rpm -qv gcc" returns "gcc-3.2.3-24" > > > 1.9.0 worked fine (both the Java banzai app and the unit and acceptance > tests). > > Hans > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: thawte's Crypto Challenge Vl > Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam > Camcorder. More prizes in the weekly Lunch Hour Challenge. > Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |
From: Oren M. <or...@qu...> - 2004-09-16 04:42:49
|
I put up a 1.9.2 version for unix on the download page: http://www.quickfixengine.org/download.html --oren On Sep 15, 2004, at 6:23 AM, Hans Bausewein 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 > > On Wed, 2004-09-15 at 13:12, Joerg Thoennes wrote: >> Hans Bausewein wrote: >>> On Wed, 2004-09-15 at 12:30, Hans Bausewein wrote: >>>> >>>> I get a linker problem: >>>> >>>> Exception in thread "main" java.lang.UnsatisfiedLinkError: >>>> /home/hans/src/quickfix/src/java/.libs/libquickfix_jni.so.7.1.0: >>>> /home/hans/src/quickfix/src/C++/.libs/libquickfix.so.3: undefined >>>> symbol: _ZNKSt11logic_error4whatEv >>>> >>>> >>>> I also get many libraries with different version numbers: >>>> libquickfix_jni.la libquickfix_jni.so.8 libquickfix.so.3 >>>> libquickfix_jni.so libquickfix_jni.so.8.0.0 >>>> libquickfix.so.3.1.0 >>>> libquickfix_jni.so.7 libquickfix.la libquickfix.so.4 >>>> libquickfix_jni.so.7.1.0 libquickfix.so >>>> libquickfix.so.4.0.0 >>>> >>>> The 1.9.1 libraries are libquickfix.so.3.1.0 and >>>> libquickfix_jni.so.7.1.0, while the 1.9.0 libraries had newer >>>> version >>>> numbers: libquickfix.so.4.0.0 and libquickfix_jni.so.8.0.0 . >>>> >>>> >>>> I'll try to delete the 1.9.0 libraries and recompile. >>>> >>>> OS = RedHat Linux 8.0 (kernel 2.4.20) >> >> Which GCC version do you use? >> > > "gcc --version" returns: > gcc (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-24) > > "rpm -qv gcc" returns "gcc-3.2.3-24" > > > 1.9.0 worked fine (both the Java banzai app and the unit and acceptance > tests). > > Hans > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: thawte's Crypto Challenge Vl > Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam > Camcorder. More prizes in the weekly Lunch Hour Challenge. > Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |