It's been a while since the visual studio makefile was updated, so it'd be nice to do so :)
Attached is a first go, but it'll probably need more fixes, as none of the current devs use visual studio. Things that have changed include: * tkdnd and universalchardet directories/dependancies are new * we now need to include the flag -std=c++0x (or -std=c++11, which is preferable) compiling tkscid.cpp (and which may be the cause of your reported error) cheers, Steven On Fri, Nov 11, 2016 at 5:48 PM, Mail Delivery Subsystem < mailer-dae...@googlemail.com> wrote: > Delivery to the following recipient failed permanently: > > scidvspc-users@lists.sourceforge.net > > Technical details of permanent failure: > Google tried to deliver your message, but it was rejected by the server > for the recipient domain lists.sourceforge.net by mx.sourceforge.net. > [216.34.181.68]. > > The error that the other server returned was: > 550 Blacklisted file extension detected > > > ----- Original message ----- > > DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; > d=gmail.com; s=20120113; > h=mime-version:in-reply-to:references:from:date:message- > id:subject:to; > bh=vjsvB8Cf/Q6PezE7A/a8c9Nj2ewpwdvibT1mIRxbYoc=; > b=ZQ1+Z90gzVxRSk0Kg5eYCmle8Lx9V1ghWM6shX7JNrg431HlLMyHQSowcJrdUIvR > Ld > b1Laht160CZhEXHLYH4XyFt2O/DErIkLGT042ssv4opPDlHcYFXhPqqR > j/Ss8inw/ug3 > ppIedkM1edDsFMnXIRkaJXx8OLTzenFfpo/cYUUmfh8+592/lZcbTx+ > Xma2kSr9CKXsZ > 5ciWtH0sHFsxbhAKjXtRRKRHmBllgwCk2TuZZv77onkJU07EWXygdx3F861T > 5jBfnG9u > 7SWJm0PYxFfUpVdmTWrvvYs7q4OOAXUZO6Zh+T6f0+ef1AWCzFRje+ > abL2ABikoaVYnG > m5EQ== > X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; > d=1e100.net; s=20130820; > h=x-gm-message-state:mime-version:in-reply-to:references:from:date > :message-id:subject:to; > bh=vjsvB8Cf/Q6PezE7A/a8c9Nj2ewpwdvibT1mIRxbYoc=; > b=FCK0WW3EHXU2vJzbbdm2MU6ovx9zZEtzMa4hKqAbl+ > nu7SjUgvrRigGqLQDI+jFhuG > gTUXWQJzbbcdOdWcDw7O0dh7VGp96mOKDGWa1h0kbfxox4e4aDGrn9FyCFbI > 997zh4/b > 74r3GpGfgbdvkLjjv0nfhZdA7+Og8qsh6+JW6rIFpivVFAe2m/ > CZGVWlKSvE1vjLbZcu > c52Tw4bzgm1BMHarPYutPEP0oZarU0IduCdkT6mAaSVPtcIAQKV+ > yjXATtJw0TwgXAzg > H46YeDvqAJxoFO481lm5DOV87V0/TJLacshWeQi4CeA0rYpuKinVd0FnLC > RW/VglpcUQ > ZRVA== > X-Gm-Message-State: ABUngvef6pNJqokMeMzIa36jO0MrhQLdOO0HEFl+F/ > Rje6AoN18NS4QFiVUDMNmqWi/kYHunlwcX5vJq3Ou40A== > X-Received: by 10.31.61.20 with SMTP id k20mr1028851vka.172.1478850495313; > Thu, 10 Nov 2016 23:48:15 -0800 (PST) > MIME-Version: 1.0 > Received: by 10.31.74.193 with HTTP; Thu, 10 Nov 2016 23:48:14 -0800 (PST) > In-Reply-To: <CAKDNZpEdYNViTrTVRVoWx54d+03jpsbKBG9UPh9YgwYPoGq=0g@ > mail.gmail.com> > References: <CA+NSYs2PTwARyqbxn-ZPVAmeLMwfA=kbN4dk2Eq9=aRwL6yL > b...@mail.gmail.com> > <CAKDNZpEdYNViTrTVRVoWx54d+03jpsbKBG9UPh9YgwYPoGq=0...@mail.gmail.com> > From: Steve A <stevena...@gmail.com> > Date: Fri, 11 Nov 2016 17:48:14 +1000 > Message-ID: <CAKDNZpGdN=WezY19-Z7iVpmXZn=Y5ZtWJ7p-SFZ01QWNYUfRUA@mail. > gmail.com> > Subject: Fwd: [Scidvspc-users] tkscid.cpp build error > To: scidvspc-users <scidvspc-users@lists.sourceforge.net> > Content-Type: multipart/mixed; boundary=001a114dc4b67314ce054101b6d2 > > It's been a while since the visual studio makefile was updated, so it'd be > nice to do so :) > > Attached is a first go, but it'll probably need more fixes, as none of the > current devs use visual studio. > > Things that have changed include: > * tkdnd and universalchardet directories/dependancies are new > * we now need to include the flag -std=c++0x (or -std=c++11, which is > preferable) compiling tkscid.cpp (and which may be the cause of your > reported error) > > cheers, Steven > > > > On Thu, Nov 10, 2016 at 11:38 PM, Jessica Crouch <jrcro...@gmail.com> > wrote: > > > I downloaded the current code snapshot 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? > > > > Adding the \EHsc compile flag eliminates the warning message, but the > > error remains. I also downloaded scid_vs_pc-4.17.tgz and tried building > > from that, but the same error occurred. > > > > 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. > > > > ----- Message truncated ----- > >
Makefile_nmake
Description: Binary data
------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi
_______________________________________________ Scidvspc-users mailing list Scidvspc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/scidvspc-users