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

Calling configure failed, windows 10 #528

Closed knasiotis closed 1 year ago

knasiotis commented 1 year ago

I'm following the documentation instructions and I always get the error Calling configure : failed Execution failure: expected str, bytes or os.PathLike object, not list failed to configure gaol-4.2.0 ([['C:\\MinGW\\msys\\1.0\\bin\\sh.exe'], '-c', './configure --with-mathlib-include=/C/MinGW/msys/1.0/home/knasiotis/Ibex/ibex-2.8.9/__build__/3rd/include --with-mathlib-lib=/C/MinGW/msys/1.0/home/knasiotis/Ibex/ibex-2.8.9/__build__/3rd/lib --disable-simd --disable-preserve-rounding --enable-optimize --disable-verbose-mode --enable-static --disable-shared --prefix=/C/MinGW/msys/1.0/home/knasiotis/Ibex/ibex-2.8.9/__build__/3rd']) (complete log in C:\MinGW\msys\1.0\home\knasiotis\Ibex\ibex-2.8.9\__build__\config.log) Even if I call filib, throws the same error

full log below: https://i.imgur.com/heSZmiF.png https://pastebin.com/nsy6R6X2

raphaelchenouard commented 1 year ago

waf system is no more maintained. Have you tried to use cmake instead? http://www.ibex-lib.org/doc/install-cmake.html

knasiotis commented 1 year ago

waf system is no more maintained. Have you tried to use cmake instead? http://www.ibex-lib.org/doc/install-cmake.html

is there any guide for cmake on windows?

knasiotis commented 1 year ago

Ok the problem was with msys, I had to find a way to change to python2 because it automatically found the python 3 installations