[Quickfix-developers] Build problem on Linux
Brought to you by:
orenmnero
|
From: Parhami, F. <Far...@gs...> - 2006-04-02 16:06:46
|
I am trying to build 'QuickFix 1.11.1' on Linux with java.
I did the following:
./bootstrap
./configure --with-java --disable-xmltest
make
But 'make' fails with the following output:
make all-recursive
make[1]: Entering directory `/home/parhaf/sapi/quickfix'
Making all in src
make[2]: Entering directory `/home/parhaf/sapi/quickfix/src'
Making all in C++
make[3]: Entering directory `/home/parhaf/sapi/quickfix/src/C++'
Making all in test
make[4]: Entering directory `/home/parhaf/sapi/quickfix/src/C++/test'
/bin/sh ../../../libtool --mode=compile c++ -DHAVE_CONFIG_H -I. -I.
-I../../.. -I.. -g -O2 -I/usr/include/libxml2
-I/sw/external/jdk-1.4.2_08/include
-I/sw/external/jdk-1.4.2_08/include/linux -O0 -g -c FieldBaseTestCase.cpp
c++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I.. -g -O2 -I/usr/include/libxml2
-I/sw/external/jdk-1.4.2_08/include
-I/sw/external/jdk-1.4.2_08/include/linux -O0 -g
-Wp,-MD,.deps/FieldBaseTestCase.pp -c FieldBaseTestCase.cpp -fPIC -DPIC
-o FieldBaseTestCase.lo
In file included from ../Field.h:32,
from FieldBaseTestCase.h:26,
from FieldBaseTestCase.cpp:27:
../FieldConvertors.h:32:18: limits: No such file or directory
make[4]: *** [FieldBaseTestCase.lo] Error 1
make[4]: Leaving directory `/home/parhaf/sapi/quickfix/src/C++/test'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/parhaf/sapi/quickfix/src/C++'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/parhaf/sapi/quickfix/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/parhaf/sapi/quickfix'
make: *** [all-recursive-am] Error 2
I don't have much experience with 'make'. Looks like it cannot locate the
'FieldConvertors.h'. Any help would be much appreciated.
Thanks
Faraz
|