[Quickfix-developers] PATCH - fix examples build from CVS HEAD
Brought to you by:
orenmnero
|
From: Alex H. <al...@an...> - 2003-05-01 12:30:58
|
Hi Oren, A few fixes for the examples build against current CVS, and some test support for testing market data messages with repeating groups. Heres the ChangeLog for these and my other patches so far today. 2003-05-01 Alex Hornby <al...@an...> * examples/trade_client/Application.h: Add fix 43 market data test * examples/trade_client/Application.cpp: Add fix 43 market data test * examples/ordermatch/Application.cpp: Add fix 43 market data test - just dumps recieved message for now. * examples/ordermatch/Application.h: Add fix 43 market data test - just dumps recieved message for now. * examples/ordermatch/test/Market.cpp: fix constness * examples/executor/C++/executor.cpp: don't use DOS console IO as it breaks build on linux * examples/bootstrap: update with feedback * examples/configure.ac: update for autoconf 2.53, fix C and CXX flags. Add prefix to includes * spec/Makefile.am: install xml files * src/java/Makefile.am: install jar file * configure.ac: update for autoconf 2.53, fix C and CXX flags * bootstrap: update with feedback configure.ac replaces configure.in in examples/ - so you'll need to remove the old file. Cheers, Alex. |