Closed
Bug 257100
Opened 21 years ago
Closed 19 years ago
[Tracker] Errors when trying to build Firefox with Apple GCC-3.5-tree-ssa
Categories
(Core Graveyard :: Tracking, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: MMx, Assigned: MMx)
References
Details
(Keywords: helpwanted, meta)
This is a tracker bug for all errors one can get when trying to build Firefox
with Apple's gcc-3.5-tree-ssa
additional information about my compiler:
Reading specs from /usr/lib/gcc/powerpc-apple-darwin/3.5.0-tree-ssa/specs
Configured with:
/Volumes/FW_Jaguar/TEMP/Builds/GCC/gcc-1765/build/obj/src/configure
--disable-checking --prefix=/usr --disable-libmudflap --mandir=/share/man
--enable-languages=c,objc,c++ --disable-libada
--program-transform-name=/^[cg][^+.-]*$/s/$/-3.5/
--with-gxx-include-dir=/include/gcc/darwin/3.5/c++ --build=powerpc-apple-darwin
--host=powerpc-apple-darwin --target=powerpc-apple-darwin
Thread model: posix
gcc version 3.5.0-tree-ssa 20040321 (merged 20040529) (Apple Computer, Inc.
build 1765)
| Assignee | ||
Comment 1•21 years ago
|
||
Additional information about Apple gcc-3.5-tree-ssa:
This compilier will be included in MacOS X 10.4, it might even be avaliable as
an update for OSX 10.3 and less *before* 10.4 is released.
So we might want to get all the issues resolved *before* lots of people try to
compile with this compiler.
| Assignee | ||
Comment 2•21 years ago
|
||
dependencies mixed up...
Updated•21 years ago
|
QA Contact: chofmann → mmx_bugzilla
| Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•21 years ago
|
||
CCing jst and dbaron
| Assignee | ||
Comment 5•21 years ago
|
||
Help wanted to fix all the bugs blocking this one!
CCing pinkerton, he might be able to help, too.
Keywords: helpwanted
| Assignee | ||
Comment 6•21 years ago
|
||
Note:
all "invalid conversions" can be worked around with the gcc-flag "-fpermissive"
(at least in OS X.3.5 on a G4).
This does *not*, however, work around bug 257108.
But as some of the datatypes might cause problems on 64bit machines, we should
not use this workaround.
Comment 7•20 years ago
|
||
I think that this is probably invalid, along with everything that it's dependent
on. We now build with Apple's shipping 4.0 compiler (their second attempt as
released with Xcode 2.1, their first attempt in 2.0 had bugs). In Apple-land,
3.4 and 3.5 were mere stops along the developmental continuum. Of everything
here, anything that's an actual bug of ours has probably already been FIXED
already, others are most likely INVALID. Martin, if anything here still
presents a problem for you, please make a note. Otherwise, these can just be
closed out.
Comment 8•19 years ago
|
||
IIRC, any 3.5-generation compiler from Apple was at best a preview for developers at WWDC and the like; it's no longer a part of the Tiger SDK for example, and definitely not supported by Apple. Who gets to close bugs?
Comment 9•19 years ago
|
||
In the absence of any response, I take it upon myself to clean up the bug db.
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → WONTFIX
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•