coin-or / OS

Optimization Services
Other
1 stars 4 forks source link

OsiGlpkSolverInterface.hpp: No such file or directory #2

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: @andrea5w

Original creation time: 2007-08-09 14:30:26

Assignee: somebody

Version:

With CoinAll (trunk), using all third party projects (including Glpk), I configure with

configure --enable-debug --enable-static --disable-shared -C COIN_SKIP_PROJECTS=Blis

Then I get the following error:

 g++ -DHAVE_CONFIG_H -I. -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSModelInterfaces -I../../inc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSUtils -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/CoinUtils/src -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/CoinUtils/inc -I/home/andreasw/COIN-svn/OBJgcc-debug-shared/CoinAll/branches/all-trunk/OS/../CoinUtils/inc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Cbc/src -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Cbc/inc -I/home/andreasw/COIN-svn/OBJgcc-debug-shared/CoinAll/branches/all-trunk/OS/../Cbc/inc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Clp/src -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Clp/inc -I/home/andreasw/COIN-svn/OBJgcc-debug-shared/CoinAll/branches/all-trunk/OS/../Clp/inc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/inc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiCbc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiClp -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/cppad/.. -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/cppad/.. -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSAgent -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSCommonInterfaces -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSSolverInterfaces -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSUtils -I/home/andreasw/COIN-svn/OBJgcc-debug-shared/CoinAll/branches/all-trunk/ThirdParty/ASL -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/ThirdParty/ASL/solvers -I/home/andreasw/COIN-svn/OBJgcc-debug-shared/CoinAll/branches/all-trunk/OS/../DyLP/inc -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/DyLP/src/Dylp -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/DyLP/src/DylpStdLib -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiDylp -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/SYMPHONY/include -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiSym -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Vol/include -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Vol/src -I/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiVol -g -pipe -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -MT OSMatlab.lo -MD -MP -MF .deps/OSMatlab.Tpo -c /home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSModelInterfaces/OSMatlab.cpp -o OSMatlab.o
In file included from /home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSModelInterfaces/OSMatlab.cpp:23:
/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSSolverInterfaces/CoinSolver.h:34:38: error: OsiGlpkSolverInterface.hpp: No such file or directory
In file included from /home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiDylp/OsiDylpSolverInterface.hpp:23,
                 from /home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSSolverInterfaces/CoinSolver.h:38,
                 from /home/andreasw/COIN-svn/CoinAll/branches/all-trunk/OS/src/OSModelInterfaces/OSMatlab.cpp:23:
/home/andreasw/COIN-svn/CoinAll/branches/all-trunk/Osi/src/OsiConfig.h:23:24: error: config_osi.h: No such file or directory
svigerske commented 5 years ago

Comment by kmartin created at 2007-09-27 05:49:22

Resolution: fixed