|
From: Garrett R. <ro...@el...> - 2002-07-30 11:46:12
|
On Tue, Jul 30, 2002 at 01:25:11PM +0200, Timothee Besset wrote: > Thanks! Here's the error I'm getting now: > > timo@antares:~/Build/rapidsvn/src$ make > g++ -c -g `wx-config --cxxflags` -I/usr/local/include/subversion-1 -o add_action.o add_action.cpp > add_action.cpp: In method `void * AddAction::Entry()': > add_action.cpp:51: passing `const char *' as argument 1 of `svn_client_add(svn_stringbuf_t *, int, void (*)(void *, svn_wc_notify_action_t, const char *), void *, apr_pool_t *)' > add_action.cpp:58: implicit declaration of function `int svn_error_clear_all(...)' > make: *** [add_action.o] Error 1 this is probably your subversion instalation being out of sync with what rapidsvn wants. either your stuff is too old and rapidsvn wants something more up to date, or your stuff is too new, and rapidsvn is out of date. i suspect the latter. -garrett -- garrett rooney Remember, any design flaw you're ro...@el... sufficiently snide about becomes http://electricjellyfish.net/ a feature. -- Dan Sugalski |