On Sat, 16 Apr 2011 17:43 +1000, "Gavin Beau Baumanis" <gavin.bauma...@palcare.com.au> wrote: > It is amazing what you can find if you read the release notes.... > Who knew there was a get-deps.sh script? >
Feel free to send a patch that enhances the documentation (eg, INSTALL) :-) > However, make complains about a few things like; > subversion/libsvn_subr/svn_string.c:778: warning: format ‘%lld’ expects > type ‘long long int’, but argument 6 has type ‘apr_int64_t’ > That's mac-specific. Have a look on dev@ archives --- APR is getting some typedef wrong. (IIRC, macports' build have a patch that works around that.) > So I don't know if I need to include a switch specific for the mac - or > of these sorts of errors can be safely ignored? > > and make finally ends up reporting; > Undefined symbols: > "_apr_file_info_get$INODE64", referenced from: > _close_file in dump_editor.o > ld: symbol(s) not found > collect2: ld returned 1 exit status > make: *** [subversion/svnrdump/svnrdump] Error 1 > Hmm.