Added a sed command to the GtkHTML-1 instructions to fix a GCC-4.0.x build problem

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5134 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Randy McMurchy 2005-10-04 19:31:21 +00:00
parent 07aca499f6
commit 4b50f39f72
2 changed files with 9 additions and 0 deletions

View File

@ -83,6 +83,7 @@
running the following commands:</para>
<screen><userinput>patch -Np1 -i ../gtkhtml-&gtkhtml1-version;-gcc34-1.patch &amp;&amp;
sed -i 's/static \(HTMLClueAlignedClass\)/\1/' src/htmlcluealigned.c &amp;&amp;
./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &amp;&amp;
make</userinput></screen>
@ -97,6 +98,10 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para><command>sed -i '...' src/htmlcluealigned.c</command>: This command
fixes a build problem when compiling with
<application>GCC</application>-4.0.x.</para>
<para><parameter>--prefix=/opt/gnome-1.4</parameter>: Install
<application>GtkHTML</application> in the
<application>GNOME</application> 1.4 directory structure.</para>

View File

@ -44,6 +44,10 @@
<listitem>
<para>October 4th, 2005</para>
<itemizedlist>
<listitem>
<para>[randy] - Added a sed command to the GtkHTML-1 instructions to
fix a GCC-4.0.x build problem.</para>
</listitem>
<listitem>
<para>[randy] - Added a GCC-4 patch to the Soup instructions.</para>
</listitem>