Changes between Initial Version and Version 1 of Ticket #57092


Ignore:
Timestamp:
Sep 3, 2018, 8:12:38 PM (6 years ago)
Author:
mojca (Mojca Miklavec)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57092

    • Property Status changed from new to assigned
    • Property Cc mojca@… removed
    • Property Summary changed from wxgtk-3.0 build fails on 10.12 to wxgtk-3.0: build fails on 10.12 (shared-ld: unhandled option '-stdlib=libc++')
    • Property Version changed from 2.5.3 to
    • Property Owner set to mojca
  • Ticket #57092 – Description

    initial v1  
    1 On MacOS 10.12.6 with XCode 9.2, the build for wxgtk-3.0 fails with the errors in the attacked log file.  Any suggestions for a fix?
     1On MacOS 10.12.6 with XCode 9.2, the build for wxgtk-3.0 fails with the errors in the attacked log file.
     2
     3{{{
     4/path/to/wxgtk-3.0/work/wxWidgets-3.0.4/build/shared-ld-sh -bundle -headerpad_max_install_names -o webkit2_extu30.bundle webkit2_ext_webview_webkit2_extension.o  -L/opt/macports/lib -Wl,-headerpad_max_install_names -stdlib=libc++ -arch x86_64  -L/opt/macports/lib  -framework IOKit -framework CoreServices -framework System -framework ApplicationServices   -L/opt/macports/lib -lwebkit2gtk-4.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -ljavascriptcoregtk-4.0 -lglib-2.0 -lintl -Wl,-framework -Wl,CoreFoundation -lz -lpthread -liconv
     5:info:build shared-ld: unhandled option '-stdlib=libc++'
     6}}}
     7
     8Any suggestions for a fix?