Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-71129

building QtWebEngine with Intel compilers?

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Do
    • P3: Somewhat important
    • None
    • 5.10.1
    • WebEngine
    • Linux/X11

    Description

      I am trying to build Qt5 with WebEngine enabled using Intel compilers (2018.1.163).

      I noticed that in qtwebengine/mkspecs/features/platform.prf there is a hard check that disables building of WebEngine when Intel compilers are being used:

       

       

      linux {
        if(!gcc:!clang)|intel_icc {
          skipBuild("Qt WebEngine on Linux requires clang or GCC.")
          return(false)
        }
        ...

       

      I'm (perhaps naively) trying anyway, and with the help of the patch file available at https://github.com/easybuilders/easybuild-easyconfigs/pull/7010/files I seem to be getting quite far, but the compilation dies at some point with a spurious "undefined reference" linking error.

       

      Is there any more information available on why building of WebEngine is disabled with Intel compilers?

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qt_webengine_team Qt WebEngine Team
            boegel Kenneth Hoste
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes