Advertisement
Guest User

Untitled

a guest
Aug 29th, 2019
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 16.47 KB | None | 0 0
  1. [ 99%] Building C object CMakeFiles/SHADERed.dir/libs/nativefiledialog/nfd_gtk.c.o
  2. [100%] Linking CXX executable bin/SHADERed
  3. /usr/bin/ld: CMakeFiles/SHADERed.dir/main.cpp.o: in function `setIcon(SDL_Window*)':
  4. main.cpp:(.text+0x185): undefined reference to `SDL_CreateRGBSurfaceWithFormatFrom'
  5. /usr/bin/ld: main.cpp:(.text+0x26c): undefined reference to `SDL_SetWindowIcon'
  6. /usr/bin/ld: main.cpp:(.text+0x278): undefined reference to `SDL_FreeSurface'
  7. /usr/bin/ld: CMakeFiles/SHADERed.dir/main.cpp.o: in function `main':
  8. main.cpp:(.text+0x738): undefined reference to `SDL_Init'
  9. /usr/bin/ld: main.cpp:(.text+0xad6): undefined reference to `SDL_GetCurrentDisplayMode'
  10. /usr/bin/ld: main.cpp:(.text+0xd08): undefined reference to `SDL_GL_SetAttribute'
  11. /usr/bin/ld: main.cpp:(.text+0xd17): undefined reference to `SDL_GL_SetAttribute'
  12. /usr/bin/ld: main.cpp:(.text+0xd26): undefined reference to `SDL_GL_SetAttribute'
  13. /usr/bin/ld: main.cpp:(.text+0xd35): undefined reference to `SDL_GL_SetAttribute'
  14. /usr/bin/ld: main.cpp:(.text+0xd9a): undefined reference to `SDL_CreateWindow'
  15. /usr/bin/ld: main.cpp:(.text+0xdba): undefined reference to `SDL_SetWindowMinimumSize'
  16. /usr/bin/ld: main.cpp:(.text+0xde1): undefined reference to `SDL_MaximizeWindow'
  17. /usr/bin/ld: main.cpp:(.text+0xdfe): undefined reference to `SDL_SetWindowFullscreen'
  18. /usr/bin/ld: main.cpp:(.text+0xe0d): undefined reference to `SDL_GL_CreateContext'
  19. /usr/bin/ld: main.cpp:(.text+0xe2d): undefined reference to `SDL_GL_MakeCurrent'
  20. /usr/bin/ld: main.cpp:(.text+0x136a): undefined reference to `SDL_PollEvent'
  21. /usr/bin/ld: main.cpp:(.text+0x149c): undefined reference to `SDL_GetWindowFlags'
  22. /usr/bin/ld: main.cpp:(.text+0x151b): undefined reference to `SDL_GetWindowPosition'
  23. /usr/bin/ld: main.cpp:(.text+0x1555): undefined reference to `SDL_GetWindowSize'
  24. /usr/bin/ld: main.cpp:(.text+0x1652): undefined reference to `SDL_GL_SwapWindow'
  25. /usr/bin/ld: main.cpp:(.text+0x1962): undefined reference to `SDL_GL_DeleteContext'
  26. /usr/bin/ld: main.cpp:(.text+0x1971): undefined reference to `SDL_DestroyWindow'
  27. /usr/bin/ld: main.cpp:(.text+0x1976): undefined reference to `SDL_Quit'
  28. /usr/bin/ld: CMakeFiles/SHADERed.dir/GUIManager.cpp.o: in function `ed::GUIManager::GUIManager(ed::InterfaceManager*, SDL_Window*, void**)':
  29. GUIManager.cpp:(.text+0x5364): undefined reference to `SDL_GL_SetSwapInterval'
  30. /usr/bin/ld: GUIManager.cpp:(.text+0x5aa0): undefined reference to `SDL_GetWindowDisplayIndex'
  31. /usr/bin/ld: GUIManager.cpp:(.text+0x5ac4): undefined reference to `SDL_GetDisplayDPI'
  32. /usr/bin/ld: CMakeFiles/SHADERed.dir/GUIManager.cpp.o: in function `ed::GUIManager::Update(float)':
  33. GUIManager.cpp:(.text+0x72ed): undefined reference to `SDL_DestroyWindow'
  34. /usr/bin/ld: GUIManager.cpp:(.text+0x7d6c): undefined reference to `SDL_GetWindowSize'
  35. /usr/bin/ld: GUIManager.cpp:(.text+0x934a): undefined reference to `SDL_SetWindowTitle'
  36. /usr/bin/ld: GUIManager.cpp:(.text+0x94e7): undefined reference to `SDL_SetWindowTitle'
  37. /usr/bin/ld: CMakeFiles/SHADERed.dir/GUIManager.cpp.o: in function `ed::GUIManager::SaveAsProject(bool)':
  38. GUIManager.cpp:(.text+0xafeb): undefined reference to `SDL_SetWindowTitle'
  39. /usr/bin/ld: CMakeFiles/SHADERed.dir/GUIManager.cpp.o: in function `ed::GUIManager::Open(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  40. GUIManager.cpp:(.text+0xb490): undefined reference to `SDL_SetWindowTitle'
  41. /usr/bin/ld: CMakeFiles/SHADERed.dir/GUIManager.cpp.o: in function `ed::GUIManager::m_setupShortcuts()::{lambda()#24}::operator()() const':
  42. GUIManager.cpp:(.text+0xc338): undefined reference to `SDL_DestroyWindow'
  43. /usr/bin/ld: CMakeFiles/SHADERed.dir/Objects/KeyboardShortcuts.cpp.o: in function `ed::KeyboardShortcuts::Load()':
  44. KeyboardShortcuts.cpp:(.text+0x3b4): undefined reference to `SDL_GetKeyFromName'
  45. /usr/bin/ld: KeyboardShortcuts.cpp:(.text+0x423): undefined reference to `SDL_GetKeyFromName'
  46. /usr/bin/ld: CMakeFiles/SHADERed.dir/Objects/KeyboardShortcuts.cpp.o: in function `ed::KeyboardShortcuts::Save()':
  47. KeyboardShortcuts.cpp:(.text+0x816): undefined reference to `SDL_GetKeyName'
  48. /usr/bin/ld: KeyboardShortcuts.cpp:(.text+0x85a): undefined reference to `SDL_GetKeyName'
  49. /usr/bin/ld: CMakeFiles/SHADERed.dir/Objects/KeyboardShortcuts.cpp.o: in function `ed::KeyboardShortcuts::GetString(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
  50. KeyboardShortcuts.cpp:(.text+0x1062): undefined reference to `SDL_GetKeyName'
  51. /usr/bin/ld: KeyboardShortcuts.cpp:(.text+0x1133): undefined reference to `SDL_GetKeyName'
  52. /usr/bin/ld: CMakeFiles/SHADERed.dir/UI/OptionsUI.cpp.o: in function `ed::OptionsUI::m_getShortcutString[abi:cxx11]()':
  53. OptionsUI.cpp:(.text+0x896): undefined reference to `SDL_GetKeyName'
  54. /usr/bin/ld: CMakeFiles/SHADERed.dir/UI/OptionsUI.cpp.o:OptionsUI.cpp:(.text+0x936): more undefined references to `SDL_GetKeyName' follow
  55. /usr/bin/ld: CMakeFiles/SHADERed.dir/UI/OptionsUI.cpp.o: in function `ed::OptionsUI::m_renderGeneral()':
  56. OptionsUI.cpp:(.text+0xfef): undefined reference to `SDL_GL_SetSwapInterval'
  57. /usr/bin/ld: OptionsUI.cpp:(.text+0x2059): undefined reference to `SDL_GetWindowDisplayIndex'
  58. /usr/bin/ld: OptionsUI.cpp:(.text+0x207d): undefined reference to `SDL_GetDisplayDPI'
  59. /usr/bin/ld: CMakeFiles/SHADERed.dir/UI/PreviewUI.cpp.o: in function `ed::PreviewUI::OnEvent(SDL_Event const&)':
  60. PreviewUI.cpp:(.text+0xa3b): undefined reference to `SDL_CaptureMouse'
  61. /usr/bin/ld: CMakeFiles/SHADERed.dir/UI/PreviewUI.cpp.o: in function `ed::PreviewUI::Update(float)':
  62. PreviewUI.cpp:(.text+0x24b4): undefined reference to `SDL_CaptureMouse'
  63. /usr/bin/ld: PreviewUI.cpp:(.text+0x24cd): undefined reference to `SDL_GetMouseState'
  64. /usr/bin/ld: PreviewUI.cpp:(.text+0x27be): undefined reference to `SDL_GetMouseState'
  65. /usr/bin/ld: PreviewUI.cpp:(.text+0x2946): undefined reference to `SDL_WarpMouseInWindow'
  66. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/ImGuiColorTextEdit/TextEditor.cpp.o: in function `TextEditor::HandleKeyboardInputs()':
  67. TextEditor.cpp:(.text+0x3296): undefined reference to `SDL_GetScancodeFromKey'
  68. /usr/bin/ld: TextEditor.cpp:(.text+0x32c4): undefined reference to `SDL_GetScancodeFromKey'
  69. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_GetClipboardText(void*)':
  70. imgui_impl_sdl.cpp:(.text+0x23): undefined reference to `SDL_free'
  71. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x28): undefined reference to `SDL_GetClipboardText'
  72. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SetClipboardText(void*, char const*)':
  73. imgui_impl_sdl.cpp:(.text+0x54): undefined reference to `SDL_SetClipboardText'
  74. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_ProcessEvent(SDL_Event const*)':
  75. imgui_impl_sdl.cpp:(.text+0x25e): undefined reference to `SDL_GetModState'
  76. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x275): undefined reference to `SDL_GetModState'
  77. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x28e): undefined reference to `SDL_GetModState'
  78. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x2a7): undefined reference to `SDL_GetModState'
  79. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x2ed): undefined reference to `SDL_GetWindowFromID'
  80. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_Init(SDL_Window*, void*)':
  81. imgui_impl_sdl.cpp:(.text+0x4bf): undefined reference to `SDL_CreateSystemCursor'
  82. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x4d0): undefined reference to `SDL_CreateSystemCursor'
  83. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x4e1): undefined reference to `SDL_CreateSystemCursor'
  84. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x4f2): undefined reference to `SDL_CreateSystemCursor'
  85. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x503): undefined reference to `SDL_CreateSystemCursor'
  86. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o:imgui_impl_sdl.cpp:(.text+0x514): more undefined references to `SDL_CreateSystemCursor' follow
  87. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_Shutdown()':
  88. imgui_impl_sdl.cpp:(.text+0x62d): undefined reference to `SDL_free'
  89. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x665): undefined reference to `SDL_FreeCursor'
  90. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_UpdateMousePosAndButtons()':
  91. imgui_impl_sdl.cpp:(.text+0x6f9): undefined reference to `SDL_WarpMouseGlobal'
  92. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x72c): undefined reference to `SDL_WarpMouseInWindow'
  93. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x76c): undefined reference to `SDL_GetMouseState'
  94. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x824): undefined reference to `SDL_GetGlobalMouseState'
  95. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x838): undefined reference to `SDL_GetKeyboardFocus'
  96. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x89b): undefined reference to `SDL_GetWindowFlags'
  97. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x8c3): undefined reference to `SDL_GetWindowPosition'
  98. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x91b): undefined reference to `SDL_CaptureMouse'
  99. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_UpdateMouseCursor()':
  100. imgui_impl_sdl.cpp:(.text+0x977): undefined reference to `SDL_ShowCursor'
  101. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x9bf): undefined reference to `SDL_SetCursor'
  102. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x9c9): undefined reference to `SDL_ShowCursor'
  103. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_UpdateGamepads()':
  104. imgui_impl_sdl.cpp:(.text+0xa16): undefined reference to `SDL_GameControllerOpen'
  105. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xa51): undefined reference to `SDL_GameControllerGetButton'
  106. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xa80): undefined reference to `SDL_GameControllerGetButton'
  107. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xaaf): undefined reference to `SDL_GameControllerGetButton'
  108. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xade): undefined reference to `SDL_GameControllerGetButton'
  109. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xb0d): undefined reference to `SDL_GameControllerGetButton'
  110. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o:imgui_impl_sdl.cpp:(.text+0xb3c): more undefined references to `SDL_GameControllerGetButton' follow
  111. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_UpdateGamepads()':
  112. imgui_impl_sdl.cpp:(.text+0xc85): undefined reference to `SDL_GameControllerGetAxis'
  113. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xd05): undefined reference to `SDL_GameControllerGetAxis'
  114. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xd85): undefined reference to `SDL_GameControllerGetAxis'
  115. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xe05): undefined reference to `SDL_GameControllerGetAxis'
  116. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_NewFrame(SDL_Window*)':
  117. imgui_impl_sdl.cpp:(.text+0xf01): undefined reference to `SDL_GetWindowSize'
  118. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xf18): undefined reference to `SDL_GL_GetDrawableSize'
  119. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xfc1): undefined reference to `SDL_GetPerformanceFrequency'
  120. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0xfd9): undefined reference to `SDL_GetPerformanceCounter'
  121. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_CreateWindow(ImGuiViewport*)':
  122. imgui_impl_sdl.cpp:(.text+0x113e): undefined reference to `SDL_GL_GetCurrentContext'
  123. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1151): undefined reference to `SDL_GL_SetAttribute'
  124. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x116b): undefined reference to `SDL_GL_MakeCurrent'
  125. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1196): undefined reference to `SDL_GetWindowFlags'
  126. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x122c): undefined reference to `SDL_CreateWindow'
  127. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1250): undefined reference to `SDL_GL_CreateContext'
  128. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1262): undefined reference to `SDL_GL_SetSwapInterval'
  129. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1285): undefined reference to `SDL_GL_MakeCurrent'
  130. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_DestroyWindow(ImGuiViewport*)':
  131. imgui_impl_sdl.cpp:(.text+0x12f8): undefined reference to `SDL_GL_DeleteContext'
  132. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x131f): undefined reference to `SDL_DestroyWindow'
  133. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_ShowWindow(ImGuiViewport*)':
  134. imgui_impl_sdl.cpp:(.text+0x1388): undefined reference to `SDL_ShowWindow'
  135. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_GetWindowPos(ImGuiViewport*)':
  136. imgui_impl_sdl.cpp:(.text+0x13da): undefined reference to `SDL_GetWindowPosition'
  137. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SetWindowPos(ImGuiViewport*, ImVec2)':
  138. imgui_impl_sdl.cpp:(.text+0x1453): undefined reference to `SDL_SetWindowPosition'
  139. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_GetWindowSize(ImGuiViewport*)':
  140. imgui_impl_sdl.cpp:(.text+0x14a5): undefined reference to `SDL_GetWindowSize'
  141. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SetWindowSize(ImGuiViewport*, ImVec2)':
  142. imgui_impl_sdl.cpp:(.text+0x151e): undefined reference to `SDL_SetWindowSize'
  143. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SetWindowTitle(ImGuiViewport*, char const*)':
  144. imgui_impl_sdl.cpp:(.text+0x1553): undefined reference to `SDL_SetWindowTitle'
  145. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SetWindowAlpha(ImGuiViewport*, float)':
  146. imgui_impl_sdl.cpp:(.text+0x1589): undefined reference to `SDL_SetWindowOpacity'
  147. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SetWindowFocus(ImGuiViewport*)':
  148. imgui_impl_sdl.cpp:(.text+0x15b3): undefined reference to `SDL_RaiseWindow'
  149. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_GetWindowFocus(ImGuiViewport*)':
  150. imgui_impl_sdl.cpp:(.text+0x15dd): undefined reference to `SDL_GetWindowFlags'
  151. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_GetWindowMinimized(ImGuiViewport*)':
  152. imgui_impl_sdl.cpp:(.text+0x1610): undefined reference to `SDL_GetWindowFlags'
  153. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_RenderWindow(ImGuiViewport*, void*)':
  154. imgui_impl_sdl.cpp:(.text+0x165d): undefined reference to `SDL_GL_MakeCurrent'
  155. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_SwapBuffers(ImGuiViewport*, void*)':
  156. imgui_impl_sdl.cpp:(.text+0x16a3): undefined reference to `SDL_GL_MakeCurrent'
  157. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x16b2): undefined reference to `SDL_GL_SwapWindow'
  158. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_CreateVkSurface(ImGuiViewport*, unsigned long long, void const*, unsigned long long*)':
  159. imgui_impl_sdl.cpp:(.text+0x16f3): undefined reference to `SDL_Vulkan_CreateSurface'
  160. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_UpdateMonitors()':
  161. imgui_impl_sdl.cpp:(.text+0x173e): undefined reference to `SDL_GetNumVideoDisplays'
  162. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1771): undefined reference to `SDL_GetDisplayBounds'
  163. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x17e4): undefined reference to `SDL_GetDisplayUsableBounds'
  164. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1849): undefined reference to `SDL_GetDisplayDPI'
  165. /usr/bin/ld: CMakeFiles/SHADERed.dir/libs/imgui/examples/imgui_impl_sdl.cpp.o: in function `ImGui_ImplSDL2_InitPlatformInterface(SDL_Window*, void*)':
  166. imgui_impl_sdl.cpp:(.text+0x19c1): undefined reference to `SDL_SetHint'
  167. /usr/bin/ld: imgui_impl_sdl.cpp:(.text+0x1a0c): undefined reference to `SDL_GetWindowID'
  168. collect2: error: ld returned 1 exit status
  169. make[2]: *** [CMakeFiles/SHADERed.dir/build.make:905: bin/SHADERed] Error 1
  170. make[1]: *** [CMakeFiles/Makefile2:82: CMakeFiles/SHADERed.dir/all] Error 2
  171. make: *** [Makefile:130: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement