mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
Add sed to Cdrdao for gcc-4.0.x
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5105 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
758a568613
commit
0db0135317
@ -44,6 +44,10 @@
|
||||
<listitem>
|
||||
<para>September 20th, 2005</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[David Jensen] - Added a sed to build Cdrdao-1.2.0 with
|
||||
gcc-4.0.1.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[randy] - Updated to GTK+-2.8.3.</para>
|
||||
</listitem>
|
||||
|
@ -105,7 +105,9 @@
|
||||
<para>Install <application>Cdrdao</application> by running the following
|
||||
commands:</para>
|
||||
|
||||
<screen><userinput>./configure --prefix=/usr &&
|
||||
<screen><userinput>sed -i 's:Toc.h":&\nclass Toc;:' \
|
||||
trackdb/FormatConverter.h trackdb/CueParser.cc &&
|
||||
./configure --prefix=/usr &&
|
||||
make</userinput></screen>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
@ -114,6 +116,15 @@ make</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><command>sed -i 's:Toc.h":&\nclass Toc;:'
|
||||
trackdb/FormatConverter.h trackdb/CueParser.cc</command>:
|
||||
This command adds forward class declarations required by gcc-4.0.x.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
<title>Contents</title>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user