wasm-demo/demo/ermis-f/python_m/cur/1971

52 lines
1.8 KiB
Plaintext

From: srenner at lycosmail.com (srenner at lycosmail.com)
Date: Thu, 06 May 1999 16:59:56 GMT
Subject: PyOpenGL on Linux: MesaGL3: undefined: XFreePixmap
References: <87g15ai97a.fsf@linux01.prc.tno.nl>
Message-ID: <7gshq8$6ga$1@nnrp1.deja.com>
Content-Length: 1481
X-UID: 1971
In article <87g15ai97a.fsf at linux01.prc.tno.nl>,
John van der Koijk <vdkoijk at linux01.prc.tno.nl> wrote:
> Hi There,
>
> I'm having trouble getting PyOpenGL to work. Compilation went well
> after I left Togl out. Anyone have a clue what is going on here?
>
> 95 linux01:~/uitpak/PyOpenGL-1.5.5/OpenGL/Demo/srenner $ python ./cursor.py
> Traceback (innermost last):
> File "./cursor.py", line 1, in ?
> from objex import *
> File "./objex.py", line 1, in ?
> from att_obj import *
> File "./att_obj.py", line 3, in ?
> from oglpm import *
> File "./oglpm.py", line 4, in ?
> from OpenGL.GL import *
> File "/usr/lib/python1.5/site-packages/OpenGL/GL/__init__.py", line 4, in ?
> from _opengl_num import *
> ImportError: /usr/lib/libMesaGL.so.3: undefined symbol: XFreePixmap
>
> Greetings,
> --
> John van der Koijk.
> --
>
First, let me say that I am extremely pleased that someone - anyone - is
trying to run my demos. Second, about the XFreePixmap business, I have
definitely encountered the same problem, but never learned what causes it.
Somehow I managed to get everything to run by repeatedly recompiling with
slight changes in the setup file. It's something about the Mesa libraries.
Perhaps you will have better luck with the next release, which should be
out within a few days. sr
-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own