Guest User

Untitled

a guest
Jan 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. building 'kivy.core.sdl' extension
  2. gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -pipe -I/usr/local/Cellar/sdl/HEAD/include/SDL -I/System/Library/Frameworks/Python.framework/Versions/2.6/include/python2.6 -c kivy/core/sdl.c -o build/temp.macosx-10.6-universal-2.6/kivy/core/sdl.o -arch x86_64
  3. kivy/core/sdl.c:396: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
  4. kivy/core/sdl.c:397: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘__pyx_v_4kivy_4core_3sdl_ctx’
  5. kivy/core/sdl.c: In function ‘__pyx_pf_4kivy_4core_3sdl_setup_window’:
  6. kivy/core/sdl.c:581: error: ‘SDL_WINDOW_OPENGL’ undeclared (first use in this function)
  7. kivy/core/sdl.c:581: error: (Each undeclared identifier is reported only once
  8. kivy/core/sdl.c:581: error: for each function it appears in.)
  9. kivy/core/sdl.c:581: error: ‘SDL_WINDOW_RESIZABLE’ undeclared (first use in this function)
  10. kivy/core/sdl.c:581: error: ‘SDL_WINDOW_SHOWN’ undeclared (first use in this function)
  11. kivy/core/sdl.c:600: error: ‘SDL_WINDOW_BORDERLESS’ undeclared (first use in this function)
  12. kivy/core/sdl.c:622: error: ‘SDL_WINDOW_FULLSCREEN’ undeclared (first use in this function)
  13. kivy/core/sdl.c:704: error: ‘__pyx_v_4kivy_4core_3sdl_win’ undeclared (first use in this function)
  14. kivy/core/sdl.c:704: warning: implicit declaration of function ‘SDL_CreateWindow’
  15. kivy/core/sdl.c:745: error: ‘__pyx_v_4kivy_4core_3sdl_ctx’ undeclared (first use in this function)
  16. kivy/core/sdl.c:745: warning: implicit declaration of function ‘SDL_GL_CreateContext’
  17. kivy/core/sdl.c:754: warning: implicit declaration of function ‘SDL_GL_SetSwapInterval’
  18. kivy/core/sdl.c: In function ‘__pyx_pf_4kivy_4core_3sdl_resize_window’:
  19. kivy/core/sdl.c:785: error: ‘SDL_DisplayMode’ undeclared (first use in this function)
  20. kivy/core/sdl.c:785: error: expected ‘;’ before ‘__pyx_v_mode’
  21. kivy/core/sdl.c:838: warning: implicit declaration of function ‘SDL_GetWindowDisplayMode’
  22. kivy/core/sdl.c:838: error: ‘__pyx_v_4kivy_4core_3sdl_win’ undeclared (first use in this function)
  23. kivy/core/sdl.c:838: error: ‘__pyx_v_mode’ undeclared (first use in this function)
  24. kivy/core/sdl.c:867: warning: implicit declaration of function ‘SDL_SetWindowDisplayMode’
  25. kivy/core/sdl.c: In function ‘__pyx_pf_4kivy_4core_3sdl_set_window_title’:
  26. kivy/core/sdl.c:904: warning: implicit declaration of function ‘SDL_SetWindowTitle’
  27. kivy/core/sdl.c:904: error: ‘__pyx_v_4kivy_4core_3sdl_win’ undeclared (first use in this function)
  28. kivy/core/sdl.c: In function ‘__pyx_pf_4kivy_4core_3sdl_teardown_window’:
  29. kivy/core/sdl.c:938: warning: implicit declaration of function ‘SDL_GL_DeleteContext’
  30. kivy/core/sdl.c:938: error: ‘__pyx_v_4kivy_4core_3sdl_ctx’ undeclared (first use in this function)
  31. kivy/core/sdl.c:947: warning: implicit declaration of function ‘SDL_DestroyWindow’
  32. kivy/core/sdl.c:947: error: ‘__pyx_v_4kivy_4core_3sdl_win’ undeclared (first use in this function)
  33. kivy/core/sdl.c: In function ‘__pyx_pf_4kivy_4core_3sdl_poll’:
  34. kivy/core/sdl.c:1228: error: ‘SDL_WINDOWEVENT’ undeclared (first use in this function)
  35. kivy/core/sdl.c:1238: error: ‘SDL_Event’ has no member named ‘window’
  36. kivy/core/sdl.c:1238: error: ‘SDL_WINDOWEVENT_EXPOSED’ undeclared (first use in this function)
  37. kivy/core/sdl.c:1266: error: ‘SDL_Event’ has no member named ‘window’
  38. kivy/core/sdl.c:1266: error: ‘SDL_WINDOWEVENT_RESIZED’ undeclared (first use in this function)
  39. kivy/core/sdl.c:1276: error: ‘SDL_Event’ has no member named ‘window’
  40. kivy/core/sdl.c:1278: error: ‘SDL_Event’ has no member named ‘window’
  41. kivy/core/sdl.c:1424: error: ‘SDL_TEXTINPUT’ undeclared (first use in this function)
  42. kivy/core/sdl.c:1434: error: ‘SDL_Event’ has no member named ‘text’
  43. kivy/core/sdl.c: In function ‘__pyx_pf_4kivy_4core_3sdl_flip’:
  44. kivy/core/sdl.c:1571: warning: implicit declaration of function ‘SDL_GL_SwapWindow’
  45. kivy/core/sdl.c:1571: error: ‘__pyx_v_4kivy_4core_3sdl_win’ undeclared (first use in this function)
  46. kivy/core/sdl.c: In function ‘initsdl’:
  47. kivy/core/sdl.c:1733: error: ‘__pyx_v_4kivy_4core_3sdl_win’ undeclared (first use in this function)
  48. kivy/core/sdl.c:1742: error: ‘__pyx_v_4kivy_4core_3sdl_ctx’ undeclared (first use in this function)
  49. error: command 'gcc-4.2' failed with exit status 1
Add Comment
Please, Sign In to add comment