Changes between Initial Version and Version 3 of Ticket #46287
- Timestamp:
- Dec 20, 2014, 4:42:45 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46287
- Property Owner changed from macports-tickets@… to ryandesign@…
-
Ticket #46287 – Description
initial v3 1 1 harfbuzz-icu build fails with this error: 2 2 3 {{{ 3 4 libtool: compile: /usr/bin/llvm-g++-4.2 -DHAVE_CONFIG_H -I. -I.. -D_THREAD_SAFE -pthread -I./hb-ucdn -I/opt/local/include -pipe -Os -arch x86_64 -fno-rtti -fno-exceptions -Wcast-align -fvisibility-inlines-hidden --std=c++0x -MT libharfbuzz_la-hb-blob.lo -MD -MP -MF .deps/libharfbuzz_la-hb-blob.Tpo -c hb-blob.cc -fno-common -DPIC -o .libs/libharfbuzz_la-hb-blob.o 4 5 cc1plus: error: unrecognized command line option "-std=c++0x" 6 }}} 5 7 6 8 I am not sure if complier complains about extra "-" in --std=c++0x.