Jessica Crouch
2016-11-09 21:46:44 UTC
I downloaded the current code snapshot today and am trying to build it on a
Windows 7 machine using Visual Studio 10. I am getting the error shown
below. Has anyone seen this before or have thoughts as to why this error
is occurring?
Thanks,
Jessica
Z:\Chess\scidvspc-code-2638>nmake -f makefile.vc release
TCL_DIR="Z:\Chess\Tcl"
Microsoft (R) Program Maintenance Utility Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.
tkscid.cpp
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\xlocale(323) :
warning C4530: C++ exception handler used, but unwind semantics are not
enabled. Specify /EHsc
src\tkscid.cpp(3361) : error C2660: 'std::_Hash<_Traits>::cbegin' :
function does not take 1 arguments
with
[
_Traits=std::tr1::_Uset_traits<Tourney,std::_Hash_compare<Tourney,st
d::hash<Tourney>,std::equal_to<Tourney>>,std::allocator<Tourney>,false>
]
src\tkscid.cpp(3361) : fatal error C1903: unable to recover from previous
error(s); stopping compilation
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0
\VC\BIN\cl.EXE"' : return code '0x2'
Stop.
Windows 7 machine using Visual Studio 10. I am getting the error shown
below. Has anyone seen this before or have thoughts as to why this error
is occurring?
Thanks,
Jessica
Z:\Chess\scidvspc-code-2638>nmake -f makefile.vc release
TCL_DIR="Z:\Chess\Tcl"
Microsoft (R) Program Maintenance Utility Version 10.00.40219.01
Copyright (C) Microsoft Corporation. All rights reserved.
tkscid.cpp
c:\Program Files\Microsoft Visual Studio 10.0\VC\INCLUDE\xlocale(323) :
warning C4530: C++ exception handler used, but unwind semantics are not
enabled. Specify /EHsc
src\tkscid.cpp(3361) : error C2660: 'std::_Hash<_Traits>::cbegin' :
function does not take 1 arguments
with
[
_Traits=std::tr1::_Uset_traits<Tourney,std::_Hash_compare<Tourney,st
d::hash<Tourney>,std::equal_to<Tourney>>,std::allocator<Tourney>,false>
]
src\tkscid.cpp(3361) : fatal error C1903: unable to recover from previous
error(s); stopping compilation
NMAKE : fatal error U1077: '"c:\Program Files\Microsoft Visual Studio 10.0
\VC\BIN\cl.EXE"' : return code '0x2'
Stop.