Op Thu, 27 Aug 2015 15:59:25 -0700
schreef David Rothenberger <daver...@acm.org>:
> I may or may not try to debug this and fix it in Subversion, but
> hopefully this will provide you with a reasonable work-around.
I'm not sure what the right way is to build a package from source. I
downloaded the -src file, unpacked it, and ran ./configure and make.
Compilation failed on an undeclared variable DRIVE_NO_ROOT_DIR (log tail
attached). What am I missing?
/bin/sh
/cygdrive/c/temp/subversion/subversion-1.8.14-1.src/subversion-1.8.14/libtool
--tag=CC --silent --mode=compile gcc -std=c90 -g -O2
-I./subversion/include -I./subversion -I/usr/include/apr-1
-I/usr/include/apr-1 -I/usr/include -o
subversion/tests/libsvn_subr/dirent_uri-test.lo -c
subversion/tests/libsvn_subr/dirent_uri-test.c
subversion/tests/libsvn_subr/dirent_uri-test.c: In function
'test_dirent_condense_targets':
subversion/tests/libsvn_subr/dirent_uri-test.c:2069:46: error:
'DRIVE_NO_ROOT_DIR' undeclared (first use in this function)
&& GetDriveType("D:\\") == DRIVE_NO_ROOT_DIR)
^
subversion/tests/libsvn_subr/dirent_uri-test.c:2069:46: note: each undeclared
identifier is reported only once for each function it appears in
Makefile:706: recipe for target
'subversion/tests/libsvn_subr/dirent_uri-test.lo' failed
make: *** [subversion/tests/libsvn_subr/dirent_uri-test.lo] Error 1
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple