On 12.02.2015 20:17, kay wrote: > particular > Just an update: > I was able to move past the issue (SVN_PATH_LOCAL_SEPERATOR). It is somewhat > related to the following error that I got as the last line of my ./configure > output: > > "sed: command garbled: s/@SVN_DB_HEADER@/#include > </usr/local/BerkeleyDB.5.3/include/db.h>/" > > I ignored the error previously, thinking ./configure was successful. > > I tried using your suggestion regarding the > --with-berkeley-db=db.h:/usr/local/BerkeleyDB.5.3/include:/usr/local/BerkeleyDB.5.3/lib:db-5.3. > That works well. > > However, I am encountering the following error: > > /bin/bash /dhhs1t/3rdparty/tools/svn/subversion-1.8.11/libtool --tag=CC > --silent --mode=compile gcc -std=c89 -DSOLARIS2=10 -D_POSIX > > _PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE -Wall -Wpointer-arith > -Wwrite-strings -Wshadow -Wformat=2 -Wunused -Waggrega > te-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations > -Wno-multichar -Wredundant-decls -Wnested-externs -Winlin > > e -Wno-long-long -Wno-format-nonliteral -Wno-system-headers > -Wold-style-definition -Wextra-tokens -g3 -fno-omit-frame-pointer -fno- > > inline -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I./subversion > -I/usr/local/apr/include/apr-1 -I/usr/local/apr/include/a > > pr-1 -I/usr/local/BerkeleyDB.5.3/include -I/usr/include/glib-2.0 > -I/usr/lib/glib-2.0/include -I/usr/include/gnome-keyring-1 > > -I/usr/local/include/serf-1 > -I/dhhs1t/3rdparty/tools/svn/subversion-1.8.11/sqlite-amalgamation -o > subversion/libsvn_subr/sqlite. lo -c > subversion/libsvn_subr/sqlite.c > subversion/libsvn_subr/sqlite.c:60:2: #error SQLite is too old -- version > 3.7.12 is the minimum required version > subversion/libsvn_subr/sqlite.c:720: warning: unused parameter 'baton' > subversion/libsvn_subr/sqlite.c:720: warning: unused parameter 'pool' > subversion/libsvn_subr/sqlite.c:895: warning: unused parameter 'unused1' > subversion/libsvn_subr/sqlite.c:895: warning: unused parameter 'unused2' > *** Error code 1 > make: Fatal error: Command failed for target > `subversion/libsvn_subr/sqlite.lo' > > > The version of Sqlite3.c that I placed in the SQLite amalgamation directory > is the latest 3.8.8.2
So I take it you downloaded sqlite-amalgamation-3080802.zip, put it into the root of your subversion source tree, unzipped it and renamed the directory sqlite-amalgamation-3080802 to sqlite-amalgamation? -- Brane