Hello, please, provide the complete output of make.
Please, comment this line in swig/Makefile.in using "#": #@HAVEMVN_TRUE@ $(MVN) clean package site Then run ./configure && make && make check Do you still get an error? If you are using Maven for your project, please, see http://glpk-java.sourceforge.net/index.html#Maven Best regards Heinrich Schuchardt dirichlet-2 wrote: > > Hi everyone, > I do not know if this is the proper place to ask for help, but I'm trying > to install GLPK under OS X Lion (10.7) > I've installed GLPK version 4.50, then installed swig (I had to install > Perl PCREV for it but it went fine), but I'm getting some errors when > trying to install glpk-java from the source code, during the make command: > > [ERROR] > /Users/valerio/Desktop/cutimizer/cutimizer/lib/libglpk-java-1.0.27/swig/src/main/java/org/gnu/glpk/LPXKKT.java:[205,11] > cannot find symbol > [ERROR] symbol : method > LPXKKT_cs_ae_max_set(long,org.gnu.glpk.LPXKKT,double) > [ERROR] location: class org.gnu.glpk.GLPKJNI > [ERROR] -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException > make[2]: *** [all] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > > > I get many errors like this, it appears that it cannot find the glpkjni > interface, even though I configured it using the options specified in on > the guide: > ./configure \ > CPPFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers \ > SWIGFLAGS=-I/System/Library/Frameworks/JavaVM.framework/Headers > > what am I missing? > > -- View this message in context: http://old.nabble.com/Installing-glpk-java-under-mac-os-x-tp35568224p35570886.html Sent from the Gnu - GLPK - Help mailing list archive at Nabble.com. _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
