Re: [PyOpenGL-Users] Failure to build on Linux
Brought to you by:
mcfletch
From: Mike C. F. <mcf...@ro...> - 2003-12-16 06:29:47
|
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=0). >interface/complex_typemaps.inc:194: Warning(119): %typemap(ignore) has been >replaced by %typemap(in,numinputs=0). > >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. Alternately, change the binary search path to *not* point to swig 1.3.19 while building. Entering a bug report about SWIG 1.3.19 confusing the SWIG-checking code would be a help as well, though I'll leave this message marked as todo so I should remember to do it at some point. HTH, Mike _______________________________________ Mike C. Fletcher Designer, VR Plumber, Coder http://members.rogers.com/mcfletch/ |