[visionegg] Re: pyopengl installation fails

Hi Jamie
I changed some entries in the linux.cfg (s attachment): the problem: I
had to change somewhere X11 to X11R6

hope it will work on your box.

cheers
christoph
On Tue, 2002-12-03 at 01:11, Jamie Theobald wrote:
> 
> Hi Christoph,
> 
> How did you ever solve this problem?  You never said.  I'm getting an
> error similar to this.
> 
> I'm installing visionegg on a Debian computer, and all the modules are
> available as binary packages.  But when installing visionegg itself, I
> get this same error.
> 
> Thanks!
> 
> Jamie
> 
> 
> Jamie Theobald
> Department of Zoology,
> University of Washington
> Box 351800,
> 24 Kincaid Hall
> Seattle, WA 98195-1800
> 
> 
> On Fri, 29 Nov 2002, Christoph Lehmann wrote:
> 
> >
> > sorry to post it here, but maybee one of you had the same problem on a
> > redhat 8.0 system on the way to get visionegg running:
> >
> > installing pyopengl I ran
> >
> > python setup.py build
> >
> > and got:
> >
> > gcc -shared build/temp.linux-i686-2.2/GL.ARB.matrix_palette.o -L/usr/lib
> > -L/usr/local/lib -L/usr/X11/lib -Lbuild/temp.linux-i686-2.2 -lGL -lX11
> > -lXext -lGLU -linterface_util -lGLE -o
> > build/lib.linux-i686-2.2/OpenGL/GL/ARB/matrix_palette.so
> > /usr/bin/ld: cannot find -lX11
> > collect2: ld returned 1 exit status
> > error: command 'gcc' failed with exit status 1
> >
> >
> > would be nice if you could help me. I posted also to the pyopengl
> > mailing list.
> >
> > thanks a lot
> > christoph
> > --
> > Christoph Lehmann
> > Department of Psychiatric Neurophysiology
> > University Hospital of Clinical Psychiatry
> > Waldau
> > CH-3000 Bern 60
> > Switzerland
> >
> > Phone:  ++41 31 930 93 83
> > Fax:    ++41 31 930 96 61
> > Email:  lehmann@xxxxxxxxxxxx
> > Web:
> >
> > ======================================
> > The Vision Egg mailing list
> > Archives: http://www.freelists.org/archives/visionegg
> > Website: http://www.visionegg.org/mailinglist.html
> >
> 
> ======================================
> The Vision Egg mailing list
> Archives: http://www.freelists.org/archives/visionegg
> Website: http://www.visionegg.org/mailinglist.html
-- 
Christoph Lehmann 
Department of Psychiatric Neurophysiology 
University Hospital of Clinical Psychiatry 
Waldau 
CH-3000 Bern 60 
Switzerland 

Phone:  ++41 31 930 93 83 
Fax:    ++41 31 930 96 61 
Email:  lehmann@xxxxxxxxxxxx 
Web:    


-- Attached file included as plaintext by Ecartis --
-- File: linux.cfg

; General config options
;
; Setting build_togl to zero will avoid trying to build Togl
;
; gl_platform is the name of the platform specific OpenGL module
; For X-windows this GLX, Windows has WGL, etc.
;
; include_dirs and library_dirs are a sys.pathsep separated list of
; additional directories for headers and libraries.  No quotes
; are needed
[General]
build_togl=1
gl_platform=GLX
include_dirs=/usr/include:/usr/local/include:/usr/X11R6/include
library_dirs=/usr/lib:/usr/local/lib:/usr/X11R6/lib

; a sys.pathsep separated list of the libs needed when linking GL
[GL]
libs=GL:X11:Xext

; a sys.pathsep separated list of the libs needed when linking GLU
; the GL libraries are included automatically
[GLU]
libs=GLU

; a sys.pathsep separated list of the libs needed when linking GLUT
; the GL and GLU libraries are included automatically
[GLUT]
libs=glut:Xi:Xmu

; a comma separated list of the libs needed when linking Togl
; the GL and GLU libraries are included automatically
[Togl]
libs=Xmu:Xt:m


======================================
The Vision Egg mailing list
Archives: http://www.freelists.org/archives/visionegg
Website: http://www.visionegg.org/mailinglist.html

Other related posts: