Changeset 047e3b3


Ignore:
Timestamp:
09/07/2004 06:17:23 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.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:
dfc1b1f
Parents:
62a13a9
Message:

Added gcc34 patch to Guppi instructions to fix GCC-3.4.x related build issue

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2719 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r62a13a9 r047e3b3  
    1 <!ENTITY day          "06">
     1<!ENTITY day          "07">
    22<!ENTITY month        "09">
    33<!ENTITY year         "2004">
  • gnome/otherlibs/guppi.xml

    r62a13a9 r047e3b3  
    1010<!ENTITY guppi-buildsize "89.2 MB">
    1111<!ENTITY guppi-time "1.83 SBU">
    12 
    1312]>
    1413
     
    4140</sect3>
    4241
     42<sect3><title>Additional downloads</title>
     43<itemizedlist spacing='compact'>
     44<listitem><para>Required Patch (if compiled with
     45<application><acronym>GCC</acronym></application>-3.4.x): <ulink
     46url="&patch-root;/Guppi-&guppi-version;-gcc34-1.patch"/></para></listitem>
     47</itemizedlist>
     48</sect3>
     49
    4350<sect3><title><application>Guppi</application> dependencies</title>
    4451<sect4><title>Required</title>
    4552<para><xref linkend="bonobo14"/> and <xref linkend="gal1"/></para></sect4>
    4653<sect4><title>Optional</title>
    47 <para><xref linkend="libglade14"/></para></sect4>
     54<para><xref linkend="gnome-libs"/>,
     55<xref linkend="libglade14"/> and
     56<xref linkend="docbook-utils"/></para></sect4>
    4857</sect3>
    4958
     
    5665commands:</para>
    5766
    58 <screen><userinput><command>./configure --prefix=/opt/gnome &amp;&amp;
     67<screen><userinput><command>patch -Np1 -i ../Guppi-&guppi-version;-gcc34-1.patch &amp;&amp;
     68./configure --prefix=/opt/gnome &amp;&amp;
    5969make &amp;&amp;
    6070make install</command></userinput></screen>
     
    6575<title>Command explanations</title>
    6676
    67 <para><parameter>--prefix=/opt/gnome</parameter>: Install <application>Guppi
    68 </application> in the
     77<para><parameter>--prefix=/opt/gnome</parameter>: Install
     78<application>Guppi</application> in the
    6979<application><acronym>GNOME</acronym></application> 1.4 directory
    7080structure.</para>
  • introduction/welcome/changelog.xml

    r62a13a9 r047e3b3  
    2424
    2525<listitem><para>September 6th, 2004 [randy]: Updated to
    26 Nmap-3.70 and Gnumeric 1.2.13.</para></listitem>
     26Nmap-3.70 and Gnumeric 1.2.13; added gcc34 patch to Guppi instructions
     27to fix a GCC-3.4.x related build issue.</para></listitem>
    2728
    2829<listitem><para>September 5th, 2004 [randy]: Added optional dependencies
Note: See TracChangeset for help on using the changeset viewer.