Re: compiling beagle
Darren Govoni <[email protected]> Fri, 07 Nov 2008 09:37:31 -0500
| Newsgroups | gmane.comp.gnome.dashboard.devel |
|---|---|
| Message-ID | <1226068651.6947.1.camel@nuraku> |
Hi, Thank you. I got passed that problem. The script now reports this. (Ubuntu 8.04 desktop). Checking for required m4 macros... libtool.m4 not found glib-gettext.m4 not found intltool.m4 not found pkg.m4 not found Checking for forbidden m4 macros... ***Error***: some autoconf macros required to build Package were not found in your aclocal path, or some forbidden macros were found. Perhaps you need to adjust your ACLOCAL_FLAGS? I did an apt-get install on m4 and libtool for starters but it still says this. There is no ubuntu package for libtool.m4 that I have found yet. I'll keep digging. It would be cool if there was a Mono solution project or projects for the various pieces maybe, but I'm new to Mono (not C#) and Beagle so maybe that's not a great idea. Cheers On Fri, 2008-11-07 at 10:35 +0530, Nirbheek Chauhan wrote: > On Fri, Nov 7, 2008 at 3:57 AM, Darren Govoni <[email protected]> wrote: > > I tried that. I'm using Ubuntu. It doesn't generate any makefiles. here > > is the tail... > > > > [snipped] > > vc_variable='PKG_CONFIG' > > want_gettext='false' > > want_glib_gettext='true' > > want_gnome_doc_utils='false' > > want_gtk_doc='false' > > want_intltool='true' > > want_libtool='true' > > want_pkg_config='true' > > shift: 348: can't shift that many > > $ > > > > That's probably because Ubuntu uses /bin/dash for /bin/sh. Try > changing the #!/bin/sh at the top of autogen.sh to #!/bin/bash >