Advertisement
Guest User

No Expiry Linker Failure

a guest
Jun 16th, 2017
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. CMakeFiles/minetest.dir/convert_json.cpp.o: In function `fetchJsonValue(std::string const&, std::vector<std::string, std::allocator<std::string> >*)':
  2. convert_json.cpp:(.text+0x3cfe): undefined reference to `Json::Value::Value(Json::Value&&)'
  3. CMakeFiles/minetest.dir/serverlist.cpp.o: In function `ServerList::deleteEntry(Json::Value const&)':
  4. serverlist.cpp:(.text+0x22c7): undefined reference to `Json::Value::Value(Json::Value&&)'
  5. serverlist.cpp:(.text+0x230d): undefined reference to `Json::Value::Value(Json::Value&&)'
  6. serverlist.cpp:(.text+0x2339): undefined reference to `Json::Value::Value(Json::Value&&)'
  7. serverlist.cpp:(.text+0x2365): undefined reference to `Json::Value::Value(Json::Value&&)'
  8. CMakeFiles/minetest.dir/serverlist.cpp.o:serverlist.cpp:(.text+0x239d): more undefined references to `Json::Value::Value(Json::Value&&)' follow
  9. collect2: error: ld returned 1 exit status
  10. src/CMakeFiles/minetest.dir/build.make:5677: recipe for target 'bin/minetest' failed
  11. make[2]: *** [bin/minetest] Error 1
  12. CMakeFiles/Makefile2:299: recipe for target 'src/CMakeFiles/minetest.dir/all' failed
  13. make[1]: *** [src/CMakeFiles/minetest.dir/all] Error 2
  14. Makefile:137: recipe for target 'all' failed
  15. make: *** [all] Error 2
  16. https://pastebin.com/zJFsdtkm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement