[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

win32: gen-make doesn't work for me since rev9761 (SWIG support?)

From: Tom Wieczorek <TWieczorek_at_idgmbh.de>
Date: 2004-05-19 10:58:01 CEST

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.