Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50515
| From | Paul Kölle <paul@subsignal.org> |
|---|---|
| Subject | Re: Kivy for Python 3.3 |
| Date | 2013-07-12 12:14 +0200 |
| References | <3814d9c3-c926-4024-81ab-a968c7f86324@googlegroups.com> <mailman.4584.1373548644.3114.python-list@python.org> <b926981b-1d8a-4887-b9dd-0cd72e557c2e@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4627.1373624107.3114.python-list@python.org> (permalink) |
Am 11.07.2013 16:26, schrieb fronagzen@gmail.com: [scnipp] > C:\MinGW\bin\gcc.exe -mdll -O -Wall -IC:\Python33\include > -IC:\Python33\include -c kivy\graphics\vertex_instructions.c -o > build\temp.win32-3.3\Release\kivy\grap hics\vertex_instructions.o In > file included from kivy\graphics\vertex_instructions.c:314:0: > kivy\graphics\/gl_redirect.h:8:22: fatal error: GL/glew.h: No such > file or direc tory compilation terminated. error: command 'gcc' > failed with exit status 1 > > Working on the reasoning that sticking the missing file into the > python3.3\libs file worked, I tried adding the glew files > (glew32.dll, glew32.lib, GL\glew and GL\wglew.h) there, however, it > doesn't seem to have made a difference. And this I googled this > before asking. Doesn't seem to be much. Hi, I can feel your pain beeing dragged into compile-unknown-source-on-windows from an innocent looking python script ;) This time it's not the linker complaining but GCC (the compiler) itself not being able to find the header file GL/glew.h. Headers are searched in the so called "include path" which is specified in setup.py. This link http://glew.sourceforge.net/install.html suggests glew.h is part of VisualStudio, and has some other interesting information. hth Paul
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Kivy for Python 3.3 fronagzen@gmail.com - 2013-07-11 02:09 -0700
Re: Kivy for Python 3.3 Ian Foote <ian@feete.org> - 2013-07-11 13:25 +0100
Re: Kivy for Python 3.3 Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2013-07-11 14:49 +0200
Re: Kivy for Python 3.3 Paul Kölle <paul@subsignal.org> - 2013-07-11 15:17 +0200
Re: Kivy for Python 3.3 fronagzen@gmail.com - 2013-07-11 07:26 -0700
Re: Kivy for Python 3.3 Paul Kölle <paul@subsignal.org> - 2013-07-12 12:14 +0200
Re: Kivy for Python 3.3 fronagzen@gmail.com - 2013-07-12 04:58 -0700
csiph-web