diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3b8e99421d..003815d82a 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ September 20th, 2005 + + [David Jensen] - Added a sed to build Cdrdao-1.2.0 with + gcc-4.0.1. + [randy] - Updated to GTK+-2.8.3. diff --git a/multimedia/cdwriteutils/cdrdao.xml b/multimedia/cdwriteutils/cdrdao.xml index 456beb41ac..0c09d5b72c 100644 --- a/multimedia/cdwriteutils/cdrdao.xml +++ b/multimedia/cdwriteutils/cdrdao.xml @@ -105,7 +105,9 @@ Install Cdrdao by running the following commands: -./configure --prefix=/usr && +sed -i 's:Toc.h":&\nclass Toc;:' \ + trackdb/FormatConverter.h trackdb/CueParser.cc && +./configure --prefix=/usr && make Now, as the root user: @@ -114,6 +116,15 @@ make + + Command Explanations + + sed -i 's:Toc.h":&\nclass Toc;:' + trackdb/FormatConverter.h trackdb/CueParser.cc: + This command adds forward class declarations required by gcc-4.0.x. + + + Contents