Visual studio 2013 在win7上构建google或tools时出错

Visual studio 2013 在win7上构建google或tools时出错,visual-studio-2013,windows-7,scip,or-tools,Visual Studio 2013,Windows 7,Scip,Or Tools,我想在Win7上安装google或tools(),这样我就可以从vidsual studio 2013调用第三方优化解决方案(scip) 我是新来的或工具 我在办公室里按照指示做了 但是,当我在cygwin中运行“tools/make.exe third_party”时,我得到了一个错误: makefiles/Makefile.cpp.mk:1573: warning: ignoring old commands for target `lib/libbop.' cd dependen

我想在Win7上安装google或tools(),这样我就可以从vidsual studio 2013调用第三方优化解决方案(scip)

我是新来的或工具

我在办公室里按照指示做了

但是,当我在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

任何帮助都将不胜感激


谢谢,这是一个老问题,但请注意,或工具目前不支持Cygwin(见帖子)。在Windows上,您需要使用微软的Visual C++编译器。

目前,上一版本(V5.5)支持Windows上的Visual Studio 2015和VisualStudio 2017,不支持VisualStudio 2013。