Hey folks,

As I was running my first build, I made a couple of patches  that will add
an extra check for cups headers (for systems that need to install a devel
package) and a path correction for the libabiword-plugins module:

--- sanitycheck.py      2007-05-28 23:08:44.000000000 -0400
+++ /home/manuel/videos/2007-05-28-SUGAR/sanitycheck.py 2007-05-28 21:02:
38.000000000 -0400
@@ -178,6 +178,7 @@
        checker.check_header('tiff.h', 'libtiff')
        checker.check_header('ncurses.h', 'ncurses')
        checker.check_header('expat.h', 'expat')
+       checker.check_header('cups/cups.h', 'cups')
        checker.check_library('theora')
        checker.check_library('gnutls')
        checker.check_pixbuf_loader('svg')

--- build-scripts/sugar-platform.modules        2007-05-28 23:21:
36.000000000 -0400
+++ /home/manuel/videos/2007-05-28-SUGAR/build-scripts/sugar-
platform.modules   2007-05-28 22:26:58.000000000 -0400
@@ -109,7 +109,7 @@
      <dep package="wv"/>
    </dependencies>
  </autotools>
-  <autotools id="libabiword-plugins" autogenargs="--enable-libabiword
--enable-debug --disable-all --enable-OpenDocument --enable-abicollab
--with-abicollab-sugar-backend
--with-abiword=/Development/sugar-jhbuild/source/libabiword"
makefile="GNUmakefile">
+  <autotools id="libabiword-plugins" autogenargs="--enable-libabiword
--enable-debug --disable-all --enable-OpenDocument --enable-abicollab
--with-abicollab-sugar-backend --with-abiword=../libabiword"
makefile="GNUmakefile">
    <branch repo="abisource.com" module="abiword-plugins/trunk"/>
    <dependencies>
      <dep package="libabiword"/>



Manuel.
_______________________________________________
Sugar mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/sugar

Reply via email to