You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Tom Wieczorek <TW...@idgmbh.de> on 2004/05/19 08:58:01 UTC

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

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

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

Posted by Branko Čibej <br...@xbc.nu>.
Tom Wieczorek wrote:

>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'
>----------------------------------------------------------------------------
>--------
>  
>
My mistake, fixed in r9810 and r9851.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org