Build Log
  

Build started: Project: jsontest, Configuration: Debug|x64

Command Lines
  
Creating temporary file "d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\RSP00000F90685928.rsp" with contents
[
/Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"x64\Debug\\" /Fd"x64\Debug\vc90.pdb" /W3 /c /Wp64 /Zi /TP ..\..\src\jsontestrunner\main.cpp
]
Creating command line "cl.exe @d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\RSP00000F90685928.rsp /nologo /errorReport:prompt"
Creating temporary file "d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\TMP00001190685928.tmp" with contents
[
1 /* CREATEPROCESS_MANIFEST_RESOURCE_ID */ 24 /* RT_MANIFEST */ ".\\x64\\Debug\\jsontest.exe.embed.manifest"
]
Creating command line "rc.exe /fo".\x64\Debug\jsontest.exe.embed.manifest.res" d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\TMP00001190685928.tmp"
Creating temporary file "d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\RSP00001290685928.rsp" with contents
[
/OUT:"x64\Debug/jsontest.exe" /INCREMENTAL /MANIFEST /MANIFESTFILE:"x64\Debug\jsontest.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"x64\Debug/jsontest.pdb" /SUBSYSTEM:CONSOLE /DYNAMICBASE:NO /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib "..\..\..\lib\json_libmtd.lib"

".\x64\Debug\main.obj"

".\x64\Debug\jsontest.exe.embed.manifest.res"
]
Creating command line "link.exe @d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\RSP00001290685928.rsp /NOLOGO /ERRORREPORT:PROMPT"
Output Window
  
Compiling...
cl : Command line warning D9035 : option 'Wp64' has been deprecated and will be removed in a future release
main.cpp
Compiling manifest to resources...
Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
Copyright (C) Microsoft Corporation.  All rights reserved.
Linking...
main.obj : error LNK2019: unresolved external symbol "public: class JsonTest::TestResult & __cdecl JsonTest::TestResult::popPredicateContext(void)" (?popPredicateContext@TestResult@JsonTest@@QEAAAEAV12@XZ) referenced in function "public: virtual void __cdecl TestValueTestsize::runTestCase(void)" (?runTestCase@TestValueTestsize@@UEAAXXZ)
main.obj : error LNK2019: unresolved external symbol "public: class JsonTest::TestResult & __cdecl JsonTest::TestResult::operator<<(char const *)" (??6TestResult@JsonTest@@QEAAAEAV01@PEBD@Z) referenced in function "public: void __cdecl ValueTest::checkConstMemberCount(class Json::Value const &,unsigned int)" (?checkConstMemberCount@ValueTest@@QEAAXAEBVValue@Json@@I@Z)
main.obj : error LNK2019: unresolved external symbol "public: int __cdecl JsonTest::Runner::runCommandLine(int,char const * * const)const " (?runCommandLine@Runner@JsonTest@@QEBAHHQEAPEBD@Z) referenced in function main
main.obj : error LNK2019: unresolved external symbol "public: class JsonTest::Runner & __cdecl JsonTest::Runner::add(class JsonTest::TestCase * (__cdecl*)(void))" (?add@Runner@JsonTest@@QEAAAEAV12@P6APEAVTestCase@2@XZ@Z) referenced in function main
main.obj : error LNK2019: unresolved external symbol "public: __cdecl JsonTest::Runner::Runner(void)" (??0Runner@JsonTest@@QEAA@XZ) referenced in function main
main.obj : error LNK2019: unresolved external symbol "public: virtual __cdecl JsonTest::TestCase::~TestCase(void)" (??1TestCase@JsonTest@@UEAA@XZ) referenced in function "int `public: __cdecl ValueTest::ValueTest(void)'::`1'::dtor$0" (?dtor$0@?0???0ValueTest@@QEAA@XZ@4HA)
main.obj : error LNK2019: unresolved external symbol "public: __cdecl JsonTest::TestCase::TestCase(void)" (??0TestCase@JsonTest@@QEAA@XZ) referenced in function "public: __cdecl ValueTest::ValueTest(void)" (??0ValueTest@@QEAA@XZ)
main.obj : error LNK2019: unresolved external symbol "public: class JsonTest::TestResult & __cdecl JsonTest::TestResult::operator<<(unsigned int)" (??6TestResult@JsonTest@@QEAAAEAV01@I@Z) referenced in function "class JsonTest::TestResult & __cdecl JsonTest::checkEqual(class JsonTest::TestResult &,unsigned int const &,unsigned int const &,char const *,unsigned int,char const *)" (??$checkEqual@I@JsonTest@@YAAEAVTestResult@0@AEAV10@AEBI1PEBDI2@Z)
main.obj : error LNK2019: unresolved external symbol "public: class JsonTest::TestResult & __cdecl JsonTest::TestResult::addFailure(char const *,unsigned int,char const *)" (?addFailure@TestResult@JsonTest@@QEAAAEAV12@PEBDI0@Z) referenced in function "class JsonTest::TestResult & __cdecl JsonTest::checkEqual(class JsonTest::TestResult &,unsigned int const &,unsigned int const &,char const *,unsigned int,char const *)" (??$checkEqual@I@JsonTest@@YAAEAVTestResult@0@AEAV10@AEBI1PEBDI2@Z)
main.obj : error LNK2019: unresolved external symbol "public: class JsonTest::TestResult & __cdecl JsonTest::TestResult::operator<<(bool)" (??6TestResult@JsonTest@@QEAAAEAV01@_N@Z) referenced in function "class JsonTest::TestResult & __cdecl JsonTest::checkEqual(class JsonTest::TestResult &,bool const &,bool const &,char const *,unsigned int,char const *)" (??$checkEqual@_N@JsonTest@@YAAEAVTestResult@0@AEAV10@AEB_N1PEBDI2@Z)
x64\Debug/jsontest.exe : fatal error LNK1120: 10 unresolved externals
Results
  
Build log was saved at "file://d:\adaptiveCloth\jsoncpp\makefiles\vs71\x64\Debug\BuildLog.htm"
jsontest - 11 error(s), 1 warning(s)