Hey folks,<br><br>As I was running my first build, I made a couple of patches&nbsp; 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&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_header(&#39;
tiff.h&#39;, &#39;libtiff&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_header(&#39;ncurses.h&#39;, &#39;ncurses&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_header(&#39;expat.h&#39;, &#39;expat&#39;)<br>+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_header(&#39;cups/cups.h&#39;, &#39;cups&#39;)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_library(&#39;theora&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_library(&#39;gnutls&#39;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; checker.check_pixbuf_loader(&#39;svg&#39;)<br><br>--- build-scripts/sugar-platform.modules&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2007-05-28 23:21:
36.000000000 -0400<br>+++ /home/manuel/videos/2007-05-28-SUGAR/build-scripts/sugar-platform.modules&nbsp;&nbsp; 2007-05-28 22:26:58.000000000 -0400<br>@@ -109,7 +109,7 @@<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dep package=&quot;wv&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;/dependencies&gt;
<br>&nbsp;&nbsp; &lt;/autotools&gt;<br>-&nbsp; &lt;autotools id=&quot;libabiword-plugins&quot; autogenargs=&quot;--enable-libabiword --enable-debug --disable-all --enable-OpenDocument --enable-abicollab --with-abicollab-sugar-backend --with-abiword=/Development/sugar-jhbuild/source/libabiword&quot; makefile=&quot;GNUmakefile&quot;&gt;
<br>+&nbsp; &lt;autotools id=&quot;libabiword-plugins&quot; autogenargs=&quot;--enable-libabiword --enable-debug --disable-all --enable-OpenDocument --enable-abicollab --with-abicollab-sugar-backend --with-abiword=../libabiword&quot; makefile=&quot;GNUmakefile&quot;&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;branch repo=&quot;<a href="http://abisource.com">abisource.com</a>&quot; module=&quot;abiword-plugins/trunk&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; &lt;dependencies&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;dep package=&quot;libabiword&quot;/&gt;<br><br>
<br><br>Manuel.<br><br>