Opened 7 years ago
Closed 7 years ago
#4942 closed enhancement (fixed)
Need some hint for building with lp_solve
Reported by: | Owned by: | Martin Sjölund | |
---|---|---|---|
Priority: | high | Milestone: | 1.13.0 |
Component: | Build Environment | Version: | |
Keywords: | Cc: |
Description
While trying to compile OpenModelica, my make errored with some messages starting with
./systemimpl.c:1814:10: error: empty filename #include CONFIG_LPSOLVEINC
I guess the problem is that the compilation did not pick up my lpsolve sources. I need some additional data on how to compile lpsolve to use during compilation and where to put it.
Change History (2)
comment:1 by , 7 years ago
Component: | Documentation → Build Environment |
---|---|
Milestone: | Future → 1.13.0 |
Status: | new → accepted |
comment:2 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note:
See TracTickets
for help on using tickets.
It seems autoconf detects that lpsolve needs to be built, but this was only done on MinGW (I guess because on Linux everyone just installed lpsolve55 since it is listed as a dependency). I'll try to see if it works as expected if we build it from source on Linux if autoconf fails to detect lpsolve.