Opened 18 years ago

Closed 18 years ago

#1704 closed defect (fixed)

Firefox-1.5

Reported by: Randy McMurchy Owned by: Randy McMurchy
Priority: normal Milestone: 6.2.0
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Version increment to 1.5

Attachments (1)

firefox-1.5-gcc4-1.patch (1013 bytes ) - added by ttrepl@… 18 years ago.
Patch to get ff-1.5 compiled with gcc4

Download all attachments as: .zip

Change History (8)

comment:1 by Randy McMurchy, 18 years ago

Milestone: future6.2
Status: newassigned

by ttrepl@…, 18 years ago

Attachment: firefox-1.5-gcc4-1.patch added

Patch to get ff-1.5 compiled with gcc4

comment:2 by ttrepl@…, 18 years ago

(In reply to comment #1)

Created an attachment (id=133) [edit] Patch to get ff-1.5 compiled with gcc4

i used the same instructions as for 1.0.7 with the following exceptions: o removed "negotiateauth" from the --enable-extension switch because

i got a failure in nsNegotiateAuthFactory.cpp line 94.

o modified the 1.0.7-gcc4 patch to work with 1.5 - see attached patch

comment:3 by chris@…, 18 years ago

Firefox 1.5 will compile with gcc4 without a patch.

comment:4 by DJ Lucas, 18 years ago

I am unable to check at the moment, but please be sure that the anonymous enum is fixed in xptinfo.h. This will not affect the firefox build itself, but applications that build with the installed headers...specifically OOo. There may be others, but this one was the one that bit me. See the sed in the OOo instructions.

comment:5 by DJ Lucas, 18 years ago

Not fixed. sed -i 's/enum/enum xptinfo_enum_1/' xpcom/reflect/xptinfo/public/xptinfo.h should replace what we have now assuming no other gcc4 related fixes are required.

comment:6 by Dan Nicholson, 18 years ago

I can't speak about the gcc4 patch, but the 1.0.7 instructions should not be used as given. There's been changes in the defaults for firefox.

Please see: http://linuxfromscratch.org/pipermail/blfs-dev/2005-December/012230.html and http://blfs-bugs.linuxfromscratch.org/show_bug.cgi?id=1707

comment:7 by Randy McMurchy, 18 years ago

Resolution: fixed
Status: assignedclosed

Updated BLFS to Firefox-1.5. All valid comments in this bug were fixed/corrected/updated/whateverwasnecessary.

Note: See TracTickets for help on using tickets.