Hello Everybody,
The following are the options that I give to
build subversion trunk:
[options]
--with-berkeley-db = ..\db4-win32
--with-apr-util = ..\apr-util
--with-openssl = ..\openssl-0.9.8b
--with-zlib = ..\zlib
--with-apr = ..\apr
--with-apr-iconv = ..\apr-iconv
If I use the same set of options for building merge tracking branch it
gives me this traceback:
Found libdb44.lib in ..\db4-win32\lib
Found installed perl version number.
Perl bindings will be linked with perl58.lib
Found installed SWIG version 1.3.29
Using SWIG library directory D:\swigwin-1.3.29\Lib
Found neon version 0.26.1
Wrote: neon\neon.dsp
Traceback (most recent call last):
File "D:\SVN\merge-tracking\gen-make.py", line 257, in ?
main(conf, gentype, skip_depends=skip, other_options=rest.list)
File "D:\SVN\merge-tracking\gen-make.py", line 40, in main
generator.write()
File "build\generator\gen_msvc_dsp.py", line 103, in write
self.write_project(target, fname)
File "build\generator\gen_msvc_dsp.py", line 55, in write_project
configs = self.get_configs(target)
File "build\generator\gen_win.py", line 310, in get_configs
libdirs=self.get_win_lib_dirs(target, cfg),
File "build\generator\gen_win.py", line 727, in get_win_lib_dirs
fakelibdirs = [ self.apath(self.bdb_path, "lib"),
File "build\generator\gen_win.py", line 243, in apath
if os.path.isabs(path):
File "C:\Python23\lib\ntpath.py", line 52, in isabs
s = splitdrive(s)[1]
File "C:\Python23\lib\ntpath.py", line 118, in splitdrive
if p[1:2] == ':':
TypeError: unsubscriptable object
Works fine once --with-sqlite = ..\sqllite is included.
Should we not avoid the hard traceback getting displayed?
Thanks,
Vivek
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 15 15:05:35 2006