Re: [PyOpenGL-Users] Failure to build on Linux
Brought to you by:
mcfletch
From: Richard J. <ric...@op...> - 2003-12-16 08:15:41
|
On Tue, 16 Dec 2003 05:29 pm, Mike C. Fletcher wrote: > Richard Jones wrote: > >On Tue, 16 Dec 2003 03:37 pm, Mike C. Fletcher wrote: > > ... > > >I get a ton of these warnings when I run "python setup.py install" on a > >freshly unpacked source:: > > > >interface/complex_typemaps.inc:193: Warning(119): %typemap(ignore) has > > been replaced by %typemap(in,numinputs=3D0). > >interface/complex_typemaps.inc:194: Warning(119): %typemap(ignore) has > > been replaced by %typemap(in,numinputs=3D0). > > > >and once the build is done, those "interface" and "shadow" files appear.= I > >blame SWIG 1.3.19 ;) > > Me too :) :-/ , the .inc files are SWIG inputs, they shouldn't be used > if you're using the pre-built wrappers. Try doing a clean unpack and > then running python setup.py build_ext install, which should skip the > build_w (wrapper) stage. This doesn't work. I get an error regarding a missing library=20 "interface_util". > Alternately, change the binary search path to=20 > *not* point to swig 1.3.19 while building. Tried this, still no dice :( Will look into it some more tomorrow. Richard |