Hi,

I'm trying to build Subversion on Windows. I got following error when I ran
the script gen-make.py



>c:\Python27\python.exe gen-make.py -t vcproj --vsnet-version=2008

Found libdb44.lib in db4-win32



Generating for Visual Studio 2008



Could not detect Ruby version, assuming 1.8.

  Ruby bindings will be linked with msvcrt-ruby18.lib



Found installed perl version number.

  Perl bindings will be linked with perl514.lib



Could not find installed SWIG, assuming version 1.3.25



Found SQLite version 3.7.11



Found ZLib version 1.2.6



Found neon version 0.26.1



swig not found; skipping SWIG file generation...

Traceback (most recent call last):

  File "gen-make.py", line 317, in <module>

    main(conf, gentype, skip_depends=skip, other_options=rest.list)

  File "gen-make.py", line 65, in main

    generator.write()

  File "build\generator\gen_vcnet_vcproj.py", line 214, in write

    self.write_project(target, fname, deplist)

  File "build\generator\gen_vcnet_vcproj.py", line 86, in write_project

    configs = self.get_configs(target)

  File "build\generator\gen_win.py", line 476, in get_configs

    libdirs=self.get_win_lib_dirs(target, cfg),

  File "build\generator\gen_win.py", line 1000, in get_win_lib_dirs

    fakelibdirs.append(self.apath(self.httpd_path, cfg))

  File "build\generator\gen_win.py", line 361, in apath

    if os.path.isabs(path):

  File "c:\Python27\lib\ntpath.py", line 57, in isabs

    s = splitdrive(s)[1]

  File "c:\Python27\lib\ntpath.py", line 125, in splitdrive

    if p[1:2] == ':':

TypeError: 'NoneType' object is not subscriptable



Any suggestions are welcome.


Thank you.
Arun

Reply via email to