I'm using visual studio 2013 with all updates applied
(currently update 4), I downloaded the latest sources
for tortoise svn (as of 11/13/2014), I set up the
build environment and ran a command prompt that brings
everything online to build, I hit this error:
\CrashHandler\out\x64\Release\DumpUploaderServiceLib.lib
[exec] Performing Custom Build Tools
[exec] 1 file(s) copied.
[exec] SendRpt.cpp
[exec] log.cpp
[exec] stat.cpp
[exec] CrashInfo.cpp
[exec] CrashProcessor.cpp
[exec] DoctorDump.cpp
[exec] DoctorDump.cpp(197): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(236): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(275): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(295): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(306): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(334): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(340): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(352): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(359): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(371): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(382): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(394): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(405): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(417): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DoctorDump.cpp(423): error C2383: '_Fx' : default-arguments are not allowed on this symbol [E:\tortsvnsrc\ext\crashserver\CrashHandler\SendRpt\SendRpt.vcxproj]
[exec] DumpWriter.cpp
[exec] IniFile.cpp
[exec] SendReportDlg.cpp
[exec] Serializer.cpp
[exec] stdafx.cpp
[exec] Translator.cpp
[exec] utils.cpp
BUILD FAILED
E:\tortsvnsrc\ext\build\crashserver.build(18,6):
External Program Failed: msbuild.exe (return code was 1)
Total time: 21.3 seconds.
BUILD FAILED
Nested build failed. Refer to build log for exact reason.
Total time: 110.1 seconds.
BUILD FAILED
Nested build failed. Refer to build log for exact reason.
Total time: 118.9 seconds.
-----------------------
I'm getting compile error c2383 for doctordump.cpp,
I did what research I could, and this error is a
thin line between a compiler feature and/or a bug,
a symbol somewhere is being assigned a default
value, though I'm not sure where yet, If the
official builds are being compiled with VS2013 pro,
I'd like to know how you're doing that with this
bug/feature active. Please try to look into this,
I'll see if I can figure out where the issue is
(no guarantees though). I can post the entire build
text if requested, but everything else up to this
point seems to build ok.
Thanks!
jbailey8_at_triad.rr.com
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=3091302
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-11-13 22:51:21 CET