各位高手,我想装个svn的client,后听人�fNaughtySVN不错,但是我始终不能编译。Readme里的安装过程是: 1. 'cd' to top most directory of NSVN and type './autogen.sh'
2. 'make' to compile NSVN 3. 'make install' to install NSVN. 4. 'pkill -9 nautilus' kill all nautilus instances 我在运行make的时候老是说没有makefile。 这是'./autogen.sh'的输出: **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `./autogen.sh' command line. processing . Creating ./aclocal.m4 ... Running glib-gettextize... Ignore non-fatal messages. Copying file mkinstalldirs Copying file po/Makefile.in.in Please add the files codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4 progtest.m4 from the /aclocal directory to your autoconf macro directory or directly to your aclocal.m4 file. You will also need config.guess and config.sub, which you can get from ftp://ftp.gnu.org/pub/gnu/config/. Making ./aclocal.m4 writable ... Running intltoolize... Running libtoolize... You should update your `aclocal.m4' by running aclocal. Running aclocal -I m4 ... /usr/share/aclocal/gtkglextmm-1.2.m4:225: warning: underquoted definition of AC_GTKGLEXTMM_SUPPORTS_MULTIHEAD /usr/share/aclocal/gtkglextmm-1.2.m4:225: run info '(automake)Extending aclocal' /usr/share/aclocal/gtkglextmm-1.2.m4:225: or see http://sources.redhat.com/automake/automake.html#Extending-aclocal Running automake --gnu ... nautilus/Makefile.am:5: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS') nsvn/Makefile.am:9: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS') svn/Makefile.am:14: `INCLUDES' is the old name for `AM_CPPFLAGS' (or `*_CPPFLAGS') Running autoconf ... 谢啦!!