gcc-4.0.1 fixes

2005-09-20 Thread David Jensen

Just finishing a gcc-4.0.1 build.  Here are 3 fixes.

GPdf-2.10.0 : add 3 forward declarations to one file.
sed -i 's:class UnicodeMap;:&\nclass TextBlock;:' \
   xpdf/TextOutputDev.h
sed -i 's:class UnicodeMap;:&\nclass TextPage;:' \
   xpdf/TextOutputDev.h
sed -i 's:class UnicodeMap;:&\nclass TextLineFrag;:' \
   xpdf/TextOutputDev.h

Cdrdao-1.2.0 : add a forward declaration to 2 files.
sed -i 's:Toc.h":&\nclass Toc;:' \
   trackdb/FormatConverter.h trackdb/CueParser.cc

Libgnome-2.10.0 : add a popt include.
sed -i 's:client.h>:&\n#include :' \
   libgnome/gnome-gconf.c

Maybe the GPdf should be a patch if no-one can squeeze it into a 60 char 
one liner.


I can add these .  Anyone disagree or agree?

--
David Jensen

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


Re: gcc-4.0.1 fixes

2005-09-20 Thread Randy McMurchy
David Jensen wrote these words on 09/20/05 20:15 CST:
> Just finishing a gcc-4.0.1 build.  Here are 3 fixes.
>
> I can add these .  Anyone disagree or agree?

Just do the cdrdao fix. I'm in the middle of updating to GNOME-2.12.0
and these issues are already fixed.

-- 
Randy

rmlscsi: [GNU ld version 2.15.94.0.2 20041220] [gcc (GCC) 3.4.3]
[GNU C Library stable release version 2.3.4] [Linux 2.6.10 i686]
20:19:01 up 171 days, 19:52, 3 users, load average: 1.01, 1.04, 0.77
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: gcc-4.0.1 fixes

2005-09-20 Thread David Jensen

Randy McMurchy wrote:


Just do the cdrdao fix. I'm in the middle of updating to GNOME-2.12.0
and these issues are already fixed.

 


will do Randy.

--
David Jensen

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