[Coin-bcpdiscuss] Error when implementing "make test"

Roy Chen ytboy0208 at gmail.com
Thu Dec 7 13:30:15 EST 2006


Hello

After I successfully implement

../configure
--with-cplex-lib="-L/usr/local/ilog/cplex91/lib/x86-64_sles9.0_3.3/static_pic
-lcplex -lpthread"
--with-cplex-incdir="/usr/local/ilog/cplex91/include/ilcplex"
--enable-static -C

in my directory *build3, *and compile the code successfully by doing "make",
when I tried to test the code by typing "make test", I got the following
error information:

*/home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0/CoinUtils/src/CoinFinite.hpp:16:4:
#error "don't have header file for math"
In file included from /home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0
/CoinUtils/src/CoinMessageHandler.hpp:15,
                 from /home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0
/Osi/src/OsiSolverInterface.hpp:9,
                 from /home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0
/Bcp/src/include/BCP_lp_user.hpp:10,
                 from include/BB_lp.hpp:17,
                 from LP/BB_lp.cpp:15:
/home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0/CoinUtils/src/CoinFinite.hpp: In
   function `bool CoinFinite(double)':
/home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0/CoinUtils/src/CoinFinite.hpp:80:
error: `
   DBL_MAX' undeclared (first use this function)
/home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0/CoinUtils/src/CoinFinite.hpp:80:
error: (Each
   undeclared identifier is reported only once for each function it appears
   in.)
make[2]: *** [BB_lp.o] Error 1
make[2]: Leaving directory `/home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0
/build3/Bcp/test/BAC'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/home/chen11q/COIN-OR/coin-Bcp/Bcp-1.0.0
/build3/Bcp'
make: *** [test] Error 2
*
Thanks for help and comments.

Roy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.coin-or.org/pipermail/bcp/attachments/20061207/64979ce9/attachment.html 


More information about the Coin-bcpdiscuss mailing list