Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #50515
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.000 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:sourceforge': 0.03; 'subject:Python': 0.06; 'error:': 0.07; 'exit': 0.09; 'linker': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'skip:k 40': 0.09; 'worked,': 0.09; 'python': 0.11; 'received:141': 0.14; "'gcc'": 0.16; 'complaining': 0.16; 'googled': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:3.3': 0.16; '(the': 0.22; 'command': 0.22; 'header:User- Agent:1': 0.23; 'compilation': 0.24; 'headers': 0.24; 'header': 0.24; 'paul': 0.24; 'script': 0.25; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'tried': 0.27; "doesn't": 0.30; 'specified': 0.30; 'included': 0.31; 'gcc': 0.31; 'file': 0.32; 'skip:c 30': 0.32; 'skip:b 30': 0.33; 'there,': 0.34; 'but': 0.35; 'much.': 0.36; 'hi,': 0.36; 'skip:- 20': 0.37; 'being': 0.38; 'to:addr:python-list': 0.38; 'files': 0.38; 'itself': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'from:charset:utf-8': 0.61; 'such': 0.63; 'difference.': 0.84; 'pain': 0.84; 'reasoning': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Paul Kölle <paul@subsignal.org> |
| Subject | Re: Kivy for Python 3.3 |
| Date | Fri, 12 Jul 2013 12:14:46 +0200 |
| References | <3814d9c3-c926-4024-81ab-a968c7f86324@googlegroups.com> <mailman.4584.1373548644.3114.python-list@python.org> <b926981b-1d8a-4887-b9dd-0cd72e557c2e@googlegroups.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | canon.lpg.tu-cottbus.de |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 |
| In-Reply-To | <b926981b-1d8a-4887-b9dd-0cd72e557c2e@googlegroups.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4627.1373624107.3114.python-list@python.org> (permalink) |
| Lines | 32 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1373624107 news.xs4all.nl 16002 [2001:888:2000:d::a6]:51352 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:50515 |
Show key headers only | View raw
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