Re: [Quickfix-developers] Linux Compile Problems - QF1.8.0
Brought to you by:
orenmnero
From: Oren M. <or...@qu...> - 2004-08-23 15:23:19
|
The MySQLStoreFactory uses the default settings if nothing is passed into the constructor. Either pass in your settings to the constructor for the test object, or change the default settings in MySQLStore.cpp --oren On Aug 23, 2004, at 10:14 AM, James Wiggs wrote: > > Oren, > > I will keep this in mind for the next time I build it > (hopefully not for a few days, at least). I'm getting the > MySQL database in place for use. I can't find in the unit > tests where to set the username and password to use when > connecting, though. Where should that go? Environment > variable? No documentation I can find on this... > > best, > Jim > > On Mon, 2004-08-23 at 11:00, Oren Miller 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 >> >> FYI, while doing development work with C++ under linux, setting your >> CXXFLAGS to "-g -O0" is probably a good idea. gcc is an extremely >> slow >> C++ compiler, (though current versions are far better than say 3.04). >> This will dramatically improve your build times and reduce memory >> usage. No need to notch it up to -O2 unless you are doing performance >> testing or are ready to go into production. >> >> --oren >> > > > |