Advertisement
Guest User

REGoth Compile Errors

a guest
Oct 21st, 2016
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.46 KB | None | 0 0
  1.  
  2. [ 13%] Building CXX object lib/ZenLib/vdfs/CMakeFiles/vdfs.dir/archive_virtual.o
  3. /home/tom/REGoth/lib/ZenLib/vdfs/archive_virtual.cpp: In member function ‘bool VDFS::ArchiveVirtual::loadVDF(const string&, uint32_t)’:
  4. /home/tom/REGoth/lib/ZenLib/vdfs/archive_virtual.cpp:60:56: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  5. fread(&m_VdfHeader, sizeof(m_VdfHeader), 1, m_pStream);
  6. ^
  7.  
  8. [ 55%] Building CXX object lib/bullet3/examples/ExampleBrowser/CMakeFiles/App_ExampleBrowser.dir/__/SharedMemory/PhysicsServerCommandProcessor.o
  9. /home/tom/REGoth/lib/bullet3/examples/SharedMemory/PhysicsServerCommandProcessor.cpp: In constructor ‘CommandLogPlayback::CommandLogPlayback(const char*)’:
  10. /home/tom/REGoth/lib/bullet3/examples/SharedMemory/PhysicsServerCommandProcessor.cpp:250:31: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  11. fread(m_header,12,1,m_file);
  12. ^
  13. [ 55%] Building CXX object lib/bullet3/examples/ExampleBrowser/CMakeFiles/App_ExampleBrowser.dir/__/InverseDynamics/InverseDynamicsExample.o
  14. /home/tom/REGoth/lib/bullet3/examples/InverseDynamics/InverseDynamicsExample.cpp: In member function ‘virtual void InverseDynamicsExample::initPhysics()’:
  15. /home/tom/REGoth/lib/bullet3/examples/InverseDynamics/InverseDynamicsExample.cpp:228:36: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘std::size_t {aka long unsigned int}’ [-Wformat=]
  16. sprintf(tmp,"q_desired[%u]",dof);
  17. ^
  18. /home/tom/REGoth/lib/bullet3/examples/InverseDynamics/InverseDynamicsExample.cpp:234:28: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘std::size_t {aka long unsigned int}’ [-Wformat=]
  19. sprintf(tmp,"q[%u]",dof);
  20. ^
  21.  
  22. [ 57%] Building CXX object lib/bullet3/examples/ExampleBrowser/CMakeFiles/App_ExampleBrowser.dir/__/Collision/Internal/RealTimeBullet3CollisionSdk.o
  23. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createSphereShape(plCollisionWorldHandle, plReal)’:
  24. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:128:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  25. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  26. ^
  27. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createPlaneShape(plCollisionWorldHandle, plReal, plReal, plReal, plReal)’:
  28. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:150:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  29. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  30. ^
  31. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createCapsuleShape(plCollisionWorldHandle, plReal, plReal, int)’:
  32. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:172:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  33. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  34. ^
  35. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createCompoundShape(plCollisionWorldHandle)’:
  36. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:189:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  37. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  38. ^
  39. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionObjectHandle__* RealTimeBullet3CollisionSdk::createCollisionObject(plCollisionWorldHandle, void*, int, plCollisionShapeHandle, plReal*, plReal*)’:
  40. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:268:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  41. return (plCollisionObjectHandle)world->m_nextFreeCollidableIndex++;
  42. ^
  43.  
  44. [ 60%] Building CXX object lib/bullet3/examples/ExampleBrowser/CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletFileLoader/bFile.o
  45. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In member function ‘int bParse::bFile::resolvePointersStructRecursive(char*, int, int, int)’:
  46. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1288:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘void*’ [-Wformat=]
  47. printf("%d ", array[a]);
  48. ^
  49. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1306:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘void*’ [-Wformat=]
  50. printf("%d ", ptr);
  51. ^
  52. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In member function ‘void bParse::bFile::resolvePointers(int)’:
  53. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1487:58: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘void*’ [-Wformat=]
  54. printf(" <%s pointer=%d>\n",oldType,dataChunk.oldPtr);
  55. ^
  56. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In constructor ‘bParse::bFile::bFile(const char*, const char*)’:
  57. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:78:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  58. fread(mFileBuffer, mFileLen, 1, fp);
  59. ^
  60. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createSphereShape(plCollisionWorldHandle, plReal)’:
  61. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:128:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  62. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  63. ^
  64. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createPlaneShape(plCollisionWorldHandle, plReal, plReal, plReal, plReal)’:
  65. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:150:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  66. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  67. ^
  68. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createCapsuleShape(plCollisionWorldHandle, plReal, plReal, int)’:
  69. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:172:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  70. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  71. ^
  72. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createCompoundShape(plCollisionWorldHandle)’:
  73. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:189:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  74. return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  75. ^
  76. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionObjectHandle__* RealTimeBullet3CollisionSdk::createCollisionObject(plCollisionWorldHandle, void*, int, plCollisionShapeHandle, plReal*, plReal*)’:
  77. /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:268:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  78. return (plCollisionObjectHandle)world->m_nextFreeCollidableIndex++;
  79. [ 60%] Building CXX object lib/bullet3/examples/ExampleBrowser/CMakeFiles/App_ExampleBrowser.dir/__/__/Extras/Serialize/BulletFileLoader/bDNA.o
  80.  
  81. [ 60%] Building CXX object lib/bullet3/examples/ExampleBrowser/CMakeFiles/App_ExampleBrowser.dir/__/Importers/ImportBsp/ImportBspExample.o
  82. /home/tom/REGoth/lib/bullet3/examples/Importers/ImportBsp/ImportBspExample.cpp: In member function ‘void BspDemo::initPhysics(const char*)’:
  83. /home/tom/REGoth/lib/bullet3/examples/Importers/ImportBsp/ImportBspExample.cpp:207:35: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  84. fread(memoryBuffer,1,size,file);
  85. ^
  86.  
  87. [ 64%] Building CXX object lib/bullet3/Extras/ConvexDecomposition/CMakeFiles/ConvexDecomposition.dir/cd_wavefront.o
  88. /home/tom/REGoth/lib/bullet3/Extras/ConvexDecomposition/cd_wavefront.cpp: In member function ‘const char** ConvexDecomposition::InPlaceParser::GetArglist(char*, int&)’:
  89. /home/tom/REGoth/lib/bullet3/Extras/ConvexDecomposition/cd_wavefront.cpp:536:9: warning: function may return address of local variable [-Wreturn-local-addr]
  90. return ret;
  91. ^
  92. /home/tom/REGoth/lib/bullet3/Extras/ConvexDecomposition/cd_wavefront.cpp:453:14: note: declared here
  93. const char *argv[MAXARGS];
  94. ^
  95.  
  96. [ 66%] Building CXX object lib/bullet3/Extras/Serialize/BulletFileLoader/CMakeFiles/BulletFileLoader.dir/bFile.o
  97. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In member function ‘int bParse::bFile::resolvePointersStructRecursive(char*, int, int, int)’:
  98. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1288:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘void*’ [-Wformat=]
  99. printf("%d ", array[a]);
  100. ^
  101. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1306:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘void*’ [-Wformat=]
  102. printf("%d ", ptr);
  103. ^
  104. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In member function ‘void bParse::bFile::resolvePointers(int)’:
  105. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1487:58: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘void*’ [-Wformat=]
  106. printf(" <%s pointer=%d>\n",oldType,dataChunk.oldPtr);
  107. ^
  108. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In constructor ‘bParse::bFile::bFile(const char*, const char*)’:
  109. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:78:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  110. fread(mFileBuffer, mFileLen, 1, fp);
  111. ^
  112.  
  113. [ 67%] Building CXX object lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/CMakeFiles/BulletXmlWorldImporter.dir/btBulletXmlWorldImporter.o
  114. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeConvexHullShapeData(TiXmlNode*)’:
  115. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:133:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  116. (targetdata).argname= (pointertype) (int) atof(txt);\
  117. ^
  118. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:236:2: note: in expansion of macro ‘SET_POINTER_VALUE’
  119. SET_POINTER_VALUE(pParent,*convexHullData,m_unscaledPointsFloatPtr,btVector3Fl
  120. ^
  121. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:133:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  122. (targetdata).argname= (pointertype) (int) atof(txt);\
  123. ^
  124. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:237:2: note: in expansion of macro ‘SET_POINTER_VALUE’
  125. SET_POINTER_VALUE(pParent,*convexHullData,m_unscaledPointsDoublePtr,btVector3D
  126. ^
  127. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:241:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  128. m_pointerLookup.insert((void*)ptr,convexHullData);
  129. ^
  130. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeCompoundShapeChildData(TiXmlNode*)’:
  131. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:265:86: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  132. undChildArrayPtr->at(i).m_childShape = (btCollisionShapeData*) (int) atof(txt);
  133. ^
  134. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:295:33: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  135. m_pointerLookup.insert((void*)ptr,cd);
  136. ^
  137. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeCompoundShapeData(TiXmlNode*)’:
  138. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:322:78: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  139. compoundData->m_childShapePtr = (btCompoundShapeChildData*) (int) atof(txt);
  140. ^
  141. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:331:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  142. m_pointerLookup.insert((void*)ptr,compoundData);
  143. ^
  144. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeStaticPlaneShapeData(TiXmlNode*)’:
  145. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:351:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  146. m_pointerLookup.insert((void*)ptr,planeData);
  147. ^
  148. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeConvexInternalShapeData(TiXmlNode*)’:
  149. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:385:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  150. m_pointerLookup.insert((void*)ptr,convexShape);
  151. ^
  152. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeGeneric6DofConstraintData(TiXmlNode*)’:
  153. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:133:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  154. (targetdata).argname= (pointertype) (int) atof(txt);\
  155. ^
  156. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:416:3: note: in expansion of macro ‘SET_POINTER_VALUE’
  157. SET_POINTER_VALUE(n,dof6Data->m_typeConstraintData,m_rbA,btRigidBodyData*);
  158. ^
  159. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:133:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  160. (targetdata).argname= (pointertype) (int) atof(txt);\
  161. ^
  162. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:417:3: note: in expansion of macro ‘SET_POINTER_VALUE’
  163. SET_POINTER_VALUE(n,dof6Data->m_typeConstraintData,m_rbB,btRigidBodyData*);
  164. ^
  165. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:442:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  166. m_pointerLookup.insert((void*)ptr,dof6Data);
  167. ^
  168. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::deSerializeRigidBodyFloatData(TiXmlNode*)’:
  169. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:133:54: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  170. (targetdata).argname= (pointertype) (int) atof(txt);\
  171. ^
  172. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:460:3: note: in expansion of macro ‘SET_POINTER_VALUE’
  173. SET_POINTER_VALUE(n,rbData->m_collisionObjectData,m_collisionShape, void*);
  174. ^
  175. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:509:32: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  176. m_pointerLookup.insert((void*)ptr,rbData);
  177. ^
  178. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp: In member function ‘void btBulletXmlWorldImporter::auto_serialize_root_level_children(TiXmlNode*)’:
  179. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletXmlWorldImporter/btBulletXmlWorldImporter.cpp:654:35: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  180. m_pointerLookup.insert((void*)ptr,vectors);
  181. ^
  182.  
  183. [ 75%] Building CXX object lib/bullet3/test/InverseDynamics/CMakeFiles/Test_BulletInverseForwardDynamics.dir/__/__/Extras/Serialize/BulletFileLoader/bFile.o
  184. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In member function ‘int bParse::bFile::resolvePointersStructRecursive(char*, int, int, int)’:
  185. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1288:29: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘void*’ [-Wformat=]
  186. printf("%d ", array[a]);
  187. ^
  188. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1306:23: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘void*’ [-Wformat=]
  189. printf("%d ", ptr);
  190. ^
  191. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In member function ‘void bParse::bFile::resolvePointers(int)’:
  192. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:1487:58: warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘void*’ [-Wformat=]
  193. printf(" <%s pointer=%d>\n",oldType,dataChunk.oldPtr);
  194. ^
  195. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp: In constructor ‘bParse::bFile::bFile(const char*, const char*)’:
  196. /home/tom/REGoth/lib/bullet3/Extras/Serialize/BulletFileLoader/bFile.cpp:78:38: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  197. fread(mFileBuffer, mFileLen, 1, fp);
  198. ^
  199.  
  200. [ 77%] Building CXX object lib/bullet3/test/SharedMemory/CMakeFiles/Test_PhysicsClientServer.dir/__/__/examples/SharedMemory/PhysicsServerCommandProcessor.o
  201. /home/tom/REGoth/lib/bullet3/examples/SharedMemory/PhysicsServerCommandProcessor.cpp: In constructor ‘CommandLogPlayback::CommandLogPlayback(const char*)’:
  202. /home/tom/REGoth/lib/bullet3/examples/SharedMemory/PhysicsServerCommandProcessor.cpp:250:31: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  203. fread(m_header,12,1,m_file);
  204. ^
  205.  
  206. [ 98%] Building CXX object lib/SFML/src/SFML/Audio/CMakeFiles/sfml-audio.dir/AudioDevice.cpp.o
  207. /home/tom/REGoth/lib/SFML/src/SFML/Audio/AudioDevice.cpp: In static member function ‘static bool sf::priv::AudioDevice::isExtensionSupported(const string&)’:
  208. /home/tom/REGoth/lib/SFML/src/SFML/Audio/AudioDevice.cpp:110:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  209. std::auto_ptr<AudioDevice> device;
  210. ^
  211. In file included from /usr/include/c++/5/memory:81:0,
  212. from /home/tom/REGoth/lib/SFML/src/SFML/Audio/AudioDevice.cpp:32:
  213. /usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
  214. template<typename> class auto_ptr;
  215. ^
  216. /home/tom/REGoth/lib/SFML/src/SFML/Audio/AudioDevice.cpp: In static member function ‘static int sf::priv::AudioDevice::getFormatFromChannelCount(unsigned int)’:
  217. /home/tom/REGoth/lib/SFML/src/SFML/Audio/AudioDevice.cpp:128:10: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  218. std::auto_ptr<AudioDevice> device;
  219. ^
  220. In file included from /usr/include/c++/5/memory:81:0,
  221. from /home/tom/REGoth/lib/SFML/src/SFML/Audio/AudioDevice.cpp:32:
  222. /usr/include/c++/5/bits/unique_ptr.h:49:28: note: declared here
  223. template<typename> class auto_ptr;
  224. ^
  225.  
  226. [100%] Building CXX object lib/adpcm/CMakeFiles/decode.dir/decode.cpp.o
  227. /home/tom/REGoth/lib/adpcm/decode.cpp: In function ‘int main(int, char**)’:
  228. /home/tom/REGoth/lib/adpcm/decode.cpp:60:33: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
  229. fread(inwav.data(), s, 1, f);
  230. ^
  231. [100%] Linking CXX executable ../../bin/decode
  232. [100%] Built target decode
  233. Scanning dependencies of target REGoth
  234. [100%] Building CXX object src/target/CMakeFiles/REGoth.dir/REGoth.cpp.o
  235. [100%] Linking CXX executable ../../bin/REGoth
  236. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bx::uint32_min(unsigned int, unsigned int)':
  237. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:120: Mehrfachdefinition von `bgfx_vertex_decl_add'
  238. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3852: first defined here
  239. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::skip(unsigned char)':
  240. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:130: Mehrfachdefinition von `bgfx_vertex_decl_skip'
  241. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3858: first defined here
  242. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::setViewFrameBuffer(unsigned char, bgfx::FrameBufferHandle)':
  243. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2397: Mehrfachdefinition von `bgfx_get_supported_renderers'
  244. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2397: first defined here
  245. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_get_renderer_type':
  246. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3956: Mehrfachdefinition von `bgfx_get_renderer_type'
  247. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3956: first defined here
  248. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bx::fmax(float, float)':
  249. /home/tom/REGoth/lib/bgfx-cmake/bx/include/bx/fpumath.h:72: Mehrfachdefinition von `bgfx::g_caps'
  250. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2408: first defined here
  251. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_get_caps':
  252. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3961: Mehrfachdefinition von `bgfx_get_caps'
  253. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3961: first defined here
  254. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_make_ref':
  255. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3984: Mehrfachdefinition von `bgfx_make_ref'
  256. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3984: first defined here
  257. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::unpackRgba8I(float*, void const*)':
  258. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:973: Mehrfachdefinition von `bgfx::g_allocator'
  259. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2620: first defined here
  260. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_make_ref_release':
  261. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3989: Mehrfachdefinition von `bgfx_make_ref_release'
  262. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3989: first defined here
  263. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::vk::rendererCreate()':
  264. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_vk.cpp:17: Mehrfachdefinition von `bgfx::vk::rendererCreate()'
  265. ../../lib/libbgfx.a(renderer_vk.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_vk.cpp:17: first defined here
  266. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::vk::rendererDestroy()':
  267. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_vk.cpp:20: Mehrfachdefinition von `bgfx::vk::rendererDestroy()'
  268. ../../lib/libbgfx.a(renderer_vk.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_vk.cpp:20: first defined here
  269. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_get_hmd':
  270. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3964: Mehrfachdefinition von `bgfx_get_hmd'
  271. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3964: first defined here
  272. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_get_stats':
  273. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3969: Mehrfachdefinition von `bgfx_get_stats'
  274. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3969: first defined here
  275. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::unpackRgba8(float*, void const*)':
  276. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:936: Mehrfachdefinition von `bgfx::g_platformData'
  277. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2408: first defined here
  278. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::d3d12::rendererCreate()':
  279. /home/tom/REGoth/lib/bgfx-cmake/bx/include/bx/allocator.h:82: Mehrfachdefinition von `bgfx::d3d12::rendererCreate()'
  280. ../../lib/libbgfx.a(renderer_d3d12.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_d3d12.cpp:5659: first defined here
  281. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::d3d12::rendererDestroy()':
  282. /home/tom/REGoth/lib/bgfx-cmake/bx/include/bx/allocator.h:82: Mehrfachdefinition von `bgfx::d3d12::rendererDestroy()'
  283. ../../lib/libbgfx.a(renderer_d3d12.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_d3d12.cpp:5662: first defined here
  284. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::begin(bgfx::RendererType::Enum)':
  285. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:97: Mehrfachdefinition von `bgfx_vertex_decl_begin'
  286. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3841: first defined here
  287. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bx::debugBreak()':
  288. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1798: Mehrfachdefinition von `bgfx::gl::s_renderGL'
  289. ../../lib/libbgfx.a(renderer_gl.cpp.o):(.bss+0x0): first defined here
  290. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_dbg_text_printf':
  291. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4004: Mehrfachdefinition von `bgfx_dbg_text_printf'
  292. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4004: first defined here
  293. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgTextPrintfVargs(unsigned short, unsigned short, unsigned char, char const*, __va_list_tag*)':
  294. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2659: Mehrfachdefinition von `bgfx_dbg_text_vprintf'
  295. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2659: first defined here
  296. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::TinyStlAllocator::static_allocate(unsigned long)':
  297. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:45: Mehrfachdefinition von `bgfx::TinyStlAllocator::static_allocate(unsigned long)'
  298. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:45: first defined here
  299. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::TinyStlAllocator::static_deallocate(void*, unsigned long)':
  300. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:51: Mehrfachdefinition von `bgfx::TinyStlAllocator::static_deallocate(void*, unsigned long)'
  301. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:51: first defined here
  302. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::isGraphicsDebuggerPresent()':
  303. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:382: Mehrfachdefinition von `bgfx::isGraphicsDebuggerPresent()'
  304. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:382: first defined here
  305. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::charsetFillTexture(unsigned char const*, unsigned char*, unsigned int, unsigned int, unsigned int)':
  306. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:432: Mehrfachdefinition von `bgfx::charsetFillTexture(unsigned char const*, unsigned char*, unsigned int, unsigned int, unsigned int)'
  307. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:432: first defined here
  308. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::nameToUniformTypeEnum(char const*)':
  309. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:821: Mehrfachdefinition von `bgfx::nameToUniformTypeEnum(char const*)'
  310. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:821: first defined here
  311. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::packRgb8S(void*, float const*)':
  312. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:855: Mehrfachdefinition von `bgfx::s_uniformTypeName'
  313. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx_p.h:1624: first defined here
  314. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getPredefinedUniformName(bgfx::PredefinedUniform::Enum)':
  315. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:849: Mehrfachdefinition von `bgfx::getPredefinedUniformName(bgfx::PredefinedUniform::Enum)'
  316. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:849: first defined here
  317. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::nameToPredefinedUniformEnum(char const*)':
  318. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:853: Mehrfachdefinition von `bgfx::nameToPredefinedUniformEnum(char const*)'
  319. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:853: first defined here
  320. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getViableTextureFormat(bgfx::ImageContainer const&)':
  321. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1194: Mehrfachdefinition von `bgfx::getViableTextureFormat(bgfx::ImageContainer const&)'
  322. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1194: first defined here
  323. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::getName(bgfx::UniformHandle) const':
  324. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1577: Mehrfachdefinition von `bgfx::Context::getName(bgfx::UniformHandle) const'
  325. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1577: first defined here
  326. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::windowsVersionIs(bgfx::Condition::Enum, unsigned int)':
  327. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1794: Mehrfachdefinition von `bgfx::windowsVersionIs(bgfx::Condition::Enum, unsigned int)'
  328. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1794: first defined here
  329. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::rendererCreate(bgfx::RendererType::Enum)':
  330. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1802: Mehrfachdefinition von `bgfx::rendererCreate(bgfx::RendererType::Enum)'
  331. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1802: first defined here
  332. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::rendererDestroy()':
  333. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1880: Mehrfachdefinition von `bgfx::rendererDestroy()'
  334. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1880: first defined here
  335. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getSupportedRenderers(bgfx::RendererType::Enum*)':
  336. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2397: Mehrfachdefinition von `bgfx::getSupportedRenderers(bgfx::RendererType::Enum*)'
  337. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2397: first defined here
  338. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getCaps()':
  339. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2413: Mehrfachdefinition von `bgfx::getCaps()'
  340. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2419: first defined here
  341. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getHMD()':
  342. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2413: Mehrfachdefinition von `bgfx::getHMD()'
  343. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2419: first defined here
  344. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getStats()':
  345. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2413: Mehrfachdefinition von `bgfx::getStats()'
  346. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2419: first defined here
  347. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getRendererType()':
  348. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2589: Mehrfachdefinition von `bgfx::getRendererType()'
  349. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2589: first defined here
  350. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::makeRef(void const*, unsigned int, void (*)(void*, void*), void*)':
  351. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2589: Mehrfachdefinition von `bgfx::makeRef(void const*, unsigned int, void (*)(void*, void*), void*)'
  352. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2606: first defined here
  353. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::isMemoryRef(bgfx::Memory const*)':
  354. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2627: Mehrfachdefinition von `bgfx::isMemoryRef(bgfx::Memory const*)'
  355. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2627: first defined here
  356. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgTextPrintfVargs(unsigned short, unsigned short, unsigned char, char const*, __va_list_tag*)':
  357. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2628: Mehrfachdefinition von `bgfx::dbgTextPrintfVargs(unsigned short, unsigned short, unsigned char, char const*, __va_list_tag*)'
  358. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2653: first defined here
  359. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::calcTextureSize(bgfx::TextureInfo&, unsigned short, unsigned short, unsigned short, bool, bool, unsigned short, bgfx::TextureFormat::Enum)':
  360. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2894: Mehrfachdefinition von `bgfx::calcTextureSize(bgfx::TextureInfo&, unsigned short, unsigned short, unsigned short, bool, bool, unsigned short, bgfx::TextureFormat::Enum)'
  361. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2894: first defined here
  362. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_calc_texture_size':
  363. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4204: Mehrfachdefinition von `bgfx_calc_texture_size'
  364. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4204: first defined here
  365. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getTextureSizeFromRatio(bgfx::BackbufferRatio::Enum, unsigned short&, unsigned short&)':
  366. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2948: Mehrfachdefinition von `bgfx::getTextureSizeFromRatio(bgfx::BackbufferRatio::Enum, unsigned short&, unsigned short&)'
  367. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2948: first defined here
  368. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::checkView(unsigned char)':
  369. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3324: Mehrfachdefinition von `bgfx::checkView(unsigned char)'
  370. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3324: first defined here
  371. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_get_interface':
  372. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4816: Mehrfachdefinition von `bgfx_get_interface'
  373. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4816: first defined here
  374. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_image_rgba8_downsample_2x2':
  375. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3909: Mehrfachdefinition von `bgfx_image_rgba8_downsample_2x2'
  376. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3909: first defined here
  377. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::toString(unsigned int)':
  378. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1076: Mehrfachdefinition von `bgfx::gl::toString(unsigned int)'
  379. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1076: first defined here
  380. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::setTextureFormat(bgfx::TextureFormat::Enum, unsigned int, unsigned int, unsigned int)':
  381. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1128: Mehrfachdefinition von `bgfx::gl::setTextureFormat(bgfx::TextureFormat::Enum, unsigned int, unsigned int, unsigned int)'
  382. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1128: first defined here
  383. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::flushGlError()':
  384. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1134: Mehrfachdefinition von `bgfx::gl::flushGlError()'
  385. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1134: first defined here
  386. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::initTestTexture(bgfx::TextureFormat::Enum, bool, bool)':
  387. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1139: Mehrfachdefinition von `bgfx::gl::initTestTexture(bgfx::TextureFormat::Enum, bool, bool)'
  388. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1139: first defined here
  389. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::strins(char*, char const*)':
  390. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5196: Mehrfachdefinition von `bgfx::gl::strins(char*, char const*)'
  391. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5196: first defined here
  392. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::FrameBufferGL::create(unsigned short, void*, unsigned int, unsigned int, bgfx::TextureFormat::Enum)':
  393. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5858: Mehrfachdefinition von `bgfx::gl::FrameBufferGL::create(unsigned short, void*, unsigned int, unsigned int, bgfx::TextureFormat::Enum)'
  394. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5858: first defined here
  395. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::initAttribTypeSizeTable(bgfx::RendererType::Enum)':
  396. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:62: Mehrfachdefinition von `bgfx::initAttribTypeSizeTable(bgfx::RendererType::Enum)'
  397. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:62: first defined here
  398. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgPrintfVargs(char const*, __va_list_tag*)':
  399. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:67: Mehrfachdefinition von `bgfx::dbgPrintfVargs(char const*, __va_list_tag*)'
  400. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:67: first defined here
  401. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::fatal(bgfx::Fatal::Enum, char const*, ...)':
  402. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:385: Mehrfachdefinition von `bgfx::fatal(bgfx::Fatal::Enum, char const*, ...)'
  403. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:385: first defined here
  404. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::unpackRgba8I(float*, void const*)':
  405. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:974: Mehrfachdefinition von `bgfx::g_callback'
  406. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2621: first defined here
  407. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setPlatformData(bgfx::PlatformData const&)':
  408. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:305: Mehrfachdefinition von `bgfx::setPlatformData(bgfx::PlatformData const&)'
  409. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:305: first defined here
  410. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::unpackRgba8(float*, void const*)':
  411. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:934: Mehrfachdefinition von `bgfx::g_platformDataChangedSinceReset'
  412. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1798: first defined here
  413. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setPlatformData(bgfx::PlatformData const&)':
  414. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:305: Mehrfachdefinition von `bgfx_set_platform_data'
  415. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:305: first defined here
  416. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::trace(char const*, unsigned short, char const*, ...)':
  417. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:413: Mehrfachdefinition von `bgfx::trace(char const*, unsigned short, char const*, ...)'
  418. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:413: first defined here
  419. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::AllocatorStub::checkLeaks()':
  420. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:295: Mehrfachdefinition von `bgfx::AllocatorStub::checkLeaks()'
  421. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:295: first defined here
  422. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setGraphicsDebuggerPresent(bool)':
  423. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:375: Mehrfachdefinition von `bgfx::setGraphicsDebuggerPresent(bool)'
  424. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:375: first defined here
  425. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Frame::blit(unsigned char, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short)':
  426. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:980: Mehrfachdefinition von `bgfx::Frame::blit(unsigned char, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short)'
  427. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:980: first defined here
  428. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_image_swizzle_bgra8':
  429. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3904: Mehrfachdefinition von `bgfx_image_swizzle_bgra8'
  430. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3904: first defined here
  431. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::dumpExtensions(char const*)':
  432. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1045: Mehrfachdefinition von `bgfx::gl::dumpExtensions(char const*)'
  433. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1045: first defined here
  434. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::fromSnorm(int, float)':
  435. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:695: Mehrfachdefinition von `bgfx::g_internalData'
  436. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2408: first defined here
  437. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::debugProcCb(unsigned int, unsigned int, unsigned int, unsigned int, int, char const*, void const*)':
  438. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1103: Mehrfachdefinition von `bgfx::gl::debugProcCb(unsigned int, unsigned int, unsigned int, unsigned int, int, char const*, void const*)'
  439. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1103: first defined here
  440. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::glGet(unsigned int)':
  441. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1117: Mehrfachdefinition von `bgfx::gl::glGet(unsigned int)'
  442. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1117: first defined here
  443. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::updateExtension(char const*)':
  444. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1329: Mehrfachdefinition von `bgfx::gl::updateExtension(char const*)'
  445. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:1329: first defined here
  446. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::glEnumName(unsigned int)':
  447. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3753: Mehrfachdefinition von `bgfx::gl::glEnumName(unsigned int)'
  448. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3753: first defined here
  449. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getInternalData()':
  450. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:320: Mehrfachdefinition von `bgfx_get_internal_data'
  451. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:320: first defined here
  452. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::imageConvert(void*, bgfx::TextureFormat::Enum, void const*, bgfx::TextureFormat::Enum, unsigned int, unsigned int, unsigned int)':
  453. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/image.cpp:1699: Mehrfachdefinition von `bgfx::g_uniformTypeSize'
  454. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx_p.h:2659: first defined here
  455. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createProgram(bgfx::ShaderHandle, bool)':
  456. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2882: Mehrfachdefinition von `bgfx::createProgram(bgfx::ShaderHandle, bool)'
  457. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2882: first defined here
  458. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createProgram(bgfx::ShaderHandle, bgfx::ShaderHandle, bool)':
  459. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2872: Mehrfachdefinition von `bgfx::createProgram(bgfx::ShaderHandle, bgfx::ShaderHandle, bool)'
  460. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2872: first defined here
  461. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_program':
  462. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4179: Mehrfachdefinition von `bgfx_create_program'
  463. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4179: first defined here
  464. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyShader(bgfx::ShaderHandle)':
  465. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2866: Mehrfachdefinition von `bgfx::destroyShader(bgfx::ShaderHandle)'
  466. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2866: first defined here
  467. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::checkAvailTransientIndexBuffer(unsigned int)':
  468. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2760: Mehrfachdefinition von `bgfx::checkAvailTransientIndexBuffer(unsigned int)'
  469. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2760: first defined here
  470. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_check_avail_transient_index_buffer':
  471. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4104: Mehrfachdefinition von `bgfx_check_avail_transient_index_buffer'
  472. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4104: first defined here
  473. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Frame::dispatch(unsigned char, bgfx::ProgramHandle, unsigned short, unsigned short, unsigned short, unsigned char)':
  474. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:935: Mehrfachdefinition von `bgfx::Frame::dispatch(unsigned char, bgfx::ProgramHandle, unsigned short, unsigned short, unsigned short, unsigned char)'
  475. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:935: first defined here
  476. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::update(unsigned char, unsigned char, bgfx::Rect const&, unsigned short, unsigned short, unsigned short, bgfx::Memory const*)':
  477. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4927: Mehrfachdefinition von `bgfx::gl::TextureGL::update(unsigned char, unsigned char, bgfx::Rect const&, unsigned short, unsigned short, unsigned short, bgfx::Memory const*)'
  478. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4927: first defined here
  479. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::release(bgfx::Memory const*)':
  480. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2632: Mehrfachdefinition von `bgfx::release(bgfx::Memory const*)'
  481. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2632: first defined here
  482. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::UniformBuffer::writeUniform(bgfx::UniformType::Enum, unsigned short, void const*, unsigned short)':
  483. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1065: Mehrfachdefinition von `bgfx::UniformBuffer::writeUniform(bgfx::UniformType::Enum, unsigned short, void const*, unsigned short)'
  484. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1065: first defined here
  485. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::UniformBuffer::writeUniformHandle(bgfx::UniformType::Enum, unsigned short, bgfx::UniformHandle, unsigned short)':
  486. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1072: Mehrfachdefinition von `bgfx::UniformBuffer::writeUniformHandle(bgfx::UniformType::Enum, unsigned short, bgfx::UniformHandle, unsigned short)'
  487. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1072: first defined here
  488. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::UniformBuffer::writeMarker(char const*)':
  489. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1079: Mehrfachdefinition von `bgfx::UniformBuffer::writeMarker(char const*)'
  490. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1079: first defined here
  491. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::resolve() const':
  492. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5169: Mehrfachdefinition von `bgfx::gl::TextureGL::resolve() const'
  493. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5169: first defined here
  494. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ProgramGL::bindAttributes(bgfx::VertexDecl const&, unsigned int) const':
  495. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4237: Mehrfachdefinition von `bgfx::gl::ProgramGL::bindAttributes(bgfx::VertexDecl const&, unsigned int) const'
  496. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4237: first defined here
  497. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::OcclusionQueryGL::end()':
  498. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5991: Mehrfachdefinition von `bgfx::gl::OcclusionQueryGL::end()'
  499. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5991: first defined here
  500. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::OcclusionQueryGL::resolve(bgfx::Frame*, bool)':
  501. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5997: Mehrfachdefinition von `bgfx::gl::OcclusionQueryGL::resolve(bgfx::Frame*, bool)'
  502. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5997: first defined here
  503. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::OcclusionQueryGL::begin(bgfx::Frame*, bgfx::OcclusionQueryHandle)':
  504. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5979: Mehrfachdefinition von `bgfx::gl::OcclusionQueryGL::begin(bgfx::Frame*, bgfx::OcclusionQueryHandle)'
  505. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5979: first defined here
  506. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ProgramGL::bindInstanceData(unsigned int, unsigned int) const':
  507. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4288: Mehrfachdefinition von `bgfx::gl::ProgramGL::bindInstanceData(unsigned int, unsigned int) const'
  508. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4288: first defined here
  509. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::setSamplerState(unsigned int, float const*)':
  510. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5034: Mehrfachdefinition von `bgfx::gl::TextureGL::setSamplerState(unsigned int, float const*)'
  511. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5034: first defined here
  512. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::FrameBufferGL::discard(unsigned short)':
  513. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5925: Mehrfachdefinition von `bgfx::gl::FrameBufferGL::discard(unsigned short)'
  514. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5925: first defined here
  515. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::FrameBufferGL::resolve()':
  516. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5888: Mehrfachdefinition von `bgfx::gl::FrameBufferGL::resolve()'
  517. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5888: first defined here
  518. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::FrameBufferGL::postReset()':
  519. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5716: Mehrfachdefinition von `bgfx::gl::FrameBufferGL::postReset()'
  520. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5717: first defined here
  521. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ShaderGL::destroy()':
  522. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5687: Mehrfachdefinition von `bgfx::gl::ShaderGL::destroy()'
  523. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5687: first defined here
  524. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::glslTypeName(unsigned int)':
  525. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3688: Mehrfachdefinition von `bgfx::gl::glslTypeName(unsigned int)'
  526. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3688: first defined here
  527. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::convertGlType(unsigned int)':
  528. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3782: Mehrfachdefinition von `bgfx::gl::convertGlType(unsigned int)'
  529. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3782: first defined here
  530. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ProgramGL::init()':
  531. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3926: Mehrfachdefinition von `bgfx::gl::ProgramGL::init()'
  532. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3926: first defined here
  533. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::init(unsigned int, unsigned int, unsigned int, unsigned int, unsigned char, unsigned int)':
  534. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4532: Mehrfachdefinition von `bgfx::gl::TextureGL::init(unsigned int, unsigned int, unsigned int, unsigned int, unsigned char, unsigned int)'
  535. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4532: first defined here
  536. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::destroy()':
  537. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4903: Mehrfachdefinition von `bgfx::gl::TextureGL::destroy()'
  538. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4903: first defined here
  539. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::overrideInternal(unsigned long)':
  540. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4920: Mehrfachdefinition von `bgfx::gl::TextureGL::overrideInternal(unsigned long)'
  541. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4920: first defined here
  542. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::alloc(unsigned int)':
  543. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2593: Mehrfachdefinition von `bgfx::alloc(unsigned int)'
  544. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2593: first defined here
  545. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_alloc':
  546. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3975: Mehrfachdefinition von `bgfx_alloc'
  547. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2593: first defined here
  548. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::FrameBufferGL::create(unsigned char, bgfx::Attachment const*)':
  549. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5706: Mehrfachdefinition von `bgfx::gl::FrameBufferGL::create(unsigned char, bgfx::Attachment const*)'
  550. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5706: first defined here
  551. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::FrameBufferGL::destroy()':
  552. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5867: Mehrfachdefinition von `bgfx::gl::FrameBufferGL::destroy()'
  553. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5867: first defined here
  554. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Frame::submit(unsigned char, bgfx::ProgramHandle, bgfx::OcclusionQueryHandle, int, bool)':
  555. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:867: Mehrfachdefinition von `bgfx::Frame::submit(unsigned char, bgfx::ProgramHandle, bgfx::OcclusionQueryHandle, int, bool)'
  556. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:867: first defined here
  557. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::overrideInternal(bgfx::TextureHandle, unsigned long)':
  558. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:325: Mehrfachdefinition von `bgfx::overrideInternal(bgfx::TextureHandle, unsigned long)'
  559. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:325: first defined here
  560. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_override_internal_texture_ptr':
  561. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4657: Mehrfachdefinition von `bgfx_override_internal_texture_ptr'
  562. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4657: first defined here
  563. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyTexture(bgfx::TextureHandle)':
  564. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3133: Mehrfachdefinition von `bgfx::destroyTexture(bgfx::TextureHandle)'
  565. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3133: first defined here
  566. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyProgram(bgfx::ProgramHandle)':
  567. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2889: Mehrfachdefinition von `bgfx::destroyProgram(bgfx::ProgramHandle)'
  568. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2889: first defined here
  569. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getUniformTypeName(bgfx::UniformType::Enum)':
  570. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:812: Mehrfachdefinition von `bgfx::getUniformTypeName(bgfx::UniformType::Enum)'
  571. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:812: first defined here
  572. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::topologyConvert(bgfx::TopologyConvert::Enum, void*, unsigned int, void const*, unsigned int, bool)':
  573. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2386: Mehrfachdefinition von `bgfx::topologyConvert(bgfx::TopologyConvert::Enum, void*, unsigned int, void const*, unsigned int, bool)'
  574. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2386: first defined here
  575. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_topology_convert':
  576. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3893: Mehrfachdefinition von `bgfx_topology_convert'
  577. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3893: first defined here
  578. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getRendererName(bgfx::RendererType::Enum)':
  579. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2416: Mehrfachdefinition von `bgfx::getRendererName(bgfx::RendererType::Enum)'
  580. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2416: first defined here
  581. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::copy(void const*, unsigned int)':
  582. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2602: Mehrfachdefinition von `bgfx::copy(void const*, unsigned int)'
  583. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2602: first defined here
  584. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setDebug(unsigned int)':
  585. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2647: Mehrfachdefinition von `bgfx::setDebug(unsigned int)'
  586. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2647: first defined here
  587. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgTextClear(unsigned char, bool)':
  588. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2652: Mehrfachdefinition von `bgfx::dbgTextClear(unsigned char, bool)'
  589. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2652: first defined here
  590. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgTextPrintf(unsigned short, unsigned short, unsigned char, char const*, ...)':
  591. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2663: Mehrfachdefinition von `bgfx::dbgTextPrintf(unsigned short, unsigned short, unsigned char, char const*, ...)'
  592. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2663: first defined here
  593. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgTextImage(unsigned short, unsigned short, unsigned short, unsigned short, void const*, unsigned short)':
  594. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2672: Mehrfachdefinition von `bgfx::dbgTextImage(unsigned short, unsigned short, unsigned short, unsigned short, void const*, unsigned short)'
  595. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2672: first defined here
  596. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createIndexBuffer(bgfx::Memory const*, unsigned short)':
  597. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2678: Mehrfachdefinition von `bgfx::createIndexBuffer(bgfx::Memory const*, unsigned short)'
  598. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2678: first defined here
  599. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyIndexBuffer(bgfx::IndexBufferHandle)':
  600. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2686: Mehrfachdefinition von `bgfx::destroyIndexBuffer(bgfx::IndexBufferHandle)'
  601. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2686: first defined here
  602. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createVertexBuffer(bgfx::Memory const*, bgfx::VertexDecl const&, unsigned short)':
  603. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2692: Mehrfachdefinition von `bgfx::createVertexBuffer(bgfx::Memory const*, bgfx::VertexDecl const&, unsigned short)'
  604. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2692: first defined here
  605. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyVertexBuffer(bgfx::VertexBufferHandle)':
  606. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2700: Mehrfachdefinition von `bgfx::destroyVertexBuffer(bgfx::VertexBufferHandle)'
  607. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2700: first defined here
  608. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createDynamicIndexBuffer(unsigned int, unsigned short)':
  609. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2705: Mehrfachdefinition von `bgfx::createDynamicIndexBuffer(unsigned int, unsigned short)'
  610. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2705: first defined here
  611. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyDynamicIndexBuffer(bgfx::DynamicIndexBufferHandle)':
  612. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2726: Mehrfachdefinition von `bgfx::destroyDynamicIndexBuffer(bgfx::DynamicIndexBufferHandle)'
  613. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2726: first defined here
  614. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createDynamicVertexBuffer(unsigned int, bgfx::VertexDecl const&, unsigned short)':
  615. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2732: Mehrfachdefinition von `bgfx::createDynamicVertexBuffer(unsigned int, bgfx::VertexDecl const&, unsigned short)'
  616. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2732: first defined here
  617. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyDynamicVertexBuffer(bgfx::DynamicVertexBufferHandle)':
  618. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2754: Mehrfachdefinition von `bgfx::destroyDynamicVertexBuffer(bgfx::DynamicVertexBufferHandle)'
  619. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2754: first defined here
  620. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::checkAvailTransientVertexBuffer(unsigned int, bgfx::VertexDecl const&)':
  621. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2766: Mehrfachdefinition von `bgfx::checkAvailTransientVertexBuffer(unsigned int, bgfx::VertexDecl const&)'
  622. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2766: first defined here
  623. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_check_avail_transient_vertex_buffer':
  624. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4110: Mehrfachdefinition von `bgfx_check_avail_transient_vertex_buffer'
  625. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4110: first defined here
  626. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::checkAvailInstanceDataBuffer(unsigned int, unsigned short)':
  627. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2774: Mehrfachdefinition von `bgfx::checkAvailInstanceDataBuffer(unsigned int, unsigned short)'
  628. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2774: first defined here
  629. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::checkAvailTransientBuffers(unsigned int, bgfx::VertexDecl const&, unsigned int)':
  630. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2781: Mehrfachdefinition von `bgfx::checkAvailTransientBuffers(unsigned int, bgfx::VertexDecl const&, unsigned int)'
  631. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2781: first defined here
  632. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::allocTransientIndexBuffer(bgfx::TransientIndexBuffer*, unsigned int)':
  633. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2789: Mehrfachdefinition von `bgfx::allocTransientIndexBuffer(bgfx::TransientIndexBuffer*, unsigned int)'
  634. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2789: first defined here
  635. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_alloc_transient_index_buffer':
  636. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4126: Mehrfachdefinition von `bgfx_alloc_transient_index_buffer'
  637. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4126: first defined here
  638. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::allocTransientVertexBuffer(bgfx::TransientVertexBuffer*, unsigned int, bgfx::VertexDecl const&)':
  639. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2802: Mehrfachdefinition von `bgfx::allocTransientVertexBuffer(bgfx::TransientVertexBuffer*, unsigned int, bgfx::VertexDecl const&)'
  640. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2802: first defined here
  641. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_alloc_transient_vertex_buffer':
  642. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4132: Mehrfachdefinition von `bgfx_alloc_transient_vertex_buffer'
  643. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4132: first defined here
  644. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::allocInstanceDataBuffer(unsigned int, unsigned short)':
  645. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2828: Mehrfachdefinition von `bgfx::allocInstanceDataBuffer(unsigned int, unsigned short)'
  646. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2828: first defined here
  647. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_alloc_instance_data_buffer':
  648. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4143: Mehrfachdefinition von `bgfx_alloc_instance_data_buffer'
  649. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4143: first defined here
  650. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createIndirectBuffer(unsigned int)':
  651. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2840: Mehrfachdefinition von `bgfx::createIndirectBuffer(unsigned int)'
  652. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2840: first defined here
  653. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_indirect_buffer':
  654. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4147: Mehrfachdefinition von `bgfx_create_indirect_buffer'
  655. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4147: first defined here
  656. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyIndirectBuffer(bgfx::IndirectBufferHandle)':
  657. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2846: Mehrfachdefinition von `bgfx::destroyIndirectBuffer(bgfx::IndirectBufferHandle)'
  658. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2846: first defined here
  659. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_destroy_indirect_buffer':
  660. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4154: Mehrfachdefinition von `bgfx_destroy_indirect_buffer'
  661. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4154: first defined here
  662. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getShaderUniforms(bgfx::ShaderHandle, bgfx::UniformHandle*, unsigned short)':
  663. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2860: Mehrfachdefinition von `bgfx::getShaderUniforms(bgfx::ShaderHandle, bgfx::UniformHandle*, unsigned short)'
  664. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2860: first defined here
  665. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateTexture2D(bgfx::TextureHandle, unsigned short, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, bgfx::Memory const*, unsigned short)':
  666. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3138: Mehrfachdefinition von `bgfx::updateTexture2D(bgfx::TextureHandle, unsigned short, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, bgfx::Memory const*, unsigned short)'
  667. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3138: first defined here
  668. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateTexture3D(bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, bgfx::Memory const*)':
  669. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3153: Mehrfachdefinition von `bgfx::updateTexture3D(bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, bgfx::Memory const*)'
  670. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3153: first defined here
  671. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_update_texture_3d':
  672. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4250: Mehrfachdefinition von `bgfx_update_texture_3d'
  673. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4250: first defined here
  674. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateTextureCube(bgfx::TextureHandle, unsigned short, unsigned char, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, bgfx::Memory const*, unsigned short)':
  675. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3171: Mehrfachdefinition von `bgfx::updateTextureCube(bgfx::TextureHandle, unsigned short, unsigned char, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, bgfx::Memory const*, unsigned short)'
  676. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3171: first defined here
  677. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_update_texture_cube':
  678. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4256: Mehrfachdefinition von `bgfx_update_texture_cube'
  679. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4256: first defined here
  680. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::readTexture(bgfx::TextureHandle, void*)':
  681. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3187: Mehrfachdefinition von `bgfx::readTexture(bgfx::TextureHandle, void*)'
  682. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3187: first defined here
  683. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_read_texture':
  684. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4262: Mehrfachdefinition von `bgfx_read_texture'
  685. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4262: first defined here
  686. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::readTexture(bgfx::FrameBufferHandle, unsigned char, void*)':
  687. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3196: Mehrfachdefinition von `bgfx::readTexture(bgfx::FrameBufferHandle, unsigned char, void*)'
  688. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3196: first defined here
  689. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_read_frame_buffer':
  690. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4268: Mehrfachdefinition von `bgfx_read_frame_buffer'
  691. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4268: first defined here
  692. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createFrameBuffer(unsigned char, bgfx::Attachment const*, bool)':
  693. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3232: Mehrfachdefinition von `bgfx::createFrameBuffer(unsigned char, bgfx::Attachment const*, bool)'
  694. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3232: first defined here
  695. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createFrameBuffer(unsigned char, bgfx::TextureHandle const*, bool)':
  696. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3218: Mehrfachdefinition von `bgfx::createFrameBuffer(unsigned char, bgfx::TextureHandle const*, bool)'
  697. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3218: first defined here
  698. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_frame_buffer_from_attachment':
  699. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4301: Mehrfachdefinition von `bgfx_create_frame_buffer_from_attachment'
  700. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4301: first defined here
  701. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_frame_buffer_from_handles':
  702. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4294: Mehrfachdefinition von `bgfx_create_frame_buffer_from_handles'
  703. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4294: first defined here
  704. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createFrameBuffer(void*, unsigned short, unsigned short, bgfx::TextureFormat::Enum)':
  705. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3243: Mehrfachdefinition von `bgfx::createFrameBuffer(void*, unsigned short, unsigned short, bgfx::TextureFormat::Enum)'
  706. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3243: first defined here
  707. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyFrameBuffer(bgfx::FrameBufferHandle)':
  708. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3250: Mehrfachdefinition von `bgfx::destroyFrameBuffer(bgfx::FrameBufferHandle)'
  709. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3250: first defined here
  710. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createUniform(char const*, bgfx::UniformType::Enum, unsigned short)':
  711. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3256: Mehrfachdefinition von `bgfx::createUniform(char const*, bgfx::UniformType::Enum, unsigned short)'
  712. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3256: first defined here
  713. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyUniform(bgfx::UniformHandle)':
  714. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3262: Mehrfachdefinition von `bgfx::destroyUniform(bgfx::UniformHandle)'
  715. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3262: first defined here
  716. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createOcclusionQuery()':
  717. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3267: Mehrfachdefinition von `bgfx::createOcclusionQuery()'
  718. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3267: first defined here
  719. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getResult(bgfx::OcclusionQueryHandle)':
  720. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3275: Mehrfachdefinition von `bgfx::getResult(bgfx::OcclusionQueryHandle)'
  721. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3275: first defined here
  722. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyOcclusionQuery(bgfx::OcclusionQueryHandle)':
  723. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3282: Mehrfachdefinition von `bgfx::destroyOcclusionQuery(bgfx::OcclusionQueryHandle)'
  724. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3282: first defined here
  725. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setPaletteColor(unsigned char, unsigned int)':
  726. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3288: Mehrfachdefinition von `bgfx::setPaletteColor(unsigned char, unsigned int)'
  727. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3288: first defined here
  728. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setPaletteColor(unsigned char, float, float, float, float)':
  729. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3307: Mehrfachdefinition von `bgfx::setPaletteColor(unsigned char, float, float, float, float)'
  730. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3307: first defined here
  731. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setPaletteColor(unsigned char, float const*)':
  732. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3314: Mehrfachdefinition von `bgfx::setPaletteColor(unsigned char, float const*)'
  733. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3314: first defined here
  734. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewName(unsigned char, char const*)':
  735. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3327: Mehrfachdefinition von `bgfx::setViewName(unsigned char, char const*)'
  736. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3327: first defined here
  737. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewRect(unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)':
  738. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3335: Mehrfachdefinition von `bgfx::setViewRect(unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)'
  739. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3335: first defined here
  740. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewScissor(unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)':
  741. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3353: Mehrfachdefinition von `bgfx::setViewScissor(unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)'
  742. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3353: first defined here
  743. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewClear(unsigned char, unsigned short, unsigned int, float, unsigned char)':
  744. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3359: Mehrfachdefinition von `bgfx::setViewClear(unsigned char, unsigned short, unsigned int, float, unsigned char)'
  745. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3359: first defined here
  746. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewClear(unsigned char, unsigned short, float, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char)':
  747. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3366: Mehrfachdefinition von `bgfx::setViewClear(unsigned char, unsigned short, float, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char, unsigned char)'
  748. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3366: first defined here
  749. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewSeq(unsigned char, bool)':
  750. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3373: Mehrfachdefinition von `bgfx::setViewSeq(unsigned char, bool)'
  751. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3373: first defined here
  752. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewFrameBuffer(unsigned char, bgfx::FrameBufferHandle)':
  753. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3380: Mehrfachdefinition von `bgfx::setViewFrameBuffer(unsigned char, bgfx::FrameBufferHandle)'
  754. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3380: first defined here
  755. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewTransform(unsigned char, void const*, void const*, unsigned char, void const*)':
  756. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3388: Mehrfachdefinition von `bgfx::setViewTransform(unsigned char, void const*, void const*, unsigned char, void const*)'
  757. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3388: first defined here
  758. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewRemap(unsigned char, unsigned char, void const*)':
  759. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3395: Mehrfachdefinition von `bgfx::setViewRemap(unsigned char, unsigned char, void const*)'
  760. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3395: first defined here
  761. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::resetView(unsigned char)':
  762. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3402: Mehrfachdefinition von `bgfx::resetView(unsigned char)'
  763. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3402: first defined here
  764. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setMarker(char const*)':
  765. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3409: Mehrfachdefinition von `bgfx::setMarker(char const*)'
  766. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3409: first defined here
  767. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setState(unsigned long, unsigned int)':
  768. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3414: Mehrfachdefinition von `bgfx::setState(unsigned long, unsigned int)'
  769. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3414: first defined here
  770. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setCondition(bgfx::OcclusionQueryHandle, bool)':
  771. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3421: Mehrfachdefinition von `bgfx::setCondition(bgfx::OcclusionQueryHandle, bool)'
  772. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3421: first defined here
  773. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setStencil(unsigned int, unsigned int)':
  774. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3428: Mehrfachdefinition von `bgfx::setStencil(unsigned int, unsigned int)'
  775. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3428: first defined here
  776. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setScissor(unsigned short, unsigned short, unsigned short, unsigned short)':
  777. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3434: Mehrfachdefinition von `bgfx::setScissor(unsigned short, unsigned short, unsigned short, unsigned short)'
  778. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3434: first defined here
  779. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setScissor(unsigned short)':
  780. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3441: Mehrfachdefinition von `bgfx::setScissor(unsigned short)'
  781. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3441: first defined here
  782. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setTransform(void const*, unsigned short)':
  783. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3446: Mehrfachdefinition von `bgfx::setTransform(void const*, unsigned short)'
  784. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3446: first defined here
  785. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::allocTransform(bgfx::Transform*, unsigned short)':
  786. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3452: Mehrfachdefinition von `bgfx::allocTransform(bgfx::Transform*, unsigned short)'
  787. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3452: first defined here
  788. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setTransform(unsigned int, unsigned short)':
  789. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3458: Mehrfachdefinition von `bgfx::setTransform(unsigned int, unsigned short)'
  790. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3458: first defined here
  791. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::IndexBufferHandle, unsigned int, unsigned int)':
  792. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3476: Mehrfachdefinition von `bgfx::setIndexBuffer(bgfx::IndexBufferHandle, unsigned int, unsigned int)'
  793. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3476: first defined here
  794. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, unsigned int)':
  795. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3487: Mehrfachdefinition von `bgfx::setIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, unsigned int)'
  796. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3487: first defined here
  797. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::TransientIndexBuffer const*, unsigned int, unsigned int)':
  798. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3498: Mehrfachdefinition von `bgfx::setIndexBuffer(bgfx::TransientIndexBuffer const*, unsigned int, unsigned int)'
  799. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3498: first defined here
  800. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::TransientIndexBuffer const*)':
  801. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3493: Mehrfachdefinition von `bgfx::setIndexBuffer(bgfx::TransientIndexBuffer const*)'
  802. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3493: first defined here
  803. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_transient_index_buffer':
  804. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4484: Mehrfachdefinition von `bgfx_set_transient_index_buffer'
  805. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4484: first defined here
  806. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)':
  807. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3511: Mehrfachdefinition von `bgfx::setVertexBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)'
  808. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3511: first defined here
  809. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)':
  810. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3522: Mehrfachdefinition von `bgfx::setVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)'
  811. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3522: first defined here
  812. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::TransientVertexBuffer const*, unsigned int, unsigned int)':
  813. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3533: Mehrfachdefinition von `bgfx::setVertexBuffer(bgfx::TransientVertexBuffer const*, unsigned int, unsigned int)'
  814. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3533: first defined here
  815. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::TransientVertexBuffer const*)':
  816. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3528: Mehrfachdefinition von `bgfx::setVertexBuffer(bgfx::TransientVertexBuffer const*)'
  817. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3528: first defined here
  818. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_transient_vertex_buffer':
  819. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4501: Mehrfachdefinition von `bgfx_set_transient_vertex_buffer'
  820. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4501: first defined here
  821. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setInstanceDataBuffer(bgfx::InstanceDataBuffer const*, unsigned int)':
  822. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3539: Mehrfachdefinition von `bgfx::setInstanceDataBuffer(bgfx::InstanceDataBuffer const*, unsigned int)'
  823. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3539: first defined here
  824. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setInstanceDataBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)':
  825. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3547: Mehrfachdefinition von `bgfx::setInstanceDataBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)'
  826. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3547: first defined here
  827. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setInstanceDataBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)':
  828. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3553: Mehrfachdefinition von `bgfx::setInstanceDataBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)'
  829. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3553: first defined here
  830. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::IndexBufferHandle, bgfx::Access::Enum)':
  831. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3603: Mehrfachdefinition von `bgfx::setBuffer(unsigned char, bgfx::IndexBufferHandle, bgfx::Access::Enum)'
  832. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3603: first defined here
  833. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::VertexBufferHandle, bgfx::Access::Enum)':
  834. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3610: Mehrfachdefinition von `bgfx::setBuffer(unsigned char, bgfx::VertexBufferHandle, bgfx::Access::Enum)'
  835. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3610: first defined here
  836. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::DynamicIndexBufferHandle, bgfx::Access::Enum)':
  837. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3617: Mehrfachdefinition von `bgfx::setBuffer(unsigned char, bgfx::DynamicIndexBufferHandle, bgfx::Access::Enum)'
  838. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3617: first defined here
  839. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::DynamicVertexBufferHandle, bgfx::Access::Enum)':
  840. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3624: Mehrfachdefinition von `bgfx::setBuffer(unsigned char, bgfx::DynamicVertexBufferHandle, bgfx::Access::Enum)'
  841. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3624: first defined here
  842. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::IndirectBufferHandle, bgfx::Access::Enum)':
  843. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3631: Mehrfachdefinition von `bgfx::setBuffer(unsigned char, bgfx::IndirectBufferHandle, bgfx::Access::Enum)'
  844. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3631: first defined here
  845. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short)':
  846. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3680: Mehrfachdefinition von `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short)'
  847. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3680: first defined here
  848. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned short, unsigned short, bgfx::TextureHandle, unsigned short, unsigned short, unsigned short, unsigned short)':
  849. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3670: Mehrfachdefinition von `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned short, unsigned short, bgfx::TextureHandle, unsigned short, unsigned short, unsigned short, unsigned short)'
  850. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3670: first defined here
  851. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_blit':
  852. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4623: Mehrfachdefinition von `bgfx_blit'
  853. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4623: first defined here
  854. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, bgfx::FrameBufferHandle, unsigned char, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short)':
  855. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3687: Mehrfachdefinition von `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned char, unsigned short, unsigned short, unsigned short, bgfx::FrameBufferHandle, unsigned char, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short, unsigned short)'
  856. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3687: first defined here
  857. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned short, unsigned short, bgfx::FrameBufferHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)':
  858. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3675: Mehrfachdefinition von `bgfx::blit(unsigned char, bgfx::TextureHandle, unsigned short, unsigned short, bgfx::FrameBufferHandle, unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)'
  859. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3675: first defined here
  860. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_blit_frame_buffer':
  861. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4630: Mehrfachdefinition von `bgfx_blit_frame_buffer'
  862. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4630: first defined here
  863. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::saveScreenShot(char const*)':
  864. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3696: Mehrfachdefinition von `bgfx::saveScreenShot(char const*)'
  865. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3696: first defined here
  866. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::OcclusionQueryGL::create()':
  867. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5961: Mehrfachdefinition von `bgfx::gl::OcclusionQueryGL::create()'
  868. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5961: first defined here
  869. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::OcclusionQueryGL::destroy()':
  870. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5970: Mehrfachdefinition von `bgfx::gl::OcclusionQueryGL::destroy()'
  871. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5970: first defined here
  872. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getInternalData()':
  873. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:320: Mehrfachdefinition von `bgfx::getInternalData()'
  874. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:320: first defined here
  875. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_get_renderer_name':
  876. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3918: Mehrfachdefinition von `bgfx_get_renderer_name'
  877. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3918: first defined here
  878. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ProgramGL::create(bgfx::gl::ShaderGL const&, bgfx::gl::ShaderGL const&)':
  879. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3849: Mehrfachdefinition von `bgfx::gl::ProgramGL::create(bgfx::gl::ShaderGL const&, bgfx::gl::ShaderGL const&)'
  880. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3849: first defined here
  881. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::copy(void const*, unsigned int)':
  882. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2602: Mehrfachdefinition von `bgfx_copy'
  883. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2602: first defined here
  884. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::rendererUpdateUniforms(bgfx::RendererContextI*, bgfx::UniformBuffer*, unsigned int, unsigned int)':
  885. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1612: Mehrfachdefinition von `bgfx::rendererUpdateUniforms(bgfx::RendererContextI*, bgfx::UniformBuffer*, unsigned int, unsigned int)'
  886. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1612: first defined here
  887. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_view_clear_mrt':
  888. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4383: Mehrfachdefinition von `bgfx_set_view_clear_mrt'
  889. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4383: first defined here
  890. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_check_avail_transient_buffers':
  891. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4119: Mehrfachdefinition von `bgfx_check_avail_transient_buffers'
  892. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4119: first defined here
  893. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::freeAllHandles(bgfx::Frame*)':
  894. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1461: Mehrfachdefinition von `bgfx::Context::freeAllHandles(bgfx::Frame*)'
  895. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1461: first defined here
  896. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_dbg_text_image':
  897. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4017: Mehrfachdefinition von `bgfx_dbg_text_image'
  898. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4017: first defined here
  899. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_alloc_transient_buffers':
  900. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4136: Mehrfachdefinition von `bgfx_alloc_transient_buffers'
  901. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4136: first defined here
  902. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewScissor(unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)':
  903. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3353: Mehrfachdefinition von `bgfx_set_view_scissor'
  904. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3353: first defined here
  905. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_scissor':
  906. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4440: Mehrfachdefinition von `bgfx_set_scissor'
  907. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4440: first defined here
  908. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_view_clear':
  909. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4378: Mehrfachdefinition von `bgfx_set_view_clear'
  910. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4378: first defined here
  911. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewRemap(unsigned char, unsigned char, void const*)':
  912. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3395: Mehrfachdefinition von `bgfx_set_view_remap'
  913. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3395: first defined here
  914. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_transform':
  915. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4450: Mehrfachdefinition von `bgfx_set_transform'
  916. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4450: first defined here
  917. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_alloc_transform':
  918. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4455: Mehrfachdefinition von `bgfx_alloc_transform'
  919. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4455: first defined here
  920. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_frame_buffer_from_nwh':
  921. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4308: Mehrfachdefinition von `bgfx_create_frame_buffer_from_nwh'
  922. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4308: first defined here
  923. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_view_seq':
  924. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4388: Mehrfachdefinition von `bgfx_set_view_seq'
  925. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4388: first defined here
  926. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createUniform(char const*, bgfx::UniformType::Enum, unsigned short)':
  927. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3256: Mehrfachdefinition von `bgfx_create_uniform'
  928. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3256: first defined here
  929. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_palette_color':
  930. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4353: Mehrfachdefinition von `bgfx_set_palette_color'
  931. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4353: first defined here
  932. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_view_name':
  933. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4358: Mehrfachdefinition von `bgfx_set_view_name'
  934. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4358: first defined here
  935. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_dbg_text_clear':
  936. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3999: Mehrfachdefinition von `bgfx_dbg_text_clear'
  937. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3999: first defined here
  938. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_transform_cached':
  939. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4460: Mehrfachdefinition von `bgfx_set_transform_cached'
  940. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4460: first defined here
  941. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getShaderUniforms(bgfx::ShaderHandle, bgfx::UniformHandle*, unsigned short)':
  942. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2860: Mehrfachdefinition von `bgfx_get_shader_uniforms'
  943. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2860: first defined here
  944. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setInstanceDataBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)':
  945. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3547: Mehrfachdefinition von `bgfx_set_instance_data_from_vertex_buffer'
  946. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3547: first defined here
  947. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setInstanceDataBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)':
  948. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3553: Mehrfachdefinition von `bgfx_set_instance_data_from_dynamic_vertex_buffer'
  949. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3553: first defined here
  950. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_dynamic_index_buffer':
  951. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4049: Mehrfachdefinition von `bgfx_create_dynamic_index_buffer'
  952. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4049: first defined here
  953. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::resetView(unsigned char)':
  954. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3402: Mehrfachdefinition von `bgfx_reset_view'
  955. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3402: first defined here
  956. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setScissor(unsigned short)':
  957. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3441: Mehrfachdefinition von `bgfx_set_scissor_cached'
  958. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3441: first defined here
  959. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::saveScreenShot(char const*)':
  960. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3696: Mehrfachdefinition von `bgfx_save_screen_shot'
  961. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3696: first defined here
  962. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setDebug(unsigned int)':
  963. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2647: Mehrfachdefinition von `bgfx_set_debug'
  964. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2647: first defined here
  965. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_view_frame_buffer':
  966. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4393: Mehrfachdefinition von `bgfx_set_view_frame_buffer'
  967. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4393: first defined here
  968. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyFrameBuffer(bgfx::FrameBufferHandle)':
  969. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3250: Mehrfachdefinition von `bgfx_destroy_frame_buffer'
  970. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3250: first defined here
  971. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyIndexBuffer(bgfx::IndexBufferHandle)':
  972. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2686: Mehrfachdefinition von `bgfx_destroy_index_buffer'
  973. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2686: first defined here
  974. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyUniform(bgfx::UniformHandle)':
  975. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3262: Mehrfachdefinition von `bgfx_destroy_uniform'
  976. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3262: first defined here
  977. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyDynamicIndexBuffer(bgfx::DynamicIndexBufferHandle)':
  978. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2726: Mehrfachdefinition von `bgfx_destroy_dynamic_index_buffer'
  979. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2726: first defined here
  980. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyDynamicVertexBuffer(bgfx::DynamicVertexBufferHandle)':
  981. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2754: Mehrfachdefinition von `bgfx_destroy_dynamic_vertex_buffer'
  982. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2754: first defined here
  983. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyVertexBuffer(bgfx::VertexBufferHandle)':
  984. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2700: Mehrfachdefinition von `bgfx_destroy_vertex_buffer'
  985. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2700: first defined here
  986. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::allocTransientBuffers(bgfx::TransientVertexBuffer*, bgfx::VertexDecl const&, unsigned int, bgfx::TransientIndexBuffer*, unsigned int)':
  987. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2815: Mehrfachdefinition von `bgfx::allocTransientBuffers(bgfx::TransientVertexBuffer*, bgfx::VertexDecl const&, unsigned int, bgfx::TransientIndexBuffer*, unsigned int)'
  988. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2815: first defined here
  989. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_stencil':
  990. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4435: Mehrfachdefinition von `bgfx_set_stencil'
  991. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4435: first defined here
  992. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setMarker(char const*)':
  993. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3409: Mehrfachdefinition von `bgfx_set_marker'
  994. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3409: first defined here
  995. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_check_avail_instance_data_buffer':
  996. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4114: Mehrfachdefinition von `bgfx_check_avail_instance_data_buffer'
  997. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4114: first defined here
  998. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewTransform(unsigned char, void const*, void const*, unsigned char, void const*)':
  999. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3388: Mehrfachdefinition von `bgfx_set_view_transform'
  1000. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3388: first defined here
  1001. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewTransform(unsigned char, void const*, void const*, unsigned char, void const*)':
  1002. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3388: Mehrfachdefinition von `bgfx_set_view_transform_stereo'
  1003. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3388: first defined here
  1004. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewRect(unsigned char, unsigned short, unsigned short, unsigned short, unsigned short)':
  1005. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3335: Mehrfachdefinition von `bgfx_set_view_rect'
  1006. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3335: first defined here
  1007. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_index_buffer':
  1008. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4022: Mehrfachdefinition von `bgfx_create_index_buffer'
  1009. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4022: first defined here
  1010. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_view_rect_auto':
  1011. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4368: Mehrfachdefinition von `bgfx_set_view_rect_auto'
  1012. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4368: first defined here
  1013. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createShader(bgfx::Memory const*)':
  1014. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2853: Mehrfachdefinition von `bgfx::createShader(bgfx::Memory const*)'
  1015. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2853: first defined here
  1016. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_shader':
  1017. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4160: Mehrfachdefinition von `bgfx_create_shader'
  1018. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4160: first defined here
  1019. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::IndexBufferHandle, unsigned int, unsigned int)':
  1020. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3476: Mehrfachdefinition von `bgfx::setIndexBuffer(bgfx::IndexBufferHandle)'
  1021. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3476: first defined here
  1022. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, unsigned int)':
  1023. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3487: Mehrfachdefinition von `bgfx::setIndexBuffer(bgfx::DynamicIndexBufferHandle)'
  1024. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3487: first defined here
  1025. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createDynamicVertexBuffer(unsigned int, bgfx::VertexDecl const&, unsigned short)':
  1026. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2732: Mehrfachdefinition von `bgfx_create_dynamic_vertex_buffer'
  1027. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2732: first defined here
  1028. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::IndexBufferHandle, unsigned int, unsigned int)':
  1029. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3476: Mehrfachdefinition von `bgfx_set_index_buffer'
  1030. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3476: first defined here
  1031. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, unsigned int)':
  1032. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3487: Mehrfachdefinition von `bgfx_set_dynamic_index_buffer'
  1033. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3487: first defined here
  1034. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_compute_program':
  1035. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4188: Mehrfachdefinition von `bgfx_create_compute_program'
  1036. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4188: first defined here
  1037. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyTexture(bgfx::TextureHandle)':
  1038. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3133: Mehrfachdefinition von `bgfx_destroy_texture'
  1039. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3133: first defined here
  1040. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)':
  1041. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3511: Mehrfachdefinition von `bgfx::setVertexBuffer(bgfx::VertexBufferHandle)'
  1042. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3511: first defined here
  1043. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)':
  1044. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3522: Mehrfachdefinition von `bgfx::setVertexBuffer(bgfx::DynamicVertexBufferHandle)'
  1045. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3522: first defined here
  1046. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_instance_data_buffer':
  1047. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4505: Mehrfachdefinition von `bgfx_set_instance_data_buffer'
  1048. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4506: first defined here
  1049. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_state':
  1050. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4424: Mehrfachdefinition von `bgfx_set_state'
  1051. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4425: first defined here
  1052. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::VertexBufferHandle, unsigned int, unsigned int)':
  1053. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3511: Mehrfachdefinition von `bgfx_set_vertex_buffer'
  1054. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4488: first defined here
  1055. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, unsigned int)':
  1056. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3522: Mehrfachdefinition von `bgfx_set_dynamic_vertex_buffer'
  1057. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4494: first defined here
  1058. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_condition':
  1059. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4429: Mehrfachdefinition von `bgfx_set_condition'
  1060. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4429: first defined here
  1061. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getResult(bgfx::OcclusionQueryHandle)':
  1062. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3275: Mehrfachdefinition von `bgfx_get_result'
  1063. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4341: first defined here
  1064. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyOcclusionQuery(bgfx::OcclusionQueryHandle)':
  1065. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3282: Mehrfachdefinition von `bgfx_destroy_occlusion_query'
  1066. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4347: first defined here
  1067. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_occlusion_query':
  1068. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4334: Mehrfachdefinition von `bgfx_create_occlusion_query'
  1069. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4334: first defined here
  1070. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::ClearQuad::shutdown()':
  1071. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:783: Mehrfachdefinition von `bgfx::ClearQuad::shutdown()'
  1072. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:783: first defined here
  1073. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::IndexBufferHandle, bgfx::Access::Enum)':
  1074. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3603: Mehrfachdefinition von `bgfx_set_compute_index_buffer'
  1075. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4575: first defined here
  1076. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::VertexBufferHandle, bgfx::Access::Enum)':
  1077. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3610: Mehrfachdefinition von `bgfx_set_compute_vertex_buffer'
  1078. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4581: first defined here
  1079. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::DynamicIndexBufferHandle, bgfx::Access::Enum)':
  1080. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3617: Mehrfachdefinition von `bgfx_set_compute_dynamic_index_buffer'
  1081. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4587: first defined here
  1082. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::DynamicVertexBufferHandle, bgfx::Access::Enum)':
  1083. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3624: Mehrfachdefinition von `bgfx_set_compute_dynamic_vertex_buffer'
  1084. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4593: first defined here
  1085. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setBuffer(unsigned char, bgfx::IndirectBufferHandle, bgfx::Access::Enum)':
  1086. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3631: Mehrfachdefinition von `bgfx_set_compute_indirect_buffer'
  1087. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4599: first defined here
  1088. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setViewRect(unsigned char, unsigned short, unsigned short, bgfx::BackbufferRatio::Enum)':
  1089. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3341: Mehrfachdefinition von `bgfx::setViewRect(unsigned char, unsigned short, unsigned short, bgfx::BackbufferRatio::Enum)'
  1090. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3341: first defined here
  1091. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::writeString(bx::WriterI*, char const*)':
  1092. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5179: Mehrfachdefinition von `bgfx::gl::writeString(bx::WriterI*, char const*)'
  1093. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5179: first defined here
  1094. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_update_texture_2d':
  1095. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4244: Mehrfachdefinition von `bgfx_update_texture_2d'
  1096. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4244: first defined here
  1097. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::TextVideoMemBlitter::shutdown()':
  1098. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:535: Mehrfachdefinition von `bgfx::TextVideoMemBlitter::shutdown()'
  1099. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:535: first defined here
  1100. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::create(bgfx::Memory const*, unsigned int, unsigned char)':
  1101. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4671: Mehrfachdefinition von `bgfx::gl::TextureGL::create(bgfx::Memory const*, unsigned int, unsigned char)'
  1102. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4671: first defined here
  1103. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::overrideInternal(bgfx::TextureHandle, unsigned short, unsigned short, unsigned char, bgfx::TextureFormat::Enum, unsigned int)':
  1104. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:339: Mehrfachdefinition von `bgfx::overrideInternal(bgfx::TextureHandle, unsigned short, unsigned short, unsigned char, bgfx::TextureFormat::Enum, unsigned int)'
  1105. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:339: first defined here
  1106. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_override_internal_texture':
  1107. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4663: Mehrfachdefinition von `bgfx_override_internal_texture'
  1108. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4663: first defined here
  1109. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createTexture(bgfx::Memory const*, unsigned int, unsigned char, bgfx::TextureInfo*)':
  1110. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2940: Mehrfachdefinition von `bgfx::createTexture(bgfx::Memory const*, unsigned int, unsigned char, bgfx::TextureInfo*)'
  1111. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2940: first defined here
  1112. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createTexture2D(unsigned short, unsigned short, bool, unsigned short, bgfx::TextureFormat::Enum, unsigned int, bgfx::Memory const*)':
  1113. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3026: Mehrfachdefinition von `bgfx::createTexture2D(unsigned short, unsigned short, bool, unsigned short, bgfx::TextureFormat::Enum, unsigned int, bgfx::Memory const*)'
  1114. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3026: first defined here
  1115. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createTexture2D(bgfx::BackbufferRatio::Enum, bool, unsigned short, bgfx::TextureFormat::Enum, unsigned int)':
  1116. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3032: Mehrfachdefinition von `bgfx::createTexture2D(bgfx::BackbufferRatio::Enum, bool, unsigned short, bgfx::TextureFormat::Enum, unsigned int)'
  1117. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3032: first defined here
  1118. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_texture_2d_scaled':
  1119. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4223: Mehrfachdefinition von `bgfx_create_texture_2d_scaled'
  1120. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4223: first defined here
  1121. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createFrameBuffer(bgfx::BackbufferRatio::Enum, bgfx::TextureFormat::Enum, unsigned int)':
  1122. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3210: Mehrfachdefinition von `bgfx::createFrameBuffer(bgfx::BackbufferRatio::Enum, bgfx::TextureFormat::Enum, unsigned int)'
  1123. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3210: first defined here
  1124. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_frame_buffer':
  1125. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4280: Mehrfachdefinition von `bgfx_create_frame_buffer'
  1126. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4280: first defined here
  1127. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_frame_buffer_scaled':
  1128. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4287: Mehrfachdefinition von `bgfx_create_frame_buffer_scaled'
  1129. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4287: first defined here
  1130. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_texture_2d':
  1131. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4216: Mehrfachdefinition von `bgfx_create_texture_2d'
  1132. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4216: first defined here
  1133. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createFrameBuffer(unsigned short, unsigned short, bgfx::TextureFormat::Enum, unsigned int)':
  1134. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3203: Mehrfachdefinition von `bgfx::createFrameBuffer(unsigned short, unsigned short, bgfx::TextureFormat::Enum, unsigned int)'
  1135. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3203: first defined here
  1136. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createTexture3D(unsigned short, unsigned short, unsigned short, bool, bgfx::TextureFormat::Enum, unsigned int, bgfx::Memory const*)':
  1137. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3038: Mehrfachdefinition von `bgfx::createTexture3D(unsigned short, unsigned short, unsigned short, bool, bgfx::TextureFormat::Enum, unsigned int, bgfx::Memory const*)'
  1138. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3038: first defined here
  1139. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_texture_3d':
  1140. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4230: Mehrfachdefinition von `bgfx_create_texture_3d'
  1141. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4230: first defined here
  1142. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createTextureCube(unsigned short, bool, unsigned short, bgfx::TextureFormat::Enum, unsigned int, bgfx::Memory const*)':
  1143. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3082: Mehrfachdefinition von `bgfx::createTextureCube(unsigned short, bool, unsigned short, bgfx::TextureFormat::Enum, unsigned int, bgfx::Memory const*)'
  1144. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3082: first defined here
  1145. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_texture_cube':
  1146. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4237: Mehrfachdefinition von `bgfx_create_texture_cube'
  1147. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4237: first defined here
  1148. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_texture':
  1149. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4208: Mehrfachdefinition von `bgfx_create_texture'
  1150. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4208: first defined here
  1151. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createVertexBuffer(bgfx::Memory const*, bgfx::VertexDecl const&, unsigned short)':
  1152. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2692: Mehrfachdefinition von `bgfx_create_vertex_buffer'
  1153. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4035: first defined here
  1154. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::reset(unsigned int, unsigned int, unsigned int)':
  1155. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2560: Mehrfachdefinition von `bgfx::reset(unsigned int, unsigned int, unsigned int)'
  1156. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2560: first defined here
  1157. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::reset(unsigned int, unsigned int, unsigned int)':
  1158. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2560: Mehrfachdefinition von `bgfx_reset'
  1159. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2560: first defined here
  1160. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyShader(bgfx::ShaderHandle)':
  1161. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2866: Mehrfachdefinition von `bgfx_destroy_shader'
  1162. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4173: first defined here
  1163. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::destroyProgram(bgfx::ProgramHandle)':
  1164. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2889: Mehrfachdefinition von `bgfx_destroy_program'
  1165. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4196: first defined here
  1166. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::writeStringf(bx::WriterI*, char const*, ...)':
  1167. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5184: Mehrfachdefinition von `bgfx::gl::writeStringf(bx::WriterI*, char const*, ...)'
  1168. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5184: first defined here
  1169. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ShaderGL::create(bgfx::Memory*)':
  1170. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5203: Mehrfachdefinition von `bgfx::gl::ShaderGL::create(bgfx::Memory*)'
  1171. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5203: first defined here
  1172. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dbgPrintf(char const*, ...)':
  1173. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:81: Mehrfachdefinition von `bgfx::dbgPrintf(char const*, ...)'
  1174. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:81: first defined here
  1175. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::VertexDecl()':
  1176. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:88: Mehrfachdefinition von `bgfx::VertexDecl::VertexDecl()'
  1177. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:88: first defined here
  1178. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::VertexDecl()':
  1179. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:88: Mehrfachdefinition von `bgfx::VertexDecl::VertexDecl()'
  1180. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:88: first defined here
  1181. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::begin(bgfx::RendererType::Enum)':
  1182. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:97: Mehrfachdefinition von `bgfx::VertexDecl::begin(bgfx::RendererType::Enum)'
  1183. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:97: first defined here
  1184. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::end()':
  1185. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:105: Mehrfachdefinition von `bgfx::VertexDecl::end()'
  1186. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:105: first defined here
  1187. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_vertex_decl_end':
  1188. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3864: Mehrfachdefinition von `bgfx_vertex_decl_end'
  1189. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3864: first defined here
  1190. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::TextVideoMemBlitter::init()':
  1191. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:454: Mehrfachdefinition von `bgfx::TextVideoMemBlitter::init()'
  1192. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:454: first defined here
  1193. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::ClearQuad::init()':
  1194. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:652: Mehrfachdefinition von `bgfx::ClearQuad::init()'
  1195. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:652: first defined here
  1196. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::add(bgfx::Attrib::Enum, unsigned char, bgfx::AttribType::Enum, bool, bool)':
  1197. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:115: Mehrfachdefinition von `bgfx::VertexDecl::add(bgfx::Attrib::Enum, unsigned char, bgfx::AttribType::Enum, bool, bool)'
  1198. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:115: first defined here
  1199. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::skip(unsigned char)':
  1200. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:130: Mehrfachdefinition von `bgfx::VertexDecl::skip(unsigned char)'
  1201. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:130: first defined here
  1202. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::VertexDecl::decode(bgfx::Attrib::Enum, unsigned char&, bgfx::AttribType::Enum&, bool&, bool&) const':
  1203. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:137: Mehrfachdefinition von `bgfx::VertexDecl::decode(bgfx::Attrib::Enum, unsigned char&, bgfx::AttribType::Enum&, bool&, bool&) const'
  1204. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:137: first defined here
  1205. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::getAttribName(bgfx::Attrib::Enum)':
  1206. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:167: Mehrfachdefinition von `bgfx::getAttribName(bgfx::Attrib::Enum)'
  1207. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:167: first defined here
  1208. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dump(bgfx::VertexDecl const&)':
  1209. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:171: Mehrfachdefinition von `bgfx::dump(bgfx::VertexDecl const&)'
  1210. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:171: first defined here
  1211. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::idToAttrib(unsigned short)':
  1212. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:238: Mehrfachdefinition von `bgfx::idToAttrib(unsigned short)'
  1213. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:238: first defined here
  1214. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::attribToId(bgfx::Attrib::Enum)':
  1215. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:249: Mehrfachdefinition von `bgfx::attribToId(bgfx::Attrib::Enum)'
  1216. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:249: first defined here
  1217. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::idToAttribType(unsigned short)':
  1218. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:276: Mehrfachdefinition von `bgfx::idToAttribType(unsigned short)'
  1219. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:276: first defined here
  1220. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::attribTypeToId(bgfx::AttribType::Enum)':
  1221. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:287: Mehrfachdefinition von `bgfx::attribTypeToId(bgfx::AttribType::Enum)'
  1222. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:287: first defined here
  1223. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::write(bx::WriterI*, bgfx::VertexDecl const&, bx::Error*)':
  1224. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:291: Mehrfachdefinition von `bgfx::write(bx::WriterI*, bgfx::VertexDecl const&, bx::Error*)'
  1225. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:291: first defined here
  1226. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::read(bx::ReaderI*, bgfx::VertexDecl&, bx::Error*)':
  1227. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:327: Mehrfachdefinition von `bgfx::read(bx::ReaderI*, bgfx::VertexDecl&, bx::Error*)'
  1228. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:327: first defined here
  1229. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::vertexPack(float const*, bool, bgfx::Attrib::Enum, bgfx::VertexDecl const&, void*, unsigned int)':
  1230. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:387: Mehrfachdefinition von `bgfx::vertexPack(float const*, bool, bgfx::Attrib::Enum, bgfx::VertexDecl const&, void*, unsigned int)'
  1231. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:387: first defined here
  1232. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_vertex_pack':
  1233. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3870: Mehrfachdefinition von `bgfx_vertex_pack'
  1234. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3870: first defined here
  1235. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::vertexUnpack(float*, bgfx::Attrib::Enum, bgfx::VertexDecl const&, void const*, unsigned int)':
  1236. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:543: Mehrfachdefinition von `bgfx::vertexUnpack(float*, bgfx::Attrib::Enum, bgfx::VertexDecl const&, void const*, unsigned int)'
  1237. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:543: first defined here
  1238. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_vertex_unpack':
  1239. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3876: Mehrfachdefinition von `bgfx_vertex_unpack'
  1240. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3876: first defined here
  1241. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::vertexConvert(bgfx::VertexDecl const&, void*, bgfx::VertexDecl const&, void const*, unsigned int)':
  1242. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:669: Mehrfachdefinition von `bgfx::vertexConvert(bgfx::VertexDecl const&, void*, bgfx::VertexDecl const&, void const*, unsigned int)'
  1243. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:669: first defined here
  1244. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_vertex_convert':
  1245. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3883: Mehrfachdefinition von `bgfx_vertex_convert'
  1246. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3883: first defined here
  1247. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::weldVerticesRef(unsigned short*, bgfx::VertexDecl const&, void const*, unsigned short, float)':
  1248. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:776: Mehrfachdefinition von `bgfx::weldVerticesRef(unsigned short*, bgfx::VertexDecl const&, void const*, unsigned short, float)'
  1249. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:776: first defined here
  1250. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::weldVertices(unsigned short*, bgfx::VertexDecl const&, void const*, unsigned short, float)':
  1251. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:815: Mehrfachdefinition von `bgfx::weldVertices(unsigned short*, bgfx::VertexDecl const&, void const*, unsigned short, float)'
  1252. ../../lib/libbgfx.a(vertexdecl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/vertexdecl.cpp:815: first defined here
  1253. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_weld_vertices':
  1254. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3889: Mehrfachdefinition von `bgfx_weld_vertices'
  1255. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3889: first defined here
  1256. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createDynamicIndexBuffer(bgfx::Memory const*, unsigned short)':
  1257. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2711: Mehrfachdefinition von `bgfx::createDynamicIndexBuffer(bgfx::Memory const*, unsigned short)'
  1258. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2711: first defined here
  1259. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_create_dynamic_index_buffer_mem':
  1260. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4056: Mehrfachdefinition von `bgfx_create_dynamic_index_buffer_mem'
  1261. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4056: first defined here
  1262. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateDynamicIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, bgfx::Memory const*)':
  1263. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2719: Mehrfachdefinition von `bgfx::updateDynamicIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, bgfx::Memory const*)'
  1264. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2719: first defined here
  1265. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateDynamicIndexBuffer(bgfx::DynamicIndexBufferHandle, unsigned int, bgfx::Memory const*)':
  1266. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2719: Mehrfachdefinition von `bgfx_update_dynamic_index_buffer'
  1267. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2719: first defined here
  1268. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createDynamicVertexBuffer(bgfx::Memory const*, bgfx::VertexDecl const&, unsigned short)':
  1269. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2739: Mehrfachdefinition von `bgfx::createDynamicVertexBuffer(bgfx::Memory const*, bgfx::VertexDecl const&, unsigned short)'
  1270. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2739: first defined here
  1271. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::createDynamicVertexBuffer(bgfx::Memory const*, bgfx::VertexDecl const&, unsigned short)':
  1272. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2739: Mehrfachdefinition von `bgfx_create_dynamic_vertex_buffer_mem'
  1273. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4083: first defined here
  1274. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateDynamicVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, bgfx::Memory const*)':
  1275. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2747: Mehrfachdefinition von `bgfx::updateDynamicVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, bgfx::Memory const*)'
  1276. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2747: first defined here
  1277. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::updateDynamicVertexBuffer(bgfx::DynamicVertexBufferHandle, unsigned int, bgfx::Memory const*)':
  1278. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2747: Mehrfachdefinition von `bgfx_update_dynamic_vertex_buffer'
  1279. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2747: first defined here
  1280. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::freeDynamicBuffers()':
  1281. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1446: Mehrfachdefinition von `bgfx::Context::freeDynamicBuffers()'
  1282. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1446: first defined here
  1283. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setUniform(bgfx::UniformHandle, void const*, unsigned short)':
  1284. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3465: Mehrfachdefinition von `bgfx::setUniform(bgfx::UniformHandle, void const*, unsigned short)'
  1285. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3465: first defined here
  1286. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setTexture(unsigned char, bgfx::UniformHandle, bgfx::TextureHandle, unsigned int)':
  1287. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3558: Mehrfachdefinition von `bgfx::setTexture(unsigned char, bgfx::UniformHandle, bgfx::TextureHandle, unsigned int)'
  1288. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3558: first defined here
  1289. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_texture':
  1290. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4522: Mehrfachdefinition von `bgfx_set_texture'
  1291. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4522: first defined here
  1292. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setTexture(unsigned char, bgfx::UniformHandle, bgfx::FrameBufferHandle, unsigned char, unsigned int)':
  1293. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3566: Mehrfachdefinition von `bgfx::setTexture(unsigned char, bgfx::UniformHandle, bgfx::FrameBufferHandle, unsigned char, unsigned int)'
  1294. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3566: first defined here
  1295. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_texture_from_frame_buffer':
  1296. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4529: Mehrfachdefinition von `bgfx_set_texture_from_frame_buffer'
  1297. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4529: first defined here
  1298. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setImage(unsigned char, bgfx::UniformHandle, bgfx::TextureHandle, unsigned char, bgfx::Access::Enum, bgfx::TextureFormat::Enum)':
  1299. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3637: Mehrfachdefinition von `bgfx::setImage(unsigned char, bgfx::UniformHandle, bgfx::TextureHandle, unsigned char, bgfx::Access::Enum, bgfx::TextureFormat::Enum)'
  1300. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3637: first defined here
  1301. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::setImage(unsigned char, bgfx::UniformHandle, bgfx::FrameBufferHandle, unsigned char, bgfx::Access::Enum, bgfx::TextureFormat::Enum)':
  1302. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3644: Mehrfachdefinition von `bgfx::setImage(unsigned char, bgfx::UniformHandle, bgfx::FrameBufferHandle, unsigned char, bgfx::Access::Enum, bgfx::TextureFormat::Enum)'
  1303. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3644: first defined here
  1304. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_image_from_frame_buffer':
  1305. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4568: Mehrfachdefinition von `bgfx_set_image_from_frame_buffer'
  1306. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4568: first defined here
  1307. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_image':
  1308. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4561: Mehrfachdefinition von `bgfx_set_image'
  1309. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4561: first defined here
  1310. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_set_uniform':
  1311. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4465: Mehrfachdefinition von `bgfx_set_uniform'
  1312. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4465: first defined here
  1313. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::submit(unsigned char, bgfx::ProgramHandle, bgfx::IndirectBufferHandle, unsigned short, unsigned short, int, bool)':
  1314. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3596: Mehrfachdefinition von `bgfx::submit(unsigned char, bgfx::ProgramHandle, bgfx::IndirectBufferHandle, unsigned short, unsigned short, int, bool)'
  1315. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3596: first defined here
  1316. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_submit_indirect':
  1317. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4554: Mehrfachdefinition von `bgfx_submit_indirect'
  1318. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4554: first defined here
  1319. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dispatch(unsigned char, bgfx::ProgramHandle, unsigned short, unsigned short, unsigned short, unsigned char)':
  1320. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3652: Mehrfachdefinition von `bgfx::dispatch(unsigned char, bgfx::ProgramHandle, unsigned short, unsigned short, unsigned short, unsigned char)'
  1321. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3652: first defined here
  1322. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_dispatch':
  1323. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4605: Mehrfachdefinition von `bgfx_dispatch'
  1324. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4605: first defined here
  1325. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::dispatch(unsigned char, bgfx::ProgramHandle, bgfx::IndirectBufferHandle, unsigned short, unsigned short, unsigned char)':
  1326. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3658: Mehrfachdefinition von `bgfx::dispatch(unsigned char, bgfx::ProgramHandle, bgfx::IndirectBufferHandle, unsigned short, unsigned short, unsigned char)'
  1327. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3658: first defined here
  1328. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_dispatch_indirect':
  1329. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4611: Mehrfachdefinition von `bgfx_dispatch_indirect'
  1330. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4611: first defined here
  1331. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::discard()':
  1332. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3664: Mehrfachdefinition von `bgfx::discard()'
  1333. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3664: first defined here
  1334. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_discard':
  1335. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4618: Mehrfachdefinition von `bgfx_discard'
  1336. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4618: first defined here
  1337. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::submit(unsigned char, bgfx::ProgramHandle, bgfx::OcclusionQueryHandle, int, bool)':
  1338. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3586: Mehrfachdefinition von `bgfx::submit(unsigned char, bgfx::ProgramHandle, bgfx::OcclusionQueryHandle, int, bool)'
  1339. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3586: first defined here
  1340. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::submit(unsigned char, bgfx::ProgramHandle, int, bool)':
  1341. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3579: Mehrfachdefinition von `bgfx::submit(unsigned char, bgfx::ProgramHandle, int, bool)'
  1342. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3579: first defined here
  1343. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_touch':
  1344. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4536: Mehrfachdefinition von `bgfx_touch'
  1345. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4536: first defined here
  1346. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_submit':
  1347. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4541: Mehrfachdefinition von `bgfx_submit'
  1348. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4541: first defined here
  1349. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_submit_occlusion_query':
  1350. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4547: Mehrfachdefinition von `bgfx_submit_occlusion_query'
  1351. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4547: first defined here
  1352. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::touch(unsigned char)':
  1353. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4551: Mehrfachdefinition von `bgfx::touch(unsigned char)'
  1354. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4551: first defined here
  1355. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Frame::sort()':
  1356. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1012: Mehrfachdefinition von `bgfx::Frame::sort()'
  1357. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1012: first defined here
  1358. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::TextureGL::commit(unsigned int, unsigned int, float const (*) [4])':
  1359. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5130: Mehrfachdefinition von `bgfx::gl::TextureGL::commit(unsigned int, unsigned int, float const (*) [4])'
  1360. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:5130: first defined here
  1361. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::VertexBufferGL::destroy()':
  1362. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4309: Mehrfachdefinition von `bgfx::gl::VertexBufferGL::destroy()'
  1363. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4309: first defined here
  1364. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::IndexBufferGL::destroy()':
  1365. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4301: Mehrfachdefinition von `bgfx::gl::IndexBufferGL::destroy()'
  1366. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:4301: first defined here
  1367. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::blit(bgfx::RendererContextI*, bgfx::TextVideoMemBlitter&, bgfx::TextVideoMem const&)':
  1368. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:545: Mehrfachdefinition von `bgfx::blit(bgfx::RendererContextI*, bgfx::TextVideoMemBlitter&, bgfx::TextVideoMem const&)'
  1369. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:545: first defined here
  1370. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::ProgramGL::destroy()':
  1371. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3907: Mehrfachdefinition von `bgfx::gl::ProgramGL::destroy()'
  1372. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3907: first defined here
  1373. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::rendererCreate()':
  1374. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3428: Mehrfachdefinition von `bgfx::gl::rendererCreate()'
  1375. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3427: first defined here
  1376. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::rendererDestroy()':
  1377. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3434: Mehrfachdefinition von `bgfx::gl::rendererDestroy()'
  1378. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:3434: first defined here
  1379. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::gl::RendererContextGL::submit(bgfx::Frame*, bgfx::ClearQuad&, bgfx::TextVideoMemBlitter&)':
  1380. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:6020: Mehrfachdefinition von `bgfx::gl::RendererContextGL::submit(bgfx::Frame*, bgfx::ClearQuad&, bgfx::TextVideoMemBlitter&)'
  1381. ../../lib/libbgfx.a(renderer_gl.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/renderer_gl.cpp:6020: first defined here
  1382. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::flushTextureUpdateBatch(bgfx::CommandBuffer&)':
  1383. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1650: Mehrfachdefinition von `bgfx::Context::flushTextureUpdateBatch(bgfx::CommandBuffer&)'
  1384. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1650: first defined here
  1385. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::rendererExecCommands(bgfx::CommandBuffer&)':
  1386. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1884: Mehrfachdefinition von `bgfx::Context::rendererExecCommands(bgfx::CommandBuffer&)'
  1387. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1884: first defined here
  1388. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::renderFrame()':
  1389. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1581: Mehrfachdefinition von `bgfx::Context::renderFrame()'
  1390. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1581: first defined here
  1391. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::renderFrame()':
  1392. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1027: Mehrfachdefinition von `bgfx::renderFrame()'
  1393. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1030: first defined here
  1394. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_render_frame':
  1395. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4643: Mehrfachdefinition von `bgfx_render_frame'
  1396. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:4643: first defined here
  1397. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::swap()':
  1398. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1531: Mehrfachdefinition von `bgfx::Context::swap()'
  1399. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1531: first defined here
  1400. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::frameNoRenderWait()':
  1401. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1523: Mehrfachdefinition von `bgfx::Context::frameNoRenderWait()'
  1402. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1523: first defined here
  1403. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::frame(bool)':
  1404. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1504: Mehrfachdefinition von `bgfx::Context::frame(bool)'
  1405. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1504: first defined here
  1406. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::shutdown()':
  1407. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1366: Mehrfachdefinition von `bgfx::Context::shutdown()'
  1408. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1366: first defined here
  1409. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::shutdown()':
  1410. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2523: Mehrfachdefinition von `bgfx::shutdown()'
  1411. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2523: first defined here
  1412. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_shutdown':
  1413. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3940: Mehrfachdefinition von `bgfx_shutdown'
  1414. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3940: first defined here
  1415. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::frame(bool)':
  1416. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2567: Mehrfachdefinition von `bgfx::frame(bool)'
  1417. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2567: first defined here
  1418. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::frame(bool)':
  1419. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2567: Mehrfachdefinition von `bgfx_frame'
  1420. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2567: first defined here
  1421. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::Context::init(bgfx::RendererType::Enum)':
  1422. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1242: Mehrfachdefinition von `bgfx::Context::init(bgfx::RendererType::Enum)'
  1423. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:1242: first defined here
  1424. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_init':
  1425. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3923: Mehrfachdefinition von `bgfx_init'
  1426. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3923: first defined here
  1427. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::init(bgfx::RendererType::Enum, unsigned short, unsigned short, bgfx::CallbackI*, bx::AllocatorI*)':
  1428. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2422: Mehrfachdefinition von `bgfx::init(bgfx::RendererType::Enum, unsigned short, unsigned short, bgfx::CallbackI*, bx::AllocatorI*)'
  1429. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2422: first defined here
  1430. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx::topologySortTriList(bgfx::TopologySort::Enum, void*, unsigned int, float const*, float const*, void const*, unsigned int, void const*, unsigned int, bool)':
  1431. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2391: Mehrfachdefinition von `bgfx::topologySortTriList(bgfx::TopologySort::Enum, void*, unsigned int, float const*, float const*, void const*, unsigned int, void const*, unsigned int, bool)'
  1432. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:2391: first defined here
  1433. ../../lib/libbgfx.a(amalgamated.cpp.o): In Funktion `bgfx_topology_sort_tri_list':
  1434. /home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3898: Mehrfachdefinition von `bgfx_topology_sort_tri_list'
  1435. ../../lib/libbgfx.a(bgfx.cpp.o):/home/tom/REGoth/lib/bgfx-cmake/bgfx/src/bgfx.cpp:3898: first defined here
  1436. collect2: error: ld returned 1 exit status
  1437. src/target/CMakeFiles/REGoth.dir/build.make:129: die Regel für Ziel „bin/REGoth“ scheiterte
  1438. make[2]: *** [bin/REGoth] Fehler 1
  1439. CMakeFiles/Makefile2:4224: die Regel für Ziel „src/target/CMakeFiles/REGoth.dir/all“ scheiterte
  1440. make[1]: *** [src/target/CMakeFiles/REGoth.dir/all] Fehler 2
  1441. Makefile:127: die Regel für Ziel „all“ scheiterte
  1442. make: *** [all] Fehler 2
  1443. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createSphereShape(plCollisionWorldHandle, plReal)’:
  1444. bash: Syntaxfehler beim unerwarteten Wort »(«
  1445. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:128:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  1446. bash: /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:128:62:: Datei oder Verzeichnis nicht gefunden
  1447. tom@tom-desktop:~/REGoth/build$ return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  1448. bash: Syntaxfehler beim unerwarteten Wort »plCollisionShapeHandle«
  1449. tom@tom-desktop:~/REGoth/build$ ^
  1450. ^: Befehl nicht gefunden.
  1451. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createPlaneShape(plCollisionWorldHandle, plReal, plReal, plReal, plReal)’:
  1452. bash: Syntaxfehler beim unerwarteten Wort »(«
  1453. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:150:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  1454. bash: /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:150:62:: Datei oder Verzeichnis nicht gefunden
  1455. tom@tom-desktop:~/REGoth/build$ return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  1456. bash: Syntaxfehler beim unerwarteten Wort »plCollisionShapeHandle«
  1457. tom@tom-desktop:~/REGoth/build$ ^
  1458. ^: Befehl nicht gefunden.
  1459. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createCapsuleShape(plCollisionWorldHandle, plReal, plReal, int)’:
  1460. bash: Syntaxfehler beim unerwarteten Wort »(«
  1461. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:172:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  1462. bash: /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:172:62:: Datei oder Verzeichnis nicht gefunden
  1463. tom@tom-desktop:~/REGoth/build$ return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  1464. bash: Syntaxfehler beim unerwarteten Wort »plCollisionShapeHandle«
  1465. tom@tom-desktop:~/REGoth/build$ ^
  1466. ^: Befehl nicht gefunden.
  1467. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionShapeHandle__* RealTimeBullet3CollisionSdk::createCompoundShape(plCollisionWorldHandle)’:
  1468. bash: Syntaxfehler beim unerwarteten Wort »(«
  1469. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:189:62: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  1470. bash: /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:189:62:: Datei oder Verzeichnis nicht gefunden
  1471. tom@tom-desktop:~/REGoth/build$ return (plCollisionShapeHandle) world->m_nextFreeShapeIndex++;
  1472. bash: Syntaxfehler beim unerwarteten Wort »plCollisionShapeHandle«
  1473. tom@tom-desktop:~/REGoth/build$ ^
  1474. ^: Befehl nicht gefunden.
  1475. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp: In member function ‘virtual plCollisionObjectHandle__* RealTimeBullet3CollisionSdk::createCollisionObject(plCollisionWorldHandle, void*, int, plCollisionShapeHandle, plReal*, plReal*)’:
  1476. bash: Syntaxfehler beim unerwarteten Wort »(«
  1477. tom@tom-desktop:~/REGoth/build$ /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:268:67: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  1478. bash: /home/tom/REGoth/lib/bullet3/examples/Collision/Internal/RealTimeBullet3CollisionSdk.cpp:268:67:: Datei oder Verzeichnis nicht gefunden
  1479. tom@tom-desktop:~/REGoth/build$ return (plCollisionObjectHandle)world->m_nextFreeCollidableIndex++;
  1480. bash: Syntaxfehler beim unerwarteten Wort »plCollisionObjectHandle«
  1481. tom@tom-desktop:~/REGoth/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement