Closed
Bug 437761
Opened 17 years ago
Closed 17 years ago
GCC 4.2.1 - build fails with errors
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: krmathis, Unassigned)
References
Details
Attachments
(2 files)
Building Camino Trunk with GCC 4.2.1 (iPhone SDK, beta 6) fails.
Here are the steps I have taken:
1. Pulled a fresh Trunk tree from CVS.
2. Applied patch for bug 423405 (updated patch).
3. Start the build process.
Comment 1•17 years ago
|
||
The actual failures, which appear to be due to Sparkle, have been trimmed out of the attached log.
| Reporter | ||
Comment 2•17 years ago
|
||
Sorry! A bit rough on the <snip> in there.
Here are the Sparkle build log...
Seems like I have run into another "warning treated as error".
| Reporter | ||
Comment 4•17 years ago
|
||
Worked around the warning (and build error) by modifying sparkle/SUAppcast.h
Changing line 26 from:
- appcastDidFinishLoading:(SUAppcast *)appcast;
To:
- (void) appcastDidFinishLoading:(SUAppcast *)appcast;
Comment 5•17 years ago
|
||
This works fine now, after the Sparkle update (bug 426015).
Kai, can you confirm ?
| Reporter | ||
Comment 6•17 years ago
|
||
Seems to be fixed by the checkins for bug 426015.
I successfully built Camino trunk using GCC 4.2.1 (Xcode 3.1) right now...
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•