Hey folks,<br><br>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:
<br><br>--- sanitycheck.py 2007-05-28 23:08:44.000000000 -0400<br>+++ /home/manuel/videos/2007-05-28-SUGAR/sanitycheck.py 2007-05-28 21:02:38.000000000 -0400<br>@@ -178,6 +178,7 @@<br> checker.check_header('
tiff.h', 'libtiff')<br> checker.check_header('ncurses.h', 'ncurses')<br> checker.check_header('expat.h', 'expat')<br>+ checker.check_header('cups/cups.h', 'cups')
<br> checker.check_library('theora')<br> checker.check_library('gnutls')<br> checker.check_pixbuf_loader('svg')<br><br>--- build-scripts/sugar-platform.modules 2007-05-28 23:21:
36.000000000 -0400<br>+++ /home/manuel/videos/2007-05-28-SUGAR/build-scripts/sugar-platform.modules 2007-05-28 22:26:58.000000000 -0400<br>@@ -109,7 +109,7 @@<br> <dep package="wv"/><br> </dependencies>
<br> </autotools><br>- <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">
<br>+ <autotools id="libabiword-plugins" autogenargs="--enable-libabiword --enable-debug --disable-all --enable-OpenDocument --enable-abicollab --with-abicollab-sugar-backend --with-abiword=../libabiword" makefile="GNUmakefile">
<br> <branch repo="<a href="http://abisource.com">abisource.com</a>" module="abiword-plugins/trunk"/><br> <dependencies><br> <dep package="libabiword"/><br><br>
<br><br>Manuel.<br><br>