Changes between Initial Version and Version 3 of Ticket #46287


Ignore:
Timestamp:
Dec 20, 2014, 4:42:45 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46287

    • Property Owner changed from macports-tickets@… to ryandesign@…
  • Ticket #46287 – Description

    initial v3  
    11harfbuzz-icu build fails with this error:
    22
     3{{{
    34libtool: 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
    45cc1plus: error: unrecognized command line option "-std=c++0x"
     6}}}
    57
    68I am not sure if complier complains about extra "-" in --std=c++0x.