On Thu, Mar 29, 2007 at 02:46:04PM +0200, Yves Martin wrote: > Now Subversion 1.4.3 libsvn_ra_dav fails to compile with neon 0.26.3 > tag. Do you know what is wrong ? > Thank you in advance
This looks like ra_dav is trying to use the neon 0.25.x API, not the 0.26 API. Check whether the SVN_NEON_0_26 macro is set not the _25 macro in the Subversion build. joe _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
