After updating my working copy, I wanted to rebuild my dsp project files and
encountered the following python traceback.
I changed /trunk/build back to rev9760 and anything worked as expected (with
same opts for gen-make, of course).
Is this a bug or my stupidity?
----------------------------------------------------------------------------
--------
Could not find installed SWIG, assuming version 1.3.19
Traceback (most recent call last):
File "gen-make.py", line 171, in ?
main(conf, gentype, skip_depends=skip, other_options=rest.list)
File "gen-make.py", line 50, in main
generator.write(oname)
File "build\generator\gen_msvc_dsp.py", line 104, in write
self.write_project(target, fname, string.join(['..']*depth, '\\'))
File "build\generator\gen_msvc_dsp.py", line 57, in write_project
data = {
File "build\generator\gen_win.py", line 486, in get_win_includes
fakeincludes.append(self.swig_libdir)
AttributeError: Generator instance has no attribute 'swig_libdir'
----------------------------------------------------------------------------
--------
bye
Tom
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 19 10:58:09 2004