3

我想在 win 7 上安装 google-or-tools ( https://code.google.com/p/or-tools/ ),以便调用第三方优化求解器 (scip http://scip.zib. de/ ) 来自 2013 年的视频工作室。

我是 or-tools 的新手。

我按照https://developers.google.com/optimization/docs/installing#source_windows上的说明进行操作

但是,当我在 cygwin 中运行“tools/make.exe third_party”时,出现错误:

  makefiles/Makefile.cpp.mk:1573: warning: ignoring old commands for target `lib/libbop.'

  cd dependencies/sources/gflags-2.1.1 && \
    -D BUILD_SHARED_LIBS=ON \
     -D BUILD_STATIC_LIBS=ON \
     -D CMAKE_INSTALL_PREFIX=../../install \
     -D CMAKE_CXX_FLAGS=-fPIC \
     .
      C:\cygwin\install\tmp\make91243.sh: line 1: -D: command not found
      E:\Google_or_tools\or-tools-master\tools\make.exe: *** [dependencies/install/bin/gflags_completions.sh] Error 127

我在 C:\cygwin\install 中找不到文件 make91243.sh。

任何帮助,将不胜感激。

谢谢

4

2 回答 2

0

目前最新版本 (v6.5) 在 windows 上支持 Visual Studio 2015 和 Visual Studio 2017,不支持 Visual Studio 2013。

于 2017-11-27T14:28:19.673 回答
0

这是一个老问题,但请注意 or-tools 目前不支持 Cygwin(请参阅这篇文章)。在 Windows 上,您需要使用 Microsoft 的 Visual C++ 编译器。

于 2016-02-08T09:15:00.907 回答