I am trying to update IBEX library to 2.8.9 from 2.8.7. for Choco.
I do not know how to make IBEX 2.8.9 waf to build ibex-java.dll.
What is the correct way to build the required libraries?
For building IBEX2.8.7, I used:
./waf configure --prefix=C:/t/lib/ibex.2.8.7 --enable-shared --with-jni --java-package-name=org.chocosolver.solver.constraints.real --interval-lib=gaol
Neither of these options are not recognized by waf: --with-jni --java-package-name=org.chocosolver.solver.constraints.real
waf: error: no such option: --java-package-name
waf: error: no such option: --with-jni
Thank you!
Juha