Advertisement
pauldacheez

FOURTEEN LINES OF GLFW LINKING ERROR

Dec 17th, 2012
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. Undefined symbols for architecture x86_64:
  2. "_IOCreatePlugInInterfaceForService", referenced from:
  3. __glfwInitJoysticks in libglfw3.a(cocoa_joystick.m.o)
  4. "_IOIteratorNext", referenced from:
  5. __glfwInitJoysticks in libglfw3.a(cocoa_joystick.m.o)
  6. "_IOMasterPort", referenced from:
  7. __glfwInitJoysticks in libglfw3.a(cocoa_joystick.m.o)
  8. "_IORegistryEntryCreateCFProperties", referenced from:
  9. __glfwInitJoysticks in libglfw3.a(cocoa_joystick.m.o)
  10. "_IOServiceGetMatchingServices", referenced from:
  11. __glfwInitJoysticks in libglfw3.a(cocoa_joystick.m.o)
  12. "_IOServiceMatching", referenced from:
  13. __glfwInitJoysticks in libglfw3.a(cocoa_joystick.m.o)
  14. ld: symbol(s) not found for architecture x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement