[Quickfix-developers] Installation of config.h
Brought to you by:
orenmnero
From: Mikhail V. <mve...@gm...> - 2010-08-16 22:50:18
|
Hi all, I am trying to use the 1.13.3 quickfix engine with C++ and having a bit of a problem. It appears that using MySQL store and log factories and same with PostgreSQL requires a define of HAVE_MYSQL or HAVE_POSTGRES respectively These are defined in config.h file but it is nowhere to be included by quickfix headers nor is config.h installed after the build Has anyone seen this problem? Is there a fix for this problem other then having to define the variables inside my code prior to including the MySQL or Postgres headers inside my code? Regards, Mikhail Veygman |