Advertisement
Guest User

Untitled

a guest
Sep 6th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.43 KB | None | 0 0
  1. chris@chris-desktop:~$ cd /home/chris/Minetest_and_AlwaysCraft/minetest_old/minetestold
  2. chris@chris-desktop:~/Minetest_and_AlwaysCraft/minetest_old/minetestold$ makeMakefile:35: Building...
  3. g++ -I/home/chris/Minetest_and_AlwaysCraft/irrlicht-1.7.3/include -I/usr/X11R6/include -I/usr/include/jthread -O2 --fast-math -Wall -g src/main.cpp src/map.cpp src/player.cpp -o bin/test -L/usr/X11R6/lib -L/home/chris/Minetest_and_AlwaysCraft/irrlicht-1.7.3/lib/Linux -L/usr/include/jthread/src/.libs -lIrrlicht -lGL -lXxf86vm -lXext -lX11 -ljthread
  4. In file included from src/main.cpp:30:0:
  5. src/map.h:190:2: error: ‘JMutex’ does not name a type
  6. src/map.h: In constructor ‘MapBlock::MapBlock(Map*, v3s16, v3s16)’:
  7. src/map.h:197:3: error: ‘fastfaces_mutex’ was not declared in this scope
  8. src/map.h: At global scope:
  9. src/map.h:513:1: error: expected class-name before ‘{’ token
  10. src/map.h:515:2: error: ‘JMutex’ does not name a type
  11. src/map.h: In constructor ‘MapUpdateThread::MapUpdateThread()’:
  12. src/map.h:520:22: error: class ‘MapUpdateThread’ does not have any field named ‘JThread’
  13. src/map.h:522:3: error: ‘run_mutex’ was not declared in this scope
  14. src/map.h: In member function ‘bool MapUpdateThread::getRun()’:
  15. src/map.h:529:3: error: ‘run_mutex’ was not declared in this scope
  16. src/map.h: In member function ‘void MapUpdateThread::setRun(bool)’:
  17. src/map.h:536:3: error: ‘run_mutex’ was not declared in this scope
  18. src/map.h: At global scope:
  19. src/map.h:556:2: error: ‘JMutex’ does not name a type
  20. src/map.h:560:2: error: ‘JMutex’ does not name a type
  21. src/map.h: In constructor ‘Map::Map()’:
  22. src/map.h:574:3: error: ‘block_create_mutex’ was not declared in this scope
  23. src/map.h:575:3: error: ‘camera_mutex’ was not declared in this scope
  24. src/map.h:577:11: error: ‘class MapUpdateThread’ has no member named ‘Start’
  25. src/map.h: In destructor ‘Map::~Map()’:
  26. src/map.h:583:17: error: ‘class MapUpdateThread’ has no member named ‘IsRunning’
  27. src/map.h: In member function ‘void Map::updateCamera(v3f, v3f)’:
  28. src/map.h:588:3: error: ‘camera_mutex’ was not declared in this scope
  29. In file included from src/map.cpp:5:0:
  30. src/map.h:190:2: error: ‘JMutex’ does not name a type
  31. src/map.h: In constructor ‘MapBlock::MapBlock(Map*, v3s16, v3s16)’:
  32. src/map.h:197:3: error: ‘fastfaces_mutex’ was not declared in this scope
  33. src/map.h: At global scope:
  34. src/map.h:513:1: error: expected class-name before ‘{’ token
  35. src/map.h:515:2: error: ‘JMutex’ does not name a type
  36. src/map.h: In constructor ‘MapUpdateThread::MapUpdateThread()’:
  37. src/map.h:520:22: error: class ‘MapUpdateThread’ does not have any field named ‘JThread’
  38. src/map.h:522:3: error: ‘run_mutex’ was not declared in this scope
  39. src/map.h: In member function ‘bool MapUpdateThread::getRun()’:
  40. src/map.h:529:3: error: ‘run_mutex’ was not declared in this scope
  41. src/map.h: In member function ‘void MapUpdateThread::setRun(bool)’:
  42. src/map.h:536:3: error: ‘run_mutex’ was not declared in this scope
  43. src/map.h: At global scope:
  44. src/map.h:556:2: error: ‘JMutex’ does not name a type
  45. src/map.h:560:2: error: ‘JMutex’ does not name a type
  46. src/map.h: In constructor ‘Map::Map()’:
  47. src/map.h:574:3: error: ‘block_create_mutex’ was not declared in this scope
  48. src/map.h:575:3: error: ‘camera_mutex’ was not declared in this scope
  49. src/map.h:577:11: error: ‘class MapUpdateThread’ has no member named ‘Start’
  50. src/map.h: In destructor ‘Map::~Map()’:
  51. src/map.h:583:17: error: ‘class MapUpdateThread’ has no member named ‘IsRunning’
  52. src/map.h: In member function ‘void Map::updateCamera(v3f, v3f)’:
  53. src/map.h:588:3: error: ‘camera_mutex’ was not declared in this scope
  54. src/map.cpp: In member function ‘void MapBlock::updateFastFaces()’:
  55. src/map.cpp:230:2: error: ‘fastfaces_mutex’ was not declared in this scope
  56. src/map.cpp: In member function ‘MapBlock* Map::getBlock(v3s16)’:
  57. src/map.cpp:299:2: error: ‘block_create_mutex’ was not declared in this scope
  58. src/map.cpp: In member function ‘irr::core::aabbox3d<short int> Map::getDisplayedBlockArea()’:
  59. src/map.cpp:759:2: error: ‘camera_mutex’ was not declared in this scope
  60. src/map.cpp: In member function ‘void Map::render(irr::video::IVideoDriver*, irr::video::SMaterial*)’:
  61. src/map.cpp:833:3: error: ‘camera_mutex’ was not declared in this scope
  62. src/map.cpp:866:10: error: ‘class MapBlock’ has no member named ‘fastfaces_mutex’
  63. src/map.cpp:889:10: error: ‘class MapBlock’ has no member named ‘fastfaces_mutex’
  64. src/map.cpp: In member function ‘void* MapUpdateThread::Thread()’:
  65. src/map.cpp:902:16: error: ‘ThreadStarted’ was not declared in this scope
  66. In file included from src/player.cpp:6:0:
  67. src/map.h:190:2: error: ‘JMutex’ does not name a type
  68. src/map.h: In constructor ‘MapBlock::MapBlock(Map*, v3s16, v3s16)’:
  69. src/map.h:197:3: error: ‘fastfaces_mutex’ was not declared in this scope
  70. src/map.h: At global scope:
  71. src/map.h:513:1: error: expected class-name before ‘{’ token
  72. src/map.h:515:2: error: ‘JMutex’ does not name a type
  73. src/map.h: In constructor ‘MapUpdateThread::MapUpdateThread()’:
  74. src/map.h:520:22: error: class ‘MapUpdateThread’ does not have any field named ‘JThread’
  75. src/map.h:522:3: error: ‘run_mutex’ was not declared in this scope
  76. src/map.h: In member function ‘bool MapUpdateThread::getRun()’:
  77. src/map.h:529:3: error: ‘run_mutex’ was not declared in this scope
  78. src/map.h: In member function ‘void MapUpdateThread::setRun(bool)’:
  79. src/map.h:536:3: error: ‘run_mutex’ was not declared in this scope
  80. src/map.h: At global scope:
  81. src/map.h:556:2: error: ‘JMutex’ does not name a type
  82. src/map.h:560:2: error: ‘JMutex’ does not name a type
  83. src/map.h: In constructor ‘Map::Map()’:
  84. src/map.h:574:3: error: ‘block_create_mutex’ was not declared in this scope
  85. src/map.h:575:3: error: ‘camera_mutex’ was not declared in this scope
  86. src/map.h:577:11: error: ‘class MapUpdateThread’ has no member named ‘Start’
  87. src/map.h: In destructor ‘Map::~Map()’:
  88. src/map.h:583:17: error: ‘class MapUpdateThread’ has no member named ‘IsRunning’
  89. src/map.h: In member function ‘void Map::updateCamera(v3f, v3f)’:
  90. src/map.h:588:3: error: ‘camera_mutex’ was not declared in this scope
  91. make: *** [all_linux] Error 1
  92. chris@chris-desktop:~/Minetest_and_AlwaysCraft/minetest_old/minetestold$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement