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


Ignore:
Timestamp:
Jan 10, 2013, 6:27:00 PM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36182, comment 5

    v1 v2  
    99> What version of Xcode are you using?
    1010
    11 I have the same error:[[BR]]
     11I have the same error:
    1212
    13 $ xcodebuild -version[[BR]]
    14 
    15 Xcode 3.2.2[[BR]]
    16 
    17 Component versions: DevToolsCore-1648.0; DevToolsSupport-1631.0[[BR]]
    18 
    19 BuildVersion: 10M2148[[BR]]
    20 
    21 $ gcc -v[[BR]]
    22 
    23 Using built-in specs.[[BR]]
    24 
    25 Target: i686-apple-darwin10[[BR]]
    26 
    27 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[[BR]]
    28 
    29 Thread model: posix[[BR]]
    30 
    31 gcc version 4.2.1 (Apple Inc. build 5659)[[BR]]
    32 
     13{{{
     14$ xcodebuild -version
     15Xcode 3.2.2
     16Component versions: DevToolsCore-1648.0; DevToolsSupport-1631.0
     17BuildVersion: 10M2148
     18$ gcc -v
     19Using built-in specs.
     20Target: i686-apple-darwin10
     21Configured 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
     22Thread model: posix
     23gcc version 4.2.1 (Apple Inc. build 5659)
     24}}}
    3325
    3426I wonder if this is the same as the Original Poster?