mv -f .deps/tsp_svn_helper-main.Tpo .deps/tsp_svn_helper-main.Po cc -DHAVE_CONFIG_H -I. -I.. -DG_LOG_DOMAIN=\"tsp-svn-helper\" -I/usr/local/include -L/usr/local/lib -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/thunar-vfs-1 -I/usr/local/include/exo-0.3 -I/usr/local/include/gtk-2.0 -I/usr/local/include/xfce4 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -D_THREAD_SAFE -I/usr/local/include/gtk-2.0 -I/usr/local/lib/gtk-2.0/include -I/usr/local/include/atk-1.0 -I/usr/local/include/cairo -I/usr/local/include/pango-1.0 -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pixman-1 -I/usr/local/include/freetype2 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -O2 -I/usr/local/include/a pr-1 -O2 -fno-strict-aliasing -pipe -MT tsp_svn_helper-tsh-common.o -MD -MP -MF .deps/tsp_svn_helper-tsh-common.Tpo -c -o tsp_svn_helper-tsh-common.o `test -f 'tsh-common.c' || echo './'`tsh-common.c tsh-common.c: In function 'tsh_create_context': tsh-common.c:168: warning: 'svn_auth_get_simple_provider' is deprecated (declared at /usr/local/include/subversion-1/svn_auth.h:778) tsh-common.c:178: warning: 'svn_auth_get_ssl_client_cert_pw_file_provider' is deprecated (declared at /usr/local/include/subversion-1/svn_auth.h:1157) tsh-common.c: In function 'tsh_log_func': tsh-common.c:757: error: 'SVN_PROP_REVISION_AUTHOR' undeclared (first use in this function) tsh-common.c:757: error: (Each undeclared identifier is reported only once tsh-common.c:757: error: for each function it appears in.) tsh-common.c:761: error: 'SVN_PROP_REVISION_DATE' undeclared (first use in this function) tsh-common.c:770: error: 'SVN_PROP_REVISION_LOG' undeclared (first use in this function) gmake[2]: *** [tsp_svn_helper-tsh-common.o] Error 1 gmake[2]: Leaving directory `/work/a/ports/devel/thunar-svn-plugin/work/thunar-svn-plugin-0.0.3/tsp-svn-helper' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/work/a/ports/devel/thunar-svn-plugin/work/thunar-svn-plugin-0.0.3'
Sorry, should have read this first before committing another report. Here's a fix: Add: #include <subversion-1/svn_props.h> to tsh-common.c and tsh-properties-dialog.c
(In reply to comment #1) > Sorry, should have read this first before committing another report. Here's a > fix: > > Add: > > #include <subversion-1/svn_props.h> > > to tsh-common.c and tsh-properties-dialog.c thanks, fix works fine for me
See also #5272. http://bugzilla.xfce.org/show_bug.cgi?id=5272 (I don't have an option to mark duplicates or dependencies.)
*** Bug 5272 has been marked as a duplicate of this bug. ***
fixed in r7297 all svn functions are changed to the 1.6 api