abdelkimo / or-tools

Automatically exported from code.google.com/p/or-tools
1 stars 0 forks source link

Compilation error #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. make csharp
2.
3.

What is the expected output? What do you see instead?
compiler error in src/constraint_solver/hybrid.cc:

src\linear_solver/linear_solver.h(680) : error C2512: 
'operations_research::CoeffMap?' : no appropriate default constructor available 
src\linear_solver/linear_solver.h(851) : error C2512: 
'operations_research::CoeffMap?' : no appropriate default constructor available

What version of the product are you using? On what operating system?
current svn checkout
win7, vs2010

Please provide any additional information below.
Just checked out the source from svn and hit the compilation error straight on.

Original issue reported on code.google.com by saxo...@gmail.com on 20 Oct 2013 at 7:08

GoogleCodeExporter commented 9 years ago
Fixed. Sorry.

Original comment by laurent....@gmail.com on 20 Oct 2013 at 9:08

GoogleCodeExporter commented 9 years ago
Thanks, however, there's still compilation error, below. Never mind - I used an 
older svn revision.. good enough for my purposes. 
Best, Saso

cbc_interface.cc
src/linear_solver/cbc_interface.cc(304) : error C2143: syntax error : missing ',
' before ':'
src/linear_solver/cbc_interface.cc(304) : error C2143: syntax error : missing ';
' before '{'
tools\make: *** [objs/cbc_interface.obj] Error 2

Original comment by saxo...@gmail.com on 21 Oct 2013 at 11:28