Custom Query (122 matches)
Results (19 - 21 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#34 | fixed | EXTRA_DIST need to be set | andreasw | stefan |
Description |
If I have no extra files to add to a distribution, I still need to set the EXTRA_DIST variable to an empty value ("EXTRA_DIST = ") in order to get no conflict in BuildTools/Makemain.inc:54. Maybe that should be mentioned here again. |
|||
#35 | wontfix | Compiling OSI on Maverick@TAcc | andreasw | erry |
Description |
Problem with linking on SUN machine (see attached output) |
|||
#36 | wontfix | file coin-Osi/CoinUtils/src/config_coinutils.h missing when compiling Osi under cygwin | andreasw | craig_schmidt |
Description |
Hi There, I am trying to build Osi stable 0.95 using cygwin on Windows XP. This is with gcc 3.4.4, and the updated version of make 3.81 as directed herehttps://projects.coin-or.org/BuildTools/wiki/current-issues I did the following steps:
svn co http://www.coin-or.org/svn/Osi/stable/0.95 coin-Osi
make[3]: Entering directory `/cygdrive/d/netflix/coin/coin-Osi/Osi/src' if /bin/sh ../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`cygpath -w .` -I../inc -I`cygpath -w /cygdrive/d/netflix/coin/coin-Osi/CoinUtils/src` -I`cygpath -w /cygdrive/d/netflix/coin/coin-Osi/Osi/../CoinUtils/inc` -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -MT OsiAuxInfo.lo -MD -MP -MF ".deps/OsiAuxInfo.Tpo" -c -o OsiAuxInfo.lo OsiAuxInfo.cpp; \ then mv -f ".deps/OsiAuxInfo.Tpo" ".deps/OsiAuxInfo.Plo"; else rm -f ".deps/OsiAuxInfo.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../inc -Id:\\netflix\\coin\\coin-Osi\\CoinUtils\\src -Id:\\netflix\\coin\\coin-Osi\\CoinUtils\\inc -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -MT OsiAuxInfo.lo -MD -MP -MF .deps/OsiAuxInfo.Tpo -c OsiAuxInfo.cpp -o OsiAuxInfo.o In file included from d:/netflix/coin/coin-Osi/CoinUtils/src/CoinMessageHandler.hpp:15, from OsiSolverInterface.hpp:9, from OsiAuxInfo.cpp:11: d:/netflix/coin/coin-Osi/CoinUtils/src/CoinFinite.hpp: In function `bool CoinIsnan(double)': d:/netflix/coin/coin-Osi/CoinUtils/src/CoinFinite.hpp:90: error: `_isnan' undeclared (first use this function) d:/netflix/coin/coin-Osi/CoinUtils/src/CoinFinite.hpp:90: error: (Each undeclared identifier is reported only once for each function it appears in.) make[3]: *** [OsiAuxInfo.lo] Error 1 make[3]: Leaving directory `/cygdrive/d/netflix/coin/coin-Osi/Osi/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/cygdrive/d/netflix/coin/coin-Osi/Osi/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/cygdrive/d/netflix/coin/coin-Osi/Osi' make: *** [all-recursive] Error 1 Any suggestions? Thanks, Craig Schmidt |