【问题标题】:SCIP JNI (Java Native Interface) installation on Ubuntu 14.04:在 Ubuntu 14.04 上安装 SCIP JNI(Java 本机接口):
【发布时间】:2015-06-10 08:41:44
【问题描述】:

我正在尝试在我拥有的不同计算机上安装 SCIP。现在尝试新安装的 Ubuntu 14.04。 所以我从这里得到了 scip 套装并 makeed 。然后我去了scipoptsuite-3.1.1/scip-3.1.1/interfaces/jni并按照README中的说明进行操作:

1) doxygen jniinterface.dxy
   - generates xml documentation
2) ./createJniInterface.py xml/*
   - uses the xml documentation and creates JNI interface
3) create softlinks to soplex and scip in "lib" folder:
   mkdir ./lib
   cd lib
   ln -s ../../../../soplex-2.0.0 soplex
   ln -s ../../.. scip
   cd ..
4) make soplex
   - creates shared library of Soplex
   - use options (e.g., ZLIB=false GMP=false) as required
5) make scip
   - creates shared library of SCIP
   - use options (e.g., ZIMPL=false READLINE=false ZLIB=false GMP=false)
     as required
6) make
7) test your installation:
   cd examples/JniKnapsack
   make
   make run

在第 6 步之前一切都很好,在此期间我收到以下错误。任何的想法?

daniel-ubuntu@ubuntu:~/Downloads/scipoptsuite-3.1.1/scip-3.1.1/interfaces/jni$ make
make: *** No rule to make target `classes/de/zib/jscip/nativ/jni/JniScip.class', needed by `all'.  Stop.

【问题讨论】:

    标签: ubuntu java-native-interface scip


    【解决方案1】:

    由于内存限制,第 1 步和第 2 步未创建正确的文件集,它们会崩溃。这就是为什么我没有预期的正确文件集的原因。

    【讨论】:

      猜你喜欢
      • 2016-04-03
      • 2014-07-24
      • 2015-01-30
      • 2014-12-29
      • 2014-11-22
      • 2017-05-21
      • 1970-01-01
      • 2015-05-31
      • 2015-08-09
      相关资源
      最近更新 更多