-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configure / make problem with OSI #6
Comments
Comment by @LouHafer created at 2006-07-06 23:22:30 There are numerous problems with the current configuration files with respect to dylp. I think I've got them fixed, and am doing final testing. Should be resolved in a day or two. |
Comment by @LouHafer created at 2006-07-07 17:46:39 Ah ... checked out Osi and tried a build. The problem is a typo |
Comment by @LouHafer created at 2006-08-15 00:46:41 Resolution: fixed |
Comment by @mjsaltzman created at 2006-10-29 12:42:09 Changing component from component1 to Osi Misc. |
Issue created by migration from Trac.
Original creator: phines
Original creation time: 2006-07-06 18:51:38
Assignee: somebody
Version:
Keywords: Osi DyLP configure make
On a linux machine, the following sequence of commands produces an error:
svn co https://projects.coin-or.org/svn/Osi/trunk Coin-Osi
cd Coin-Osi
./configure
make
The error is the following:
"
In file included from /home/phines/src/COIN/Coin-Osi/DyLP/src/DylpStdLib/dylib_errs.h:34,
from /home/phines/src/COIN/Coin-Osi/DyLP/src/Dylp/dylp.h:62,
from OsiDylpSolverInterface.hpp:31,
from OsiDylpMessages.cpp:9:
/home/phines/src/COIN/Coin-Osi/DyLP/src/DylpStdLib/dylib_std.h:45:25: error: config_dylp.h: No such file or directory
make[3]: *** [OsiDylpMessages.lo] Error 1
make[3]: Leaving directory
/home/phines/src/COIN/Coin-Osi/Osi/src/OsiDylp' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory
/home/phines/src/COIN/Coin-Osi/Osi/src'make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/phines/src/COIN/Coin-Osi/Osi'
make: *** [all-recursive] Error 1
"
The following sequence does not produce this error:
svn co https://projects.coin-or.org/svn/Osi/trunk Coin-Osi
cd Coin-Osi
./configure
cd DyLP
./configure
cd ..
make
Apparently DyLP must be configured sepearately. It would probably be better if this step were done automatically.
The text was updated successfully, but these errors were encountered: