Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. [SOLVED] QTWebEngine not building on OSX 10.9
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] QTWebEngine not building on OSX 10.9

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 2.0k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    g00dnight
    wrote on last edited by
    #1

    Hello.

    I just trying to compile QTWebEngine and getting this error when running make command:

    In file included from ../../../src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/g711/g711_interface.c:11:
    In file included from ../../../src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/g711/g711.h:52:
    ../../../src/3rdparty/chromium/third_party/webrtc/typedefs.h:89:34: error: unknown warning group '-Wc++11-extensions', ignored [-Wunknown-pragmas]
    #pragma clang diagnostic ignored "-Wc++11-extensions"
    ^
    1 diagnostic generated.
    [6/9673] CC obj/src/3rdparty/chromium/third_party/libwebp/demux/libwebp_demux.demux.o
    clang: warning: argument unused during compilation: '-fcolor-diagnostics'
    clang: warning: argument unused during compilation: '-fstack-protector-all'
    warning: unknown warning option: -Wheader-hygiene
    warning: unknown warning option: -Wno-c++11-narrowing
    warning: unknown warning option: -Wno-unneeded-internal-declaration
    warning: unknown warning option: -Wno-covered-switch-default
    warning: unknown warning option: -Wstring-conversion
    warning: unknown warning option: -Wno-deprecated
    warning: unknown warning option: -Wno-header-hygiene
    [6/9673] CXX obj/src/3rdparty/chromium/third_party/smhasher/src/cityhash.City.o
    ninja: build stopped: subcommand failed.
    make[4]: *** [invoke_ninja] Error 1
    make[3]: *** [debug-all] Error 2
    make[2]: *** [sub-gyp_run-pro-make_first] Error 2
    make[1]: *** [sub-core-make_first] Error 2
    make: *** [sub-src-make_first] Error 2

    I'm using Qt5.3.1 and clang64 compiler.

    Did anybody faced with similar issue?

    1 Reply Last reply
    0
    • G Offline
      G Offline
      g00dnight
      wrote on last edited by
      #2

      Sorry, my bad, I just had 'old' clang in my $PATH.

      1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi,

        Glad you found out and thanks for sharing. Can you also please update the thread title prepending [solved] so other forum users may know a solution has been found :)

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved