seed r817 - trunk



Author: hortont
Date: Wed Jan 28 10:35:15 2009
New Revision: 817
URL: http://svn.gnome.org/viewvc/seed?rev=817&view=rev

Log:
Finally found the WebKit revno that we require.


Modified:
   trunk/README
   trunk/configure.ac

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Wed Jan 28 10:35:15 2009
@@ -2,6 +2,8 @@
 
 Seed is a library and interpreter, dynamically bridging (through gobject-introspection) the WebKit JavaScriptCore engine with the GObject type system. In a more concrete sense, Seed enables you to immediately write applications around a significant portion of the GNOME platform, and easily embed JavaScript as a scripting language in your GObject library.
 
+Seed requires a WebKit SVN revision newer than 35442. Keep in mind that some builds between this and HEAD still won't work with Seed, and performance has only improved, so try to keep an up-to-date version of WebKit if you're planning on working with Seed.
+
 Website: http://live.gnome.org/Seed
 SVN: svn://svn.gnome.org/svn/seed
 

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Wed Jan 28 10:35:15 2009
@@ -66,7 +66,7 @@
 		save_LIBS=$LIBS
 		LIBS=`pkg-config --libs webkit-1.0`
 		AC_CHECK_LIB(webkit-1.0, JSContextGroupCreate,,
-					 AC_MSG_ERROR([The installed version of WebKit is too old. Install WebKit from SVN and try again.]))
+					 AC_MSG_ERROR([The installed version of WebKit is too old. Seed requires WebKit SVN revision 35442 or greater.]))
 		LIBS=$save_LIBS
 		;;
 esac



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