[MonoDevelop] Problem building MonoDevelop from SVN
alastair
alastair@runbox.com
Sun, 03 Apr 2005 21:45:19 +0100
Hello,
I am having trouble compiling MonoDevelop from SVN. I recently
installed all the mono 1.1.6 rpms and then got the latest sources from
svn for the debugger, gtkmozembed-sharp, gtk-sharp and gtksourceview-
sharp which I compiled and installed without problems (--prefix=/usr).
I then attempted to configure the MonoDevelop sources and got the output
shown below. The missing m4 files are not in my aclocal directory and I
don't know what is responsible for providing them. Can anyone shed any
light on this?
Thanks
[al@iguana MonoDevelop]$ ./autogen.sh --prefix=/usr
Running glib-gettextize ...
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 /usr/share/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/.
Running intltoolize ...
patching file po/Makefile.in.in
Running automake --gnu ...
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes
AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using
aclocal).
Core/src/AddIns/DebuggerAddIn/Makefile.am:28: ENABLE_DEBUGGER does not
appear in AM_CONDITIONAL
Extras/JavaBinding/Makefile.am:46: ENABLE_JAVA does not appear in
AM_CONDITIONAL
Extras/JavaBinding/Makefile.am:76: ENABLE_JAVA does not appear in
AM_CONDITIONAL
Extras/MonoQuery/Makefile.am:36: ENABLE_MONOQUERY_SQLITE does not appear
in AM_CONDITIONAL
**Error**: automake failed.