[Quickfix-developers] mysql compile error on fedora core 1 and 2
Brought to you by:
orenmnero
From: Brian <bri...@du...> - 2004-08-16 10:56:56
|
hi, i'm getting compilation errors on both FC1 and 2 on the latest cvs version when i include --with-mysql. just thought you'd like to know before doing a release... brian mysql-server-3.23.58-9 mysql-3.23.58-9 mysql-devel-3.23.58-9 g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I.. -I../.. -g -O2 -Wall -I/usr/include/mysql -I/usr/include/libxml2 -I/usr/java/j2sdk1.4.2_04/include -I/usr/java/j2sdk1.4.2_04/include/linux -MT MySQLStore.lo -MD -MP -MF .deps/MySQLStore.Tpo -c MySQLStore.cpp -fPIC -DPIC -o .libs/MySQLStore.o MySQLStore.cpp: In member function `void FIX::MySQLStore::populateCache()': MySQLStore.cpp:80: error: `m_session' undeclared (first use this function) MySQLStore.cpp:80: error: (Each undeclared identifier is reported only once for each function it appears in.) MySQLStore.cpp:96: error: 'struct tm' has no member named 'tm_dst' MySQLStore.cpp:112: error: `getValue' undeclared (first use this function) MySQLStore.cpp: In member function `virtual bool FIX::MySQLStore::set(int, const std::string&)': MySQLStore.cpp:187: error: 'const struct std::basic_string<char, std::char_traits<char>, std::allocator<char> >' has no member named ' getValue' MySQLStore.cpp:198: error: `getValue' undeclared (first use this function) MySQLStore.cpp: In member function `virtual bool FIX::MySQLStore::get(int, std::string&) const': MySQLStore.cpp:218: error: `getValue' undeclared (first use this function) MySQLStore.cpp: In member function `virtual void FIX::MySQLStore::get(int, int, std::vector<std::string, std::allocator<std::string> >&) const': MySQLStore.cpp:244: error: `getValue' undeclared (first use this function) MySQLStore.cpp: In member function `virtual void FIX::MySQLStore::setNextSenderMsgSeqNum(int)': MySQLStore.cpp:280: error: `getValue' undeclared (first use this function) MySQLStore.cpp: In member function `virtual void FIX::MySQLStore::setNextTargetMsgSeqNum(int)': MySQLStore.cpp:297: error: `getValue' undeclared (first use this function) MySQLStore.cpp: In member function `virtual void FIX::MySQLStore::reset()': MySQLStore.cpp:334: error: `getValue' undeclared (first use this function) make[3]: *** [MySQLStore.lo] Error 1 make[3]: Leaving directory `/home/brian/src2/quickfix/src/C++' make[2]: *** [check-recursive] Error 1 make[2]: Leaving directory `/home/brian/src2/quickfix/src/C++' make[1]: *** [check-recursive] Error 1 make[1]: Leaving directory `/home/brian/src2/quickfix/src' make: *** [check-recursive] Error 1 |