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

building SVN trunk on Windows fails on python gen-make.py

From: Stefan Hett <stefan_at_egosoft.com>
Date: Wed, 22 Apr 2015 15:58:40 +0200

Hi,

I just tried to build
https://svn.apache.org/repos/asf/subversion/branches/svn-mergeinfo-normalizer
on Windows following the INSTALL file documentation up to the point
where the make file is being generated.

Using this call: python gen-make.py -t vcproj --with-zlib=..\zlib
--with-apr=..\apr --with-apr-util=..\apr-util --vsnet-version=2010
I'm now getting the following error:

Traceback (most recent call last):
   File "gen-make.py", line 325, in <module> main(conf, gentype,
skip_depends=skip, other_options=rest.list)
   File "gen-make.py", line 62, in main generator =
gen_module.Generator(fname, verfname, other_options)
   File "build\generator\gen_vcnet_vcproj.py", line 36, in __init__
'vcnet-vcproj')
   File "build\generator\gen_win.py", line 83, in __init__
self.find_libraries(True)
   File "build\generator\gen_win_dependencies.py", line 286, in
find_libraries self._find_apr()
   File "build\generator\gen_win_dependencies.py", line 395, in
_find_apr bin_files = os.listdir(dll_dir)
FileNotFoundError: [WinError 3] The system cannot find the path
specified: '..\\apr\\bin'

Looking at the apr-directory I downloaded/extracted, there's no
apr/bin-directory.
I downloaded the following APR-source package (1.5.1):
http://mirror.serversupportforum.de/apache//apr/apr-1.5.1-win32-src.zip

Did I get the wrong one? Or did I miss some step?

Regards,
Stefan
Received on 2015-04-22 15:59:15 CEST

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.