Skip to content
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

Closed
svigerske opened this issue Mar 2, 2019 · 5 comments
Closed

configure / make problem with OSI #6

svigerske opened this issue Mar 2, 2019 · 5 comments
Labels
bug Something isn't working Osi Misc

Comments

@svigerske
Copy link
Member

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.

@svigerske svigerske added bug Something isn't working component1 labels Mar 2, 2019
@svigerske
Copy link
Member Author

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.

@svigerske
Copy link
Member Author

Comment by @LouHafer created at 2006-07-07 17:46:39

Ah ... checked out Osi and tried a build. The problem is a typo
in the top-level configure.ac. AC_COIN_MAIN_SUBDIRS(Dylp) needs to become AC_COIN_MAIN_SUBDIRS(DyLP).

@svigerske
Copy link
Member Author

Comment by @LouHafer created at 2006-08-15 00:46:27

Changing assignee from somebody to @LouHafer.

@svigerske
Copy link
Member Author

Comment by @LouHafer created at 2006-08-15 00:46:41

Resolution: fixed

@svigerske
Copy link
Member Author

Comment by @mjsaltzman created at 2006-10-29 12:42:09

Changing component from component1 to Osi Misc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Osi Misc
Projects
None yet
Development

No branches or pull requests

1 participant