bakery r130 - in trunk: . examples/WithDocViewComposite



Author: jhs
Date: Fri Jan 16 10:25:01 2009
New Revision: 130
URL: http://svn.gnome.org/viewvc/bakery?rev=130&view=rev

Log:
2009-01-15  Johannes Schmid <johannes schmid openismus com>

        * configure.in: Fix libxml++ requirement
        * examples/WithDocViewComposite/appexample.cc: Fixed warning 
about
        extra character in include



Modified:
   trunk/ChangeLog
   trunk/configure.in
   trunk/examples/WithDocViewComposite/appexample.cc

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jan 16 10:25:01 2009
@@ -122,7 +122,7 @@
 dnl Checks for libraries:
 dnl -----------------------------------------------
 
-REQUIRED_LIBRARIES="gtkmm-2.4 >= 2.10.0 gconfmm-2.6 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml++-2.6 >= 2.8.0 giomm-2.4 >= 2.16.0"
+REQUIRED_LIBRARIES="gtkmm-2.4 >= 2.10.0 gconfmm-2.6 >= 2.6.0 libglademm-2.4 >= 2.4.0 libxml++-2.6 >= 2.23.3 giomm-2.4 >= 2.16.0"
 
 AC_ARG_ENABLE([maemo],
 	AC_HELP_STRING([--enable-maemo],

Modified: trunk/examples/WithDocViewComposite/appexample.cc
==============================================================================
--- trunk/examples/WithDocViewComposite/appexample.cc	(original)
+++ trunk/examples/WithDocViewComposite/appexample.cc	Fri Jan 16 10:25:01 2009
@@ -21,7 +21,7 @@
  
 #include "config.h"
 #include "appexample.h"
-#include <glibmm/i18n.h>"
+#include <glibmm/i18n.h>
 
 AppExample::AppExample()
   : Bakery::App_WithDoc_Gtk("WithDocView")



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