C:\dev\Kivy\MinGW\bin\gcc.exe -mno-cygwin -shared -s build\temp.win32-2.7\Release\kivy\graphics\transformation.o build\temp.win32-2.7\Release\kivy\gra
phics\transformation.def -LC:\dev\Kivy\Python27\libs -LC:\dev\Kivy\Python27\PCbuild -lopengl32 -lglew32 -lpython27 -lmsvcr90 -o C:\dev\Kivy\kivy\kivy\
graphics\transformation.pyd -lm
cythoning kivy\graphics/vbo.pyx to kivy\graphics\vbo.c
Error compiling Cython file:
------------------------------------------------------------
...
cpdef release(self)
cpdef get_pixel_color(self, int wx, int wy)
cdef void create_fbo(self)
cdef void delete_fbo(self)
cdef void apply(self)
^
------------------------------------------------------------
kivy\graphics\fbo.pxd:27:19: Signature not compatible with previous declaration
Error compiling Cython file:
------------------------------------------------------------
...
cdef void push_states(self, list names) except *
cdef void pop_state(self, str name) except *
cdef void pop_states(self, list names) except *
cdef void enter(self) except *
cdef void leave(self) except *
cdef void apply(self) except *
^
------------------------------------------------------------
kivy\graphics\instructions.pxd:123:19: Previous declaration is here
building 'kivy.graphics.vbo' extension
C:\dev\Kivy\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -IC:\dev\Kivy\Python27\include -IC:\dev\Kivy\Python27\PC -c kivy\graphics\vbo.c -o build\temp
.win32-2.7\Release\kivy\graphics\vbo.o
kivy\graphics\vbo.c:1:2: #error Do not use this file, it is the result of a failed Cython compilation.
error: command 'gcc' failed with exit status 1
make: *** [force] Error 1