Festerdam

Minetest_error_building

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