Changes between Initial Version and Version 1 of Ticket #36182, comment 5


Ignore:
Timestamp:
Oct 30, 2012, 12:10:44 PM (12 years ago)
Author:
jdasmith@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36182, comment 5

    initial v1  
    99> What version of Xcode are you using?
    1010
    11 I have the same error:
    12 jonny$ xcodebuild -version
    13 Xcode 3.2.2
    14 Component versions: DevToolsCore-1648.0; DevToolsSupport-1631.0
    15 BuildVersion: 10M2148
    16 $ gcc -v
    17 Using built-in specs.
    18 Target: i686-apple-darwin10
    19 Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
    20 Thread model: posix
    21 gcc version 4.2.1 (Apple Inc. build 5659)
     11I have the same error:[[BR]]
     12
     13$ xcodebuild -version[[BR]]
     14
     15Xcode 3.2.2[[BR]]
     16
     17Component versions: DevToolsCore-1648.0; DevToolsSupport-1631.0[[BR]]
     18
     19BuildVersion: 10M2148[[BR]]
     20
     21$ gcc -v[[BR]]
     22
     23Using built-in specs.[[BR]]
     24
     25Target: i686-apple-darwin10[[BR]]
     26
     27Configured with: /var/tmp/gcc/gcc-5659~1/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1[[BR]]
     28
     29Thread model: posix[[BR]]
     30
     31gcc version 4.2.1 (Apple Inc. build 5659)[[BR]]
     32
    2233
    2334I wonder if this is the same as the Original Poster?