Added the --disable-error-on-warning parameter to the GnuCash configure command because using GCC-4.0.x will generate warnings which will break the build if the parameter is not used

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5137 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-10-05 03:36:13 +00:00
parent eef5b7e9ee
commit a0a221636c
2 changed files with 16 additions and 8 deletions

View File

@ -44,6 +44,11 @@
<listitem>
<para>October 5th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Added the --disable-error-on-warning parameter to the
GnuCash configure command as using GCC-4.0.x will generate warnings
which will break the build if the parameter is not used.</para>
</listitem>
<listitem>
<para>[randy] - Added a patch to the Guile instructions and changed
the sed command in the SLIB instructions so that the two packages

View File

@ -9,7 +9,7 @@
<!ENTITY gnucash-src-md5sum "62f94331936e37ed1b1d28b5a1863bb3">
<!ENTITY gnucash-docs-md5sum "9758d8e523530c2509912761e327a9d5">
<!ENTITY gnucash-size "7.8 MB">
<!ENTITY gnucash-buildsize "110 MB (additional 22 MB for Help documentation)">
<!ENTITY gnucash-buildsize "113 MB (additional 22 MB for Help documentation)">
<!ENTITY gnucash-time "2.9 SBU">
<!ENTITY gnucash-docs-version "1.8.5">
<!ENTITY gnucash-docs-download "http://www.gnucash.org/pub/gnucash/sources/stable/gnucash-docs-&gnucash-docs-version;.tar.gz">
@ -107,14 +107,15 @@
<para>Install <application>GnuCash</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/opt/gnome-1.4 \
--sysconfdir=/etc --disable-guppi &amp;&amp;
<screen><userinput>./configure --prefix=/opt/gnome-1.4 --sysconfdir=/etc \
--disable-guppi --disable-error-on-warning &amp;&amp;
make</userinput></screen>
<para>To test the results, issue <command>make check</command> as the
<systemitem class="username">root</systemitem> user as the test suite will
attempt to update the <application>SLIB</application> catalog in
<filename class='directory'>/usr/share/guile</filename>.</para>
<filename class='directory'>/usr/share/guile</filename>. All tests should
pass.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -154,9 +155,9 @@ make</userinput></screen>
GUI graphs and plots. Remove this option if you have
<application>Guppi</application> installed.</para>
<!-- <para><parameter>-disable-error-on-warning</parameter>: The build will fail
if you used <option>-enable-hbci</option>, as a warning is generated. This
option forces the build to ignore the warning.</para> -->
<para><parameter>-disable-error-on-warning</parameter>: Without this
parameter the build will fail because a warning is generated. This option
forces the build to ignore the warning.</para>
<para><option>--enable-sql</option>: This parameter is required if you want
to build in SQL support using <application>PostgreSQL</application>.</para>
@ -193,7 +194,9 @@ make</userinput></screen>
terminal and clicking on the cancel button is sufficient. This must be
done prior to setting up accounts as an unprivileged user, due to the
fact that <application>GnuCash</application> must update scheme catalogs
before it is used.</para>
before it is used. If you ran the test suite as the
<systemitem class="username">root</systemitem> user during the build
instructions, this step is not necessary.</para>
</note>
</sect3>