Author: randy
Date: 2005-12-24 14:12:21 -0700 (Sat, 24 Dec 2005)
New Revision: 5465

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/xsoft/graphweb/firefox.xml
Log:
Added a sed command to the Firefox instructions to fix an anonymous enum in an 
interface header file

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2005-12-24 20:39:36 UTC 
(rev 5464)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2005-12-24 21:12:21 UTC 
(rev 5465)
@@ -59,8 +59,9 @@
           thanks to Nico R. for pointing out the breakage.</para>
         </listitem>
         <listitem>
-          <para>[randy] - Updated to Firefox-1.5 and modified the method used
-          to build the package.</para>
+          <para>[randy] - Updated to Firefox-1.5, modified the method used
+          to build it and added a command to fix an anonymous enum in an
+          interface header file.</para>
         </listitem>
         <listitem>
           <para>[dj] - Added GTK+-2 to OpenOffice required dependencies and

Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml       2005-12-24 20:39:36 UTC (rev 
5464)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml       2005-12-24 21:12:21 UTC (rev 
5465)
@@ -201,9 +201,11 @@
 EOF</userinput></screen>
 
     <para>Compile <application>Firefox</application> by issuing the
-    following command:</para>
+    following commands:</para>
 
-<screen><userinput>make -f client.mk build</userinput></screen>
+<screen><userinput>sed -i "s/    enum/&amp; xptinfo_enum_1/" \
+    xpcom/reflect/xptinfo/public/xptinfo.h &amp;&amp;
+make -f client.mk build</userinput></screen>
 
     <para>This package does not come with a test suite.</para>
 
@@ -258,6 +260,10 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
+    <para><command>sed -i "s/    enum/&amp; xptinfo_enum_1/" ...</command>:
+    This command is used to fix an anonymous enum in an external/public
+    interface header file.</para>
+
     <para><command>install -v -m755 -d .../chrome/icons/default</command> and
     <command>ln -v -s ../../../icons/default.xpm ...</command>: These two
     commands are used to create a symlink in the required directory so that

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to