Re: [PyOpenGL-Users] Failure to build on Linux
Brought to you by:
mcfletch
From: Richard J. <ric...@op...> - 2003-12-16 04:54:42
|
On Tue, 16 Dec 2003 03:37 pm, Mike C. Fletcher wrote: > Richard Jones wrote: > >The contents of OpenGL/GL/ are: > > > >_3DFX/ EXT/ IBM/ INTEL/ PGI/ SGIX/ > >APPLE/ GL__init__.py INGR/ KTX/ REND/ SUN/ > >ARB/ GL__init__.pyc __init__.py MESA/ S3/ SUNX/ > >ATI/ GL__init___.so* __init__.pyc NV/ SGI/ WIN/ > >Autodesk/ HP/ __init___.so* OML/ SGIS/ > > Where are those __init___.so files coming from I wonder? Possibly an > old 2.0.0 installation? 2.0.1 should not have any __init___.so files, > as they were renamed to GL__init___.so, GLU__init___.so and > GLUT__init___.so . I'd suggest nuking your sourcedirectory/build and > installationdirectory/OpenGL directories and then > re-building/re-installing. Yep, I had an old build in the site-packages dir. So I just noticed,=20 re-running the build again, that a warning flashes past in the console: """ swig -version SWIG Version 1.3.19 Copyright (c) 1995-1998 University of Utah and the Regents of the University of California Copyright (c) 1998-2002 University of Chicago Compiled with i586-mandrake-linux-gnu-g++ Please see http://www.swig.org for reporting bugs and further information WARNING!!! wrong swig version. Need 1.3.13, continuing anyway. swig1.3 -version unable to execute swig1.3: No such file or directory """ Any suggestions, apart from downgrading SWIG? :) Richard |