abdelkimo / or-tools

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

Unable to compile with Visual Studio Express 2012 #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Running tools\make all

What is the expected output? What do you see instead?

I was expecting to make all to produce the appropriate binaries. Instead I am 
seeing the error

"src\linear_solver/linear_solver.h(680) : error C2512: 
'operations_research::Coef
fMap' : no appropriate default constructor available
src\linear_solver/linear_solver.h(851) : error C2512: 'operations_research::Coef
fMap' : no appropriate default constructor available
tools\make: *** [objs/hybrid.obj] Error 2"

What version of the product are you using? On what operating system?
I am using Visual Studio Express 2012 to compile and I am on Windows 7.

Please provide any additional information below.
Is this possibly a compatibility issue with VS2012? The readme does not say the 
source has been tested with VS2012.

Original issue reported on code.google.com by gtsht...@gmail.com on 21 Oct 2013 at 1:38

GoogleCodeExporter commented 9 years ago
Fixed. Sorry.

Original comment by laurent....@gmail.com on 27 Oct 2013 at 8:25