Re: [Quickfix-developers] Socket Trouble
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-12-08 14:12:20
|
"debug" is only a valid option when running a visual studio build when under windows, try just running './runut 4471' --oren On Dec 8, 2004, at 8:01 AM, Munson, Paul 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 All, > > Brand new to QuickFix. > > GCC v 3.2.3 > No StlPort > QuickFix 1.9.2 > > Failing 4 tests - first one most confusing. > > Any help or pointers greatly appreciated. > > Many thanks in advance, > > Paul > > > [hostname 422] test > runut debug 4471 > <ut> > <output> > ....................................................................... > ..............F.................................................FFF.. > </output> > <results total="140" failures="4"> > <failure line= "0" file= "unknown"> > <test> > <![CDATA[ PN7CPPTest4TestIN3FIX6ParserEEE]]> > </test> > <text> > <![CDATA[ assert(no futher information available)]]> > </text> > </failure> > <failure line= "48" file= "SocketConnectorTestCase.cpp"> > <test> > <![CDATA[ FIX::SocketConnectorTestCase::accept]]> > </test> > <text> > <![CDATA[ assert(object.connect( "127.0.0.1", m_port ))]]> > </text> > </failure> > <failure line= "48" file= "SocketServerTestCase.cpp"> > <test> > <![CDATA[ FIX::SocketServerTestCase::accept]]> > </test> > <text> > <![CDATA[ assert(clientS1 > 0)]]> > </text> > </failure> > <failure line= "93" file= "SocketServerTestCase.cpp"> > <test> > <![CDATA[ FIX::SocketServerTestCase::block]]> > </test> > <text> > <![CDATA[ assert(s >= 0)]]> > </text> > </failure> > </results> > </ut> > > ======================================================================= > ======= > This message is for the sole use of the intended recipient. If you > received > this message in error please delete it and notify us. If this message > was > misdirected, CSFB does not waive any confidentiality or privilege. CSFB > retains and monitors electronic communications sent through its > network. > Instructions transmitted over this system are not binding on CSFB > until they > are confirmed by us. Message transmission is not guaranteed to be > secure. > ======================================================================= > ======= > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real > users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |