Re: [eclipse-clp-users] ECLiPSe on Mountain Lion (OS X 10.8)

From: Joachim Schimpf <jschimpf_at_...311...>
Date: Tue, 09 Oct 2012 02:40:17 +0200
On 08/10/2012 20:31, David Dreisigmeyer wrote:
> This seems to work for x86_64_macosx:
>
> if [ -z $GCCLIBDIR ]; then
> GCCLIBDIR="."
> fi
>
> I get many errors along the lines of:
>
> Eplex error: Could not find any of the solver interfaces:
> [ list, of, things, that, were, not, found ]
>
> How can I avoid these?

You can ignore these, they occur as a side effect of the makefile
trying to precompile libraries that are using library(eplex), and
the latter doesn't load because no LP/MIP solvers are available.

If you are building Eclipse 6.1, you could disable the Makefile.in
in the Eplex subdirectory by changing the install-rule to empty:
install:

If you are building 6.0, it's not so easy - the Eplex stuff shares
a makefile with other libraries that you probably want.  In this
case, just ignore the messages.

-- Joachim
Received on Tue Oct 09 2012 - 00:40:48 CEST

This archive was generated by hypermail 2.3.0 : Tue Apr 16 2024 - 09:13:20 CEST