Advertisement
Guest User

OpenMW compilation error

a guest
Jul 12th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.62 KB | None | 0 0
  1. -- Looking for OGRE...
  2. -- Found Ogre Byatis (1.8.1)
  3. -- Found OGRE: optimized;/usr/lib64/libOgreMain.so;debug;/usr/lib64/libOgreMain.so
  4. -- Looking for OGRE_Paging...
  5. -- Found OGRE_Paging: optimized;/usr/lib64/libOgrePaging.so;debug;/usr/lib64/libOgrePaging.so
  6. -- Looking for OGRE_Terrain...
  7. -- Found OGRE_Terrain: optimized;/usr/lib64/libOgreTerrain.so;debug;/usr/lib64/libOgreTerrain.so
  8. -- Looking for OGRE_Property...
  9. -- Found OGRE_Property: optimized;/usr/lib64/libOgreProperty.so;debug;/usr/lib64/libOgreProperty.so
  10. -- Looking for OGRE_RTShaderSystem...
  11. -- Found OGRE_RTShaderSystem: optimized;/usr/lib64/libOgreRTShaderSystem.so;debug;/usr/lib64/libOgreRTShaderSystem.so
  12. -- libraries : MyGUIEngine from /usr/lib
  13. -- includes : /usr/include/MYGUI
  14. -- Boost version: 1.53.0
  15. -- Found the following Boost libraries:
  16. -- system
  17. -- filesystem
  18. -- program_options
  19. -- thread
  20. -- date_time
  21. -- wave
  22. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.5")
  23. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.5")
  24. -- Found Qt4: /usr/bin/qmake-qt4 (found version "4.8.5")
  25. -- Configuring done
  26. -- Generating done
  27. -- Build files have been written to: /home/adrien/Dev/AUR/openmw-git/src/openmw
  28. [ 2%] Built target shiny
  29. [ 4%] Built target shiny.OgrePlatform
  30. [ 5%] Built target oics
  31. [ 5%] Built target sdl4ogre
  32. [ 28%] Built target components
  33. [ 68%] Built target openmw
  34. [ 68%] Built target esmtool
  35. [ 74%] Built target omwlauncher
  36. [ 75%] Built target mwiniimport
  37. [ 75%] Building CXX object apps/opencs/CMakeFiles/opencs.dir/model/world/data.cpp.o
  38. In file included from /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.hpp:21:0,
  39. from /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:2:
  40. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Global; IdAccessorT = CSMWorld::IdAccessor<ESM::Global>]’:
  41. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:336:60: required from here
  42. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  43. setRecord (index, record);
  44. ^
  45. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Global, CSMWorld::IdAccessor<ESM::Global> >’ are not found by unqualified lookup
  46. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  47. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  48. int index = searchId (IdAccessorT().getId (record));
  49. ^
  50. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Global, CSMWorld::IdAccessor<ESM::Global> >’ are not found by unqualified lookup
  51. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  52. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  53. appendRecord (record2);
  54. ^
  55. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Global, CSMWorld::IdAccessor<ESM::Global> >’ are not found by unqualified lookup
  56. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  57. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  58. setRecord (index, record2);
  59. ^
  60. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Global, CSMWorld::IdAccessor<ESM::Global> >’ are not found by unqualified lookup
  61. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  62. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::GameSetting; IdAccessorT = CSMWorld::IdAccessor<ESM::GameSetting>]’:
  63. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:337:58: required from here
  64. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  65. setRecord (index, record);
  66. ^
  67. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::GameSetting, CSMWorld::IdAccessor<ESM::GameSetting> >’ are not found by unqualified lookup
  68. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  69. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  70. int index = searchId (IdAccessorT().getId (record));
  71. ^
  72. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::GameSetting, CSMWorld::IdAccessor<ESM::GameSetting> >’ are not found by unqualified lookup
  73. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  74. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  75. appendRecord (record2);
  76. ^
  77. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::GameSetting, CSMWorld::IdAccessor<ESM::GameSetting> >’ are not found by unqualified lookup
  78. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  79. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  80. setRecord (index, record2);
  81. ^
  82. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::GameSetting, CSMWorld::IdAccessor<ESM::GameSetting> >’ are not found by unqualified lookup
  83. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  84. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Skill; IdAccessorT = CSMWorld::IdAccessor<ESM::Skill>]’:
  85. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:338:59: required from here
  86. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  87. setRecord (index, record);
  88. ^
  89. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Skill, CSMWorld::IdAccessor<ESM::Skill> >’ are not found by unqualified lookup
  90. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  91. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  92. int index = searchId (IdAccessorT().getId (record));
  93. ^
  94. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Skill, CSMWorld::IdAccessor<ESM::Skill> >’ are not found by unqualified lookup
  95. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  96. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  97. appendRecord (record2);
  98. ^
  99. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Skill, CSMWorld::IdAccessor<ESM::Skill> >’ are not found by unqualified lookup
  100. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  101. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  102. setRecord (index, record2);
  103. ^
  104. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Skill, CSMWorld::IdAccessor<ESM::Skill> >’ are not found by unqualified lookup
  105. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  106. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Class; IdAccessorT = CSMWorld::IdAccessor<ESM::Class>]’:
  107. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:339:60: required from here
  108. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  109. setRecord (index, record);
  110. ^
  111. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Class, CSMWorld::IdAccessor<ESM::Class> >’ are not found by unqualified lookup
  112. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  113. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  114. int index = searchId (IdAccessorT().getId (record));
  115. ^
  116. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Class, CSMWorld::IdAccessor<ESM::Class> >’ are not found by unqualified lookup
  117. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  118. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  119. appendRecord (record2);
  120. ^
  121. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Class, CSMWorld::IdAccessor<ESM::Class> >’ are not found by unqualified lookup
  122. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  123. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  124. setRecord (index, record2);
  125. ^
  126. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Class, CSMWorld::IdAccessor<ESM::Class> >’ are not found by unqualified lookup
  127. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  128. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Faction; IdAccessorT = CSMWorld::IdAccessor<ESM::Faction>]’:
  129. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:340:61: required from here
  130. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  131. setRecord (index, record);
  132. ^
  133. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Faction, CSMWorld::IdAccessor<ESM::Faction> >’ are not found by unqualified lookup
  134. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  135. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  136. int index = searchId (IdAccessorT().getId (record));
  137. ^
  138. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Faction, CSMWorld::IdAccessor<ESM::Faction> >’ are not found by unqualified lookup
  139. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  140. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  141. appendRecord (record2);
  142. ^
  143. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Faction, CSMWorld::IdAccessor<ESM::Faction> >’ are not found by unqualified lookup
  144. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  145. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  146. setRecord (index, record2);
  147. ^
  148. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Faction, CSMWorld::IdAccessor<ESM::Faction> >’ are not found by unqualified lookup
  149. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  150. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Race; IdAccessorT = CSMWorld::IdAccessor<ESM::Race>]’:
  151. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:341:58: required from here
  152. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  153. setRecord (index, record);
  154. ^
  155. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Race, CSMWorld::IdAccessor<ESM::Race> >’ are not found by unqualified lookup
  156. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  157. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  158. int index = searchId (IdAccessorT().getId (record));
  159. ^
  160. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Race, CSMWorld::IdAccessor<ESM::Race> >’ are not found by unqualified lookup
  161. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  162. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  163. appendRecord (record2);
  164. ^
  165. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Race, CSMWorld::IdAccessor<ESM::Race> >’ are not found by unqualified lookup
  166. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  167. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  168. setRecord (index, record2);
  169. ^
  170. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Race, CSMWorld::IdAccessor<ESM::Race> >’ are not found by unqualified lookup
  171. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  172. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Sound; IdAccessorT = CSMWorld::IdAccessor<ESM::Sound>]’:
  173. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:342:59: required from here
  174. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  175. setRecord (index, record);
  176. ^
  177. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Sound, CSMWorld::IdAccessor<ESM::Sound> >’ are not found by unqualified lookup
  178. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  179. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  180. int index = searchId (IdAccessorT().getId (record));
  181. ^
  182. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Sound, CSMWorld::IdAccessor<ESM::Sound> >’ are not found by unqualified lookup
  183. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  184. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  185. appendRecord (record2);
  186. ^
  187. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Sound, CSMWorld::IdAccessor<ESM::Sound> >’ are not found by unqualified lookup
  188. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  189. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  190. setRecord (index, record2);
  191. ^
  192. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Sound, CSMWorld::IdAccessor<ESM::Sound> >’ are not found by unqualified lookup
  193. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  194. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Script; IdAccessorT = CSMWorld::IdAccessor<ESM::Script>]’:
  195. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:343:60: required from here
  196. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  197. setRecord (index, record);
  198. ^
  199. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Script, CSMWorld::IdAccessor<ESM::Script> >’ are not found by unqualified lookup
  200. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  201. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  202. int index = searchId (IdAccessorT().getId (record));
  203. ^
  204. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Script, CSMWorld::IdAccessor<ESM::Script> >’ are not found by unqualified lookup
  205. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  206. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  207. appendRecord (record2);
  208. ^
  209. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Script, CSMWorld::IdAccessor<ESM::Script> >’ are not found by unqualified lookup
  210. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  211. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  212. setRecord (index, record2);
  213. ^
  214. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Script, CSMWorld::IdAccessor<ESM::Script> >’ are not found by unqualified lookup
  215. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  216. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Region; IdAccessorT = CSMWorld::IdAccessor<ESM::Region>]’:
  217. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:344:60: required from here
  218. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  219. setRecord (index, record);
  220. ^
  221. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Region, CSMWorld::IdAccessor<ESM::Region> >’ are not found by unqualified lookup
  222. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  223. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  224. int index = searchId (IdAccessorT().getId (record));
  225. ^
  226. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Region, CSMWorld::IdAccessor<ESM::Region> >’ are not found by unqualified lookup
  227. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  228. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  229. appendRecord (record2);
  230. ^
  231. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Region, CSMWorld::IdAccessor<ESM::Region> >’ are not found by unqualified lookup
  232. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  233. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  234. setRecord (index, record2);
  235. ^
  236. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Region, CSMWorld::IdAccessor<ESM::Region> >’ are not found by unqualified lookup
  237. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  238. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::BirthSign; IdAccessorT = CSMWorld::IdAccessor<ESM::BirthSign>]’:
  239. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:345:63: required from here
  240. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  241. setRecord (index, record);
  242. ^
  243. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::BirthSign, CSMWorld::IdAccessor<ESM::BirthSign> >’ are not found by unqualified lookup
  244. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  245. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  246. int index = searchId (IdAccessorT().getId (record));
  247. ^
  248. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::BirthSign, CSMWorld::IdAccessor<ESM::BirthSign> >’ are not found by unqualified lookup
  249. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  250. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  251. appendRecord (record2);
  252. ^
  253. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::BirthSign, CSMWorld::IdAccessor<ESM::BirthSign> >’ are not found by unqualified lookup
  254. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  255. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  256. setRecord (index, record2);
  257. ^
  258. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::BirthSign, CSMWorld::IdAccessor<ESM::BirthSign> >’ are not found by unqualified lookup
  259. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  260. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = ESM::Spell; IdAccessorT = CSMWorld::IdAccessor<ESM::Spell>]’:
  261. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:346:59: required from here
  262. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  263. setRecord (index, record);
  264. ^
  265. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Spell, CSMWorld::IdAccessor<ESM::Spell> >’ are not found by unqualified lookup
  266. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  267. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  268. int index = searchId (IdAccessorT().getId (record));
  269. ^
  270. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Spell, CSMWorld::IdAccessor<ESM::Spell> >’ are not found by unqualified lookup
  271. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  272. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  273. appendRecord (record2);
  274. ^
  275. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Spell, CSMWorld::IdAccessor<ESM::Spell> >’ are not found by unqualified lookup
  276. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  277. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  278. setRecord (index, record2);
  279. ^
  280. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<ESM::Spell, CSMWorld::IdAccessor<ESM::Spell> >’ are not found by unqualified lookup
  281. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  282. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp: In instantiation of ‘void CSMWorld::IdCollection<ESXRecordT, IdAccessorT>::load(ESM::ESMReader&, bool, CSMWorld::UniversalId::Type) [with ESXRecordT = CSMWorld::Cell; IdAccessorT = CSMWorld::IdAccessor<CSMWorld::Cell>]’:
  283. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/data.cpp:349:42: required from here
  284. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  285. setRecord (index, record);
  286. ^
  287. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: declarations in dependent base ‘CSMWorld::Collection<CSMWorld::Cell>’ are not found by unqualified lookup
  288. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:50:41: note: use ‘this->setRecord’ instead
  289. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: error: ‘searchId’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  290. int index = searchId (IdAccessorT().getId (record));
  291. ^
  292. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: declarations in dependent base ‘CSMWorld::Collection<CSMWorld::Cell>’ are not found by unqualified lookup
  293. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:59:63: note: use ‘this->searchId’ instead
  294. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: error: ‘appendRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  295. appendRecord (record2);
  296. ^
  297. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: declarations in dependent base ‘CSMWorld::Collection<CSMWorld::Cell>’ are not found by unqualified lookup
  298. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:68:38: note: use ‘this->appendRecord’ instead
  299. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: error: ‘setRecord’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  300. setRecord (index, record2);
  301. ^
  302. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: declarations in dependent base ‘CSMWorld::Collection<CSMWorld::Cell>’ are not found by unqualified lookup
  303. /home/adrien/Dev/AUR/openmw-git/src/openmw/apps/opencs/model/world/idcollection.hpp:80:42: note: use ‘this->setRecord’ instead
  304. make[2]: *** [apps/opencs/CMakeFiles/opencs.dir/model/world/data.cpp.o] Error 1
  305. make[1]: *** [apps/opencs/CMakeFiles/opencs.dir/all] Error 2
  306. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement