[Quickfix-users] Unit Test Errors + missing library
Brought to you by:
orenmnero
From: Jim M. <per...@my...> - 2003-05-29 08:46:20
|
After compiling QuickFIX on RedHat 9 with mysql support, I get no errors. However there I'm experiencing two issues: 1) when I run the unit tests I get: [root@localhost test]# ./runut 9999 <ut> <output> ..............................................................................................FF................................. </output> <results total="129" failures="2"> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> <failure line= "0" file= "unknown"> <test> <![CDATA[ PN7CPPTest4TestIN3FIX12MessageStoreEEE]]> </test> <text> <![CDATA[ assert(no futher information available)]]> </text> </failure> </results> </ut> The acceptance tests seem to run fine though. 2) I'm not sure if this is related, but in the quickfix/libs directory there is a symlink from libquickfix.a to ../src/C++/.libs/libquickfix.a. The target for this symlink doesn't exist. There is an old version of libquickfix.a in the /usr/local/lib/ directory though, from the previous version of quickfix 1.4.1. Has anyone else experienced this? I'd appreciate any pointers. Jim |