--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hey Sean!Make sure you set the environment variables of VS2015 for the AMD64 architecture using:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64You have to rebuild the c++ library and csharp wrappers as well using make cc and make csharp.Hope that helps.Cheers,Mark
On Thu, Oct 6, 2016 at 1:54 PM, Sean Creighton <sean.cr...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
Hey Sean!Make sure you set the environment variables of VS2015 for the AMD64 architecture using:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64You have to rebuild the c++ library and csharp wrappers as well using make cc and make csharp.Hope that helps.Cheers,Mark
On Thu, Oct 6, 2016 at 1:54 PM, Sean Creighton <sean.cr...@gmail.com> wrote:
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discu...@googlegroups.com.
Hi Sean
--
--
You received this message because you are subscribed to the Google Groups "or-tools-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to or-tools-discuss+unsubscribe@googlegroups.com.
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
followed bymake ccC:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\INCLUDE\utility(123): warning C4244: 'initializing': conversion from 'const int64' to 'int', possible loss of datasrc\base/hash.h(393): note: see reference to function template instantiation 'std::pair<int,int>::pair<int64,int64,void,0>(const std::pair<int64,int64> &)' being compiledsrc\base/hash.h(393): note: see reference to function template instantiation 'std::pair<int,int>::pair<int64,int64,void,0>(const std::pair<int64,int64> &)' being compiledc:\_code\cshrp\or-tools\src\constraint_solver\expressions.cc(4922) : fatal error C1001: An internal error has occurred in the compiler.(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 255)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
About AnyCPU, this is just too complex for us to undertake. The solution seems fragile at best.And I do not believe we should build for 32 bit anymore. So I am not inclined to go down that part.