Re: compiling beagle

Darren Govoni <[email protected]> Thu, 06 Nov 2008 17:27:06 -0500
Newsgroups gmane.comp.gnome.dashboard.devel
Message-ID <1226010426.11746.41.camel@nuraku>
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
$


On Thu, 2008-11-06 at 17:13 -0400, Joe Shaw wrote:
> Hi,
> 
> On Thu, Nov 6, 2008 at 4:30 PM, Darren Govoni <[email protected]> wrote:
> >  I pulled the beagle source code down and want to compile it. The
> > INSTALL refers to ./configure script which isn't there. Nor are there
> > csproj files I could use with Mono. What is the best way to rebuild
> > beagled or the other projects?
> 
> I'm assuming you checked it out of SVN.  If so, substitute
> ./autogen.sh for ./configure.
> 
> Joe