Advertisement
Guest User

Untitled

a guest
Oct 8th, 2016
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. Microsoft (R) Build Engine version 14.0.25420.1
  2. Copyright (C) Microsoft Corporation. All rights reserved.
  3.  
  4. Build started 09/10/2016 01:07:01.
  5. Project "C:\dev\Cpp\timer\_build\ALL_BUILD.vcxproj" on node 1 (default targets).
  6. Project "C:\dev\Cpp\timer\_build\ALL_BUILD.vcxproj" (1) is building "C:\dev\Cpp\timer\_build\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
  7. InitializeBuildStatus:
  8. Creating "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
  9. CustomBuild:
  10. All outputs are up-to-date.
  11. FinalizeBuildStatus:
  12. Deleting file "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
  13. Touching "Win32\Debug\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
  14. Done Building Project "C:\dev\Cpp\timer\_build\ZERO_CHECK.vcxproj" (default targets).
  15. Project "C:\dev\Cpp\timer\_build\ALL_BUILD.vcxproj" (1) is building "C:\dev\Cpp\timer\_build\testB.vcxproj" (3) on node 1 (default targets).
  16. InitializeBuildStatus:
  17. Touching "testB.dir\Debug\testB.tlog\unsuccessfulbuild".
  18. CustomBuild:
  19. All outputs are up-to-date.
  20. ClCompile:
  21. All outputs are up-to-date.
  22. Link:
  23. C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\dev\Cpp\timer\_build\bin\testB.exe" /INCREMENTAL /NOLOGO /LIBPATH:"C:/Users/Italo Silva/.conan/data/jsoncpp/1.7.7/theirix/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/lib" /LIBPATH:"C:/Users/Italo Silva/.conan/data/jsoncpp/1.7.7/theirix/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/lib/Debug" kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib jsoncpp.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"C:/dev/Cpp/timer/_build/bin/testB.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/dev/Cpp/timer/_build/lib/testB.lib" /MACHINE:X86 /SAFESEH /machine:X86 testB.dir\Debug\main.obj
  24. main.obj : error LNK2019: unresolved external symbol "public: __thiscall Json::Value::Value(char const *)" (??0Value@Json@@QAE@PBD@Z) referenced in function _main [C:\dev\Cpp\timer\_build\testB.vcxproj]
  25. main.obj : error LNK2019: unresolved external symbol "public: __thiscall Json::Value::~Value(void)" (??1Value@Json@@QAE@XZ) referenced in function _main [C:\dev\Cpp\timer\_build\testB.vcxproj]
  26. C:/Users/Italo Silva/.conan/data/jsoncpp/1.7.7/theirix/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/lib\jsoncpp.lib : warning LNK4272: library machine type 'x64' conflicts with target machine type 'X86' [C:\dev\Cpp\timer\_build\testB.vcxproj]
  27. C:\dev\Cpp\timer\_build\bin\testB.exe : fatal error LNK1120: 2 unresolved externals [C:\dev\Cpp\timer\_build\testB.vcxproj]
  28. Done Building Project "C:\dev\Cpp\timer\_build\testB.vcxproj" (default targets) -- FAILED.
  29. Done Building Project "C:\dev\Cpp\timer\_build\ALL_BUILD.vcxproj" (default targets) -- FAILED.
  30.  
  31. Build FAILED.
  32.  
  33. "C:\dev\Cpp\timer\_build\ALL_BUILD.vcxproj" (default target) (1) ->
  34. "C:\dev\Cpp\timer\_build\testB.vcxproj" (default target) (3) ->
  35. (Link target) ->
  36. C:/Users/Italo Silva/.conan/data/jsoncpp/1.7.7/theirix/stable/package/c85f9b402dd4d46acdf074e1c63b768a41181d7a/lib\jsoncpp.lib : warning LNK4272: library machine type 'x64' conflicts with target machine type 'X86' [C:\dev\Cpp\timer\_build\testB.vcxproj]
  37.  
  38.  
  39. "C:\dev\Cpp\timer\_build\ALL_BUILD.vcxproj" (default target) (1) ->
  40. "C:\dev\Cpp\timer\_build\testB.vcxproj" (default target) (3) ->
  41. (Link target) ->
  42. main.obj : error LNK2019: unresolved external symbol "public: __thiscall Json::Value::Value(char const *)" (??0Value@Json@@QAE@PBD@Z) referenced in function _main [C:\dev\Cpp\timer\_build\testB.vcxproj]
  43. main.obj : error LNK2019: unresolved external symbol "public: __thiscall Json::Value::~Value(void)" (??1Value@Json@@QAE@XZ) referenced in function _main [C:\dev\Cpp\timer\_build\testB.vcxproj]
  44. C:\dev\Cpp\timer\_build\bin\testB.exe : fatal error LNK1120: 2 unresolved externals [C:\dev\Cpp\timer\_build\testB.vcxproj]
  45.  
  46. 1 Warning(s)
  47. 3 Error(s)
  48.  
  49. Time Elapsed 00:00:00.63
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement