Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VS 2017 build from source failed #1852

Closed
Mizux opened this issue Jan 21, 2020 · 1 comment
Closed

VS 2017 build from source failed #1852

Mizux opened this issue Jan 21, 2020 · 1 comment
Assignees
Labels
Bug Build: Makefile Makefile based build issue Lang: C++ Native implementation issue OS: Windows Windows OS
Milestone

Comments

@Mizux
Copy link
Collaborator

Mizux commented Jan 21, 2020

Setup

Version: master
Language: C++

OS: Windows
Build system: Make
Compiler: VS 2017 Pro

Protocol

Steps to reproduce the behavior:

  1. make third_party
  2. make cc

Expected

Compile pass

Observed

...
cl /EHsc /MD /nologo -nologo  /D__WIN32__ /DPSAPI_VERSION=1 /DNOMINMAX /DWIN32_LEAN_AND_MEAN=1 /D_CRT_SECURE_NO_WARNINGS /O2 -DNDEBUG /I. /Iortools/gen /I"dependencies\\install\\include" /I"dependencies\\install\\include" /DGFLAGS_DLL_DECL= /DGFLAGS_DLL_DECLARE_FLAG= /DGFLAGS_DLL_DEFINE_FLAG= /I"dependencies\\install\\include" /DGOOGLE_GLOG_DLL_DECL= /I"dependencies\\install\\include" /I"dependencies\\install\\include" /I"dependencies\\install\\include\\coin" /I"dependencies\\install\\include" /I"dependencies\\install\\include\\coin" /I"dependencies\\install\\include" /I"dependencies\\install\\include\\coin" /DUSE_CLP /I"dependencies\\install\\include" /I"dependencies\\install\\include\\coin" /I"dependencies\\install\\include" /I"dependencies\\install\\include\\coin" /DUSE_CBC /DUSE_GLOP /DUSE_BOP      /DOR_TOOLS_MAJOR=7 /DOR_TOOLS_MINOR=4 -c .\\ortools\\glop\\initial_basis.cc /Foobjs\\glop\\initial_basis.obj
initial_basis.cc
c:\users\corentinl\work\or-tools\ortools\glop\initial_basis.cc(217) : warning C4715: 'operations_research::glop::InitialBasis::GetMarosPriority': not all control paths return a value
c:\users\corentinl\work\or-tools\ortools\glop\initial_basis.cc(386) : warning C4715: 'operations_research::glop::InitialBasis::GetColumnCategory': not all control paths return a value
c:\users\corentinl\work\or-tools\dependencies\install\include\absl\container\internal\compressed_tuple.h(87) : fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\agent\_work\1\s\src\vctools\compiler\utc\src\p2\main.c', line 187)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
 Help menu, or open the Technical Support help file for more information

c:\users\corentinl\work\or-tools\dependencies\install\include\absl\container\internal\compressed_tuple.h(87) : fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'd:\agent\_work\1\s\src\vctools\compiler\utc\src\common\error.c', line 835)
 To work around this problem, try simplifying or changing the program near the locations listed above.
Please choose the Technical Support command on the Visual C++
 Help menu, or open the Technical Support help file for more information
make: *** [objs/glop/initial_basis.obj] Error 3
@Mizux Mizux added Bug OS: Windows Windows OS Lang: C++ Native implementation issue Build: Makefile Makefile based build issue labels Jan 21, 2020
@Mizux Mizux added this to the v7.5 milestone Jan 21, 2020
@Mizux Mizux self-assigned this Jan 21, 2020
@Mizux
Copy link
Collaborator Author

Mizux commented Jan 21, 2020

Won't be fixed in the near future since currently compilation is working on VS 2019 and with clang/gcc on UNIX systems...

@Mizux Mizux closed this as completed Jan 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Build: Makefile Makefile based build issue Lang: C++ Native implementation issue OS: Windows Windows OS
Projects
None yet
Development

No branches or pull requests

1 participant