coin-or-tools / BuildTools

Macros and patches for GNU autotools
https://coin-or-tools.github.io/BuildTools/
Other
3 stars 7 forks source link

make fails on LibraryHandler.c (confname.h) #74

Closed svigerske closed 5 years ago

svigerske commented 5 years ago

Issue created by migration from Trac.

Original creator: Pilpel

Original creation time: 2009-07-18 22:11:23

Assignee: @andrea5w

Version: 0.5

Running make to compile Ipopt 3.7.0 (as well as 3.6.0 and 3.5.0) fails on LibraryHandler.c when trying to include LibraryHandler.h which in turn includes confname.h. To allow the compile to proceded I've had to edit my distro's source file located in /usr/include/bits/confname.h and remove a comma. Make then proceeds without errors.

svigerske commented 5 years ago

Comment by @svigerske created at 2009-07-18 23:32:53

What distribution is this? Can you attach the confname.h ?

Does it also work if you take out the include for unistd.h in LibraryHandler.h?

You can configure with --disable-linear-solver-loader to avoid the use of the library loader in Ipopt.

Stefan

svigerske commented 5 years ago

Comment by @svigerske created at 2011-01-04 10:20:14

No reply from submitter within 18 months, and seems to be a bug in his distribution, not in the buildsystem or Ipopt. Thus, closing the ticket.

svigerske commented 5 years ago

Comment by @svigerske created at 2011-01-04 10:20:14

Resolution: worksforme