Advertisement
Guest User

Untitled

a guest
Mar 20th, 2023
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. /usr/bin/ld: CMakeFiles/minetestserver.dir/mapgen/mapgen.cpp.o: in function `Mapgen::updateLiquid(UniqueQueue<irr::core::vector3d<short> >*, irr::core::vector3d<short>, irr::core::vector3d<short>)':
  2. mapgen.cpp:(.text+0x5942): undefined reference to `short irr::core::roundingError<short>()'
  3. /usr/bin/ld: mapgen.cpp:(.text+0x5a71): undefined reference to `short irr::core::roundingError<short>()'
  4. /usr/bin/ld: mapgen.cpp:(.text+0x5aad): undefined reference to `short irr::core::roundingError<short>()'
  5. /usr/bin/ld: mapgen.cpp:(.text+0x5ae1): undefined reference to `short irr::core::roundingError<short>()'
  6. /usr/bin/ld: mapgen.cpp:(.text+0x5afd): undefined reference to `short irr::core::roundingError<short>()'
  7. /usr/bin/ld: CMakeFiles/minetestserver.dir/mapgen/mapgen.cpp.o:mapgen.cpp:(.text+0x5b9d): more undefined references to `short irr::core::roundingError<short>()' follow
  8. collect2: error: ld returned 1 exit status
  9. make[2]: *** [src/CMakeFiles/minetestserver.dir/build.make:3340: /home/username/temp/badbuild/minetest/bin/minetestserver] Fehler 1
  10. make[2]: Verzeichnis „/home/username/temp/badbuild/minetest/build“ wird verlassen
  11. make[1]: *** [CMakeFiles/Makefile2:420: src/CMakeFiles/minetestserver.dir/all] Fehler 2
  12. make[1]: Verzeichnis „/home/username/temp/badbuild/minetest/build“ wird verlassen
  13. make: *** [Makefile:156: all] Fehler 2
  14. make: Verzeichnis „/home/username/temp/badbuild/minetest/build“ wird verlassen
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement