mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
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:
parent
07aca499f6
commit
4b50f39f72
@ -83,6 +83,7 @@
|
||||
running the following commands:</para>
|
||||
|
||||
<screen><userinput>patch -Np1 -i ../gtkhtml->khtml1-version;-gcc34-1.patch &&
|
||||
sed -i 's/static \(HTMLClueAlignedClass\)/\1/' src/htmlcluealigned.c &&
|
||||
./configure --prefix=/opt/gnome-1.4 --disable-gtk-doc &&
|
||||
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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user