Re: [Quickfix-developers] FileLogPath not defined
Brought to you by:
orenmnero
|
From: Djalma R. d. S. F. <drs...@gm...> - 2007-11-09 18:38:55
|
Hi Rick, Did you rebuild QuickFIX after enabling #define HAVE_MYSQL? It is also required to enable it in your application source code too, otherwise the MySQL definitions won't be available when you #include MySQLStore.h and MySQLLog.h. Djalma On Nov 9, 2007 4:29 PM, Rick Lane <ric...@gm...> wrote: > QuickFIX Documentation: > http://www.quickfixengine.org/quickfix/doc/html/index.html > QuickFIX Support: http://www.quickfixengine.org/services.html > > > Regardless of whether or not I specify a File*Store*Path in my config > file, I can't seem to get it to recognize the FileLogPath -- I found some > archives discussing there being a bug when you try to do both in the config > file, but I'm JUST trying to get a FileLogPath specified, to no avail. > > Additionally, I'm having trouble getting the source to build when > #HAVE_MYSQL is defined. I believe I have all of the lib/include directories > specified, but it's claiming it can't find: > > MySQLStore::MySQLStore > MySQLLogFactory::create > MySQLLogFactory::destroy > SessionID const &,class std::basic_string > MySQLStoreFactory::create > MySQLStoreFactory::destroy > > > Any thoughts as to what directory/lib file I'm not pointing to? > > RL > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Quickfix-developers mailing list > Qui...@li... > https://lists.sourceforge.net/lists/listinfo/quickfix-developers > |