ibex-team / ibex-lib

IBEX is a C++ library for constraint processing over real numbers.
http://ibex-team.github.io/ibex-lib/
GNU Lesser General Public License v3.0
67 stars 51 forks source link

Ibex-2.8.9 and Choco-Solver #521

Closed RentonArisugawa closed 2 years ago

RentonArisugawa commented 2 years ago

I' m trying to compile Ibex with SOPLEX in Windows under CYGWIN64. I'm using g++ version 10.2.0 and Python 2.7.16.

But while calling make for SOPLEX it quits with this error:

Calling make : failed Command ['C:\cygwin64\bin\make.exe', 'GMP=false', 'ZLIB=false', 'USRCPPFLAGS= -fPIC'] returned 2 failed to make soplex-4.0.2 (['C:\cygwin64\bin\make.exe', 'GMP=false', 'ZLIB= false', 'USRCPPFLAGS=-fPIC']) (complete log in E:\ibex-2.8.9__build__\config.log)

config.log

Tbh I dont know why this is happening, especally bcaus it works just fine on Ubuntu. Right now I just want the dll and jar I should get at the end.