Closed
Bug 271504
Opened 20 years ago
Closed 19 years ago
--with-macos-sdk=/Developer/SDKs/MacOSX10.2.8.sdk breaks w/ apple gcc
Categories
(Core Graveyard :: GFX: Mac, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
Details
Attachments
(2 obsolete files)
configure:15163: checking for correct temporary object destruction order
configure:15188: c++ -o conftest -I/Developer/SDKs/MacOSX10.2.8.sdk/usr/include
-fpascal-strings -no-cpp-precomp -fno-common -I/Dev
eloper/SDKs/MacOSX10.2.8.sdk/Developer/Headers/FlatCarbon -pipe conftest.C
-L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib/gcc/darwin/
Apple Computer, Inc. GCC version 1256, based on 3.1
-L/Developer/SDKs/MacOSX10.2.8.sdk/usr/lib 1>&5
c++: Computer,: No such file or directory
c++: Inc.: No such file or directory
c++: GCC: No such file or directory
c++: version: No such file or directory
c++: 1256,: No such file or directory
c++: based: No such file or directory
c++: on: No such file or directory
c++: 3.1: No such file or directory
configure: failed program was:
#line 15168 "configure"
Attachment #166919 -
Flags: review?(bryner)
skipping the gcc include path causes the wrong limits.h to be found
Attachment #166919 -
Attachment is obsolete: true
Attachment #166919 -
Flags: review?(bryner)
Attachment #166925 -
Flags: review?(bryner)
Comment 3•20 years ago
|
||
Comment on attachment 166925 [details] [diff] [review]
handle text before gcc version; don't skip the gcc include path
why is this change necessary? we're building nightlies using this sdk option
right now without any problems (see
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1105974180.14671.gz&fullte
xt=1)
because we're using a different version of gcc which has a friendlier version name.
Updated•20 years ago
|
Attachment #166925 -
Flags: review?(bryner) → review+
Comment on attachment 166925 [details] [diff] [review]
handle text before gcc version; don't skip the gcc include path
2005-03-15 14:05
mozilla/configure.in 1.1424
Attachment #166925 -
Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•