Re: [Quickfix-developers] quickfix 1.9.2 linking problem
Brought to you by:
orenmnero
From: Caleb E. <cal...@gm...> - 2004-11-24 14:23:10
|
On Tue, 23 Nov 2004 23:45:23 +0000, Boby Paul <mal...@ho...> wrote: > I was able to compile my application with quickfix 1.8.x. When I installed > 1.9.2 I am getting a link error saying > > undefined symbol FIX::Message::getSessionID() first reference > in file /usr/local/lib/libquickfix.so. > > I got the same error when I installed 1.9.4 too. I am on solaris 9. Anybody > have any idea why is it? Are you sure you're recompiling your code with the up-to-date QuickFIX headers? Message::getSessionID () now takes a std::string session qualifier argument (though it is defaulted to an empty string). There is no longer a zero-argument form. http://www.quickfixengine.org/quickfix/doc/html/class_f_i_x_1_1_message.html#a25 Oren: Doxygen images are broken (again). -- Caleb Epstein caleb dot epstein at gmail dot com |