Author: randy
Date: 2005-11-21 12:23:11 -0700 (Mon, 21 Nov 2005)
New Revision: 5290

Modified:
   trunk/BOOK/general/sysutils/dbus.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added --disable-python to the configure command in the D-BUS instructions

Modified: trunk/BOOK/general/sysutils/dbus.xml
===================================================================
--- trunk/BOOK/general/sysutils/dbus.xml        2005-11-21 18:52:31 UTC (rev 
5289)
+++ trunk/BOOK/general/sysutils/dbus.xml        2005-11-21 19:23:11 UTC (rev 
5290)
@@ -71,8 +71,10 @@
     <xref linkend="qt"/>,
     X (<xref linkend="xorg"/> or <xref linkend="xfree86"/>),
     <xref linkend="gcc"/> (for the Java compiler and tools),
-    <ulink 
url="http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/";>Pyrex</ulink>,
-    <ulink url="http://go-mono.org";>Mono</ulink>,
+    <ulink 
url="http://nz.cosc.canterbury.ac.nz/~greg/python/Pyrex/";>Pyrex</ulink>
+    (requires <xref linkend="python"/>),
+    <ulink url="http://go-mono.org";>Mono</ulink> (and
+    <ulink url="http://www.mono-project.com/GtkSharp";>GtkSharp-1.0.x</ulink>),
     <xref linkend="doxygen"/> and
     <ulink url="http://cyberelk.net/tim/xmlto/";>xmlto</ulink></para>
 
@@ -110,7 +112,8 @@
 
 <screen><userinput>./configure --prefix=/usr \
             --sysconfdir=/etc \
-            --localstatedir=/var &amp;&amp;
+            --localstatedir=/var \
+            --disable-python &amp;&amp;
 make</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
@@ -132,6 +135,12 @@
     <filename class="directory">/var/run/dbus</filename> instead of
     <filename class="directory">/usr/var/run/dbus</filename>.</para>
 
+    <para><parameter>--disable-python</parameter>: This parameter is required
+    if <application>Python</application> is not installed. Remove the parameter
+    if <application>Python</application> (and <application>Pyrex</application>)
+    is installed and you wish to build the
+    <application>Python</application> bindings.</para>
+
   </sect2>
 
   <sect2 role="configuration">

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-11-21 18:52:31 UTC 
(rev 5289)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-11-21 19:23:11 UTC 
(rev 5290)
@@ -45,6 +45,11 @@
       <para>November 21st, 2005</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added --disable-python to the configure command in
+          the D-BUS instructions to fix a broken build identified by Filip
+          Bartmann.</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added --disable-libwrap to the configure command in
           the Stunnel instructions to fix a broken build identified by Filip
           Bartmann.</para>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to