Changeset a0a2216 for xsoft


Ignore:
Timestamp:
10/05/2005 03:36:13 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5a50d8a
Parents:
eef5b7e9
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/office/gnucash.xml

    reef5b7e9 ra0a2216  
    1010  <!ENTITY gnucash-docs-md5sum   "9758d8e523530c2509912761e327a9d5">
    1111  <!ENTITY gnucash-size          "7.8 MB">
    12   <!ENTITY gnucash-buildsize     "110 MB (additional 22 MB for Help documentation)">
     12  <!ENTITY gnucash-buildsize     "113 MB (additional 22 MB for Help documentation)">
    1313  <!ENTITY gnucash-time          "2.9 SBU">
    1414  <!ENTITY gnucash-docs-version  "1.8.5">
     
    108108    commands:</para>
    109109
    110 <screen><userinput>./configure --prefix=/opt/gnome-1.4 \
    111     --sysconfdir=/etc --disable-guppi &amp;&amp;
     110<screen><userinput>./configure --prefix=/opt/gnome-1.4 --sysconfdir=/etc \
     111    --disable-guppi --disable-error-on-warning &amp;&amp;
    112112make</userinput></screen>
    113113
     
    115115    <systemitem class="username">root</systemitem> user as the test suite will
    116116    attempt to update the <application>SLIB</application> catalog in
    117     <filename class='directory'>/usr/share/guile</filename>.</para>
     117    <filename class='directory'>/usr/share/guile</filename>. All tests should
     118    pass.</para>
    118119
    119120    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    155156    <application>Guppi</application> installed.</para>
    156157
    157     <!-- <para><parameter>-disable-error-on-warning</parameter>: The build will fail
    158     if you used <option>-enable-hbci</option>, as a warning is generated. This
    159     option forces the build to ignore the warning.</para> -->
     158    <para><parameter>-disable-error-on-warning</parameter>: Without this
     159    parameter the build will fail because a warning is generated. This option
     160    forces the build to ignore the warning.</para>
    160161
    161162    <para><option>--enable-sql</option>: This parameter is required if you want
     
    194195        done prior to setting up accounts as an unprivileged user, due to the
    195196        fact that <application>GnuCash</application> must update scheme catalogs
    196         before it is used.</para>
     197        before it is used. If you ran the test suite as the
     198        <systemitem class="username">root</systemitem> user during the build
     199        instructions, this step is not necessary.</para>
    197200      </note>
    198201
Note: See TracChangeset for help on using the changeset viewer.