Re: [Quickfix-developers] Installing QF1.11.1 on XAMPP
Brought to you by:
orenmnero
|
From: Caleb E. <cal...@gm...> - 2006-04-27 12:14:27
|
On 4/27/06, Stijn Bouwhuis <sti...@ma...> wrote: > The stack is installed in /opt/lampp, but whichever (sub)directory I use, > the make step will never terminate error free. What exactly are the errors you get? The way the configure script works, the compiler will be looking for MySQL header files in <base-dir>/mysql/include and libraries in <base-dir>/lib/mysql. If the XAMPP layout is different than this, you might need to edit the Makefiles by hand to change MYSQL_CFLAGS and MYSQL_LIBS. Also, be sure you have the Development package of XAMPP. This is the piece that includes the libraries and header files QuickFIX will need to compile with. These are not included in the standard package from the looks of things. -- Caleb Epstein caleb dot epstein at gmail dot com |