doomgod

Xcode 2.5 compile and link error

May 11th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. [ 80%] Building CXX object src/CMakeFiles/zdoom.dir/gl/data/gl_sections.o
  2. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp: In member function ‘void FSectionCreator::tesselateSections()’:
  3. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:545: error: invalid conversion from ‘void (*)()’ to ‘GLvoid (*)(...)’
  4. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:545: error: initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))’
  5. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:546: error: invalid conversion from ‘void (*)()’ to ‘GLvoid (*)(...)’
  6. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:546: error: initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))’
  7. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:547: error: invalid conversion from ‘void (*)()’ to ‘GLvoid (*)(...)’
  8. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:547: error: initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))’
  9. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:548: error: invalid conversion from ‘void (*)()’ to ‘GLvoid (*)(...)’
  10. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:548: error: initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))’
  11. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:549: error: invalid conversion from ‘void (*)()’ to ‘GLvoid (*)(...)’
  12. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:549: error: initializing argument 3 of ‘void gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))’
  13. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp: In member function ‘void FSectionCreator::MarkInternalSubsectors()’:
  14. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:596: warning: comparison between signed and unsigned integer expressions
  15. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:601: warning: comparison between signed and unsigned integer expressions
  16. /Users/stas/Downloads/Torr_Samaho-zandronum-f60b84ccb6ab/src/gl/data/gl_sections.cpp:605: warning: comparison between signed and unsigned integer expressions
  17. make[2]: *** [src/CMakeFiles/zdoom.dir/gl/data/gl_sections.o] Error 1
  18. make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
  19. make: *** [all] Error 2
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. Linking CXX executable ../zandronum
  28. /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
  29. _CGDisplayCopyAllDisplayModes referenced from SDL expected to be defined in ApplicationServices
  30. _CGDisplayCopyDisplayMode referenced from SDL expected to be defined in ApplicationServices
  31. _CGDisplayModeCopyPixelEncoding referenced from SDL expected to be defined in ApplicationServices
  32. _CGDisplayModeGetHeight referenced from SDL expected to be defined in ApplicationServices
  33. _CGDisplayModeGetWidth referenced from SDL expected to be defined in ApplicationServices
  34. _CGDisplayModeRelease referenced from SDL expected to be defined in ApplicationServices
  35. _CGDisplayModeRetain referenced from SDL expected to be defined in ApplicationServices
  36. _CGDisplaySetDisplayMode referenced from SDL expected to be defined in ApplicationServices
  37. collect2: ld returned 1 exit status
  38. make[2]: *** [zandronum] Error 1
  39. make[1]: *** [src/CMakeFiles/zdoom.dir/all] Error 2
  40. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment