Re: Build Won't Recognize Presence of Epiphany Extension



What version of epiphany are you running?  Beagle is looking for
Epiphany 1.2.X, not 1.4.X

You can apply this patch if you want it to look for 1.4.X, but I haven't
really tested to see if the extension itself really works.  You will
need to re-run autogen.sh after applying this patch.

Skadz

On Fri, 2004-10-22 at 16:53 -0400, bill g wrote:
> On Fri, 22 Oct 2004 15:29:51 -0500, Jon Trowbridge <trow ximian com> wrote:
> > On Fri, 2004-10-22 at 15:56 -0400, bill g wrote:
> > > How can I get the Beagle build to recognize the presence of the
> > > Epiphany extensions?
> > 
> > Do you have the epiphany-extensions-devel (or equivalent) package
> > installed?
> 
> Yep.
> 
> billg
> _______________________________________________
> Dashboard-hackers mailing list
> Dashboard-hackers gnome org
> http://mail.gnome.org/mailman/listinfo/dashboard-hackers
-- 
Ryan P Skadberg <skadz stigmata org>
The Stigmata Organization
diff -ru beagle/configure.in beagle-0.0.2.99.200410121913/configure.in
--- beagle/configure.in	2004-10-09 19:19:14.000000000 -0400
+++ beagle-0.0.2.99.200410121913/configure.in	2004-10-12 19:14:28.037476528 -0400
@@ -88,13 +88,13 @@
 		  glib-2.0 >= $LIBGLIB_REQUIRED \
 		  gmodule-2.0 \
 		  gtk+-2.0 >= $LIBGTK_REQUIRED \
-		  epiphany-1.2 >= $EPIPHANY_REQUIRED,
+		  epiphany-1.4 >= $EPIPHANY_REQUIRED,
 		  have_epiphany_dependencies=yes,
 		  have_epiphany_dependencies=no)
 AC_SUBST(EPIPHANY_DEPENDENCY_CFLAGS)
 AC_SUBST(EPIPHANY_DEPENDENCY_LIBS)
 
-EPIPHANY_PREFIX="`$PKG_CONFIG --variable=prefix epiphany-1.2`"
+EPIPHANY_PREFIX="`$PKG_CONFIG --variable=prefix epiphany-1.4`"
 AC_SUBST(EPIPHANY_PREFIX)
 
 if test "x$have_epiphany_dependencies" = "xno"; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]