Changes between Initial Version and Version 3 of Ticket #43828
- Timestamp:
- Sep 5, 2014, 3:04:21 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43828
-
Property
Status
changed from
new
toclosed
- Property Cc jeremyhu@… removed
- Property Keywords lang removed
- Property Owner changed from macports-tickets@… to jeremyhu@…
-
Property
Resolution
changed from
to
worksforme
-
Property
Status
changed from
-
Ticket #43828 – Description
initial v3 24 24 /usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 28.4.0) 25 25 /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 159.1.0) 26 }}} 26 27 27 28 So the newer libc++ 3.4.1 headers stored in /opt/local/libexec/llvm-3.4/include are being used the much older system libc++… 28 29 {{{ 29 30 % otool -L /usr/lib/libc++.1.dylib 30 31 /usr/lib/libc++.1.dylib: … … 62 63 63 64 As you can see from the verbose output of clang-3.4 at the beginning of this report… 64 65 {{{ 65 66 ignoring nonexistent directory "/usr/include/c++/v1" 66 67 }}} 67 68 …the stock sources default to a /usr/include/c++/v1 directory which Apple has never used instead of /usr/lib/c++/v1 on 10.7/10.8 and /Library/Developer/CommandLineTools/usr/lib/c++/v1 on 10.9.