> Hopefully the log file will be insightful.
>
It did, INCLUDE was not set correct (typo, shame on me for not checking!)
Things pass the compiler and the linker without any problems, building the
distro package is another matter. It complains about mod_dav_svn but
according to the configuration details I explicitly left it out. I still
have to puzzle on that one.
Here is the output.
python build\win32\make_dist.py
Traceback (most recent call last):
File "build\win32\make_dist.py", line 412, in _make_dist
subaction.run(dir, cfg)
File "build\win32\make_dist.py", line 70, in run
self._copy_file(path, os.path.join(dir, name))
File "build\win32\make_dist.py", line 57, in _copy_file
shutil.copyfile(source, target)
File "D:\Program Files\Python\lib\shutil.py", line 46, in copyfile
fsrc = open(src, 'rb')
IOError: [Errno 2] No such file or directory: 'build\\win32\\..\\..\\Release\\subversion/mod_dav_svn/mod_dav_svn.so'
make_dist: Exit 1
*** Whoops, something choked.
By the way, I started the build.win.bat file because I did see directions
on configuration in the INSTALL file but no directions on how to build.
It was at a much later point that I found out about buildbot (in
.\tools\buildbot\slaves\ README) I have not yet installed it but I will do
it tomorrow (if I have time left).
Do you use buildbot?
-- Andre.
Het UMC St Radboud staat geregistreerd bij de Kamer van Koophandel in het handelsregister onder nummer 41055629.
The Radboud University Nijmegen Medical Centre is listed in the Commercial Register of the Chamber of Commerce under file number 41055629.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-09 18:10:22 CEST