Re: [Resend] Compiling gnome-media 2.10.2
Mark Carey <[email protected]>
| Newsgroups | gmane.comp.gnome.multimedia |
|---|---|
| Message-ID | <[email protected]> |
On 5/6/05, Ronald S. Bultje <[email protected]> wrote: > On Fri, 2005-05-06 at 11:04, Mark Carey wrote: > > I have tried making these two modifications to configure.in and > > Makefile.am but it does not seem to make any difference. > > You didn't re-run automake, it seems. Ok ..... [root@jersey:/sources/gnome-media-2.10.2]# automake configure.in:9: version mismatch. This is Automake 1.9.4, configure.in:9: but the definition used by this AM_INIT_AUTOMAKE configure.in:9: comes from Automake 1.7.9. You should recreate configure.in:9: aclocal.m4 with aclocal and run automake again. So I try this [root@jersey:/sources/gnome-media-2.10.2]# aclocal aclocal:configure.in:176: warning: macro `AM_GCONF_SOURCE_2' not found in library aclocal:configure.in:219: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library [root@jersey:/sources/gnome-media-2.10.2]# automake cddb-slave2/Makefile.am:128: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL gnome-cd/Makefile.am:115: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL grecord/Makefile.am:39: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL profiles/Makefile.am:54: GCONF_SCHEMAS_INSTALL does not appear in AM_CONDITIONAL [root@jersey:/sources/gnome-media-2.10.2]# make ... snip ... /usr/bin/ld: cannot find -lORBit-2 collect2: ld returned 1 exit status make[2]: *** [libcddb-slave2.la] Error 1 make[2]: Leaving directory `/sources/gnome-media-2.10.2/cddb-slave2' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/sources/gnome-media-2.10.2' make: *** [all] Error 2 Do the warnings/errors from aclocal indicate it needs me to use ACLOCAL_FLAGS="-I /opt/gnome2.10.1/share/aclocal/" Try this and I still get the warnings re AM_GCONF_SOURCE_2 and AM_GLIB_GNU_GETTEXT .... any further suggestions? Thanks for your patience. Mark