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

Compilation fails on OS X 10.9.2 (4.8 Head)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 4.8.6
    • None
    • macOS

    Description

      I am trying to install the latest version of Qt (commit bb8f570) on OS X 10.9.2 (installing trough the homebrew package manager).

      A full log of the build can be found here: https://gist.github.com/iMichka/11109773

      The error I get:

      clang++ -c -pipe -stdlib=libc++ -mmacosx-version-min=10.7 -I/opt/X11/include -O2 -arch x86_64 -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -fPIC -DQT_SHARED -DQT_BUILD_CORE_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTRINGBUILDER -DQLIBRARYINFO_EPOCROOT -DHB_EXPORT=Q_CORE_EXPORT -DQT_NO_DEBUG_PLUGIN_CHECK -DQT_NO_DEBUG -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_HAVE_SSE3 -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I../../mkspecs/unsupported/macx-clang-libc++ -I. -I../../include -I../../include/QtCore -I.rcc/release-shared -Iglobal -I../../tools/shared -I../3rdparty/harfbuzz/src -I../3rdparty/md5 -I../3rdparty/md4 -I.moc/release-shared -o .obj/release-shared/qstringlist.o tools/qstringlist.cpp
      tools/qstring.cpp:3620:13: error: use of undeclared identifier '_mm_blendv_epi8'
      chunk = _mm_blendv_epi8(chunk, questionMark, offLimitMask);
      ^
      1 error generated.
      make[2]: *** [.obj/release-shared/qstring.o] Error 1
      make[2]: *** Waiting for unfinished jobs....
      make[1]: *** [release] Error 2
      make: *** [sub-corelib-make_default-ordered] Error 2

      Attachments

        Issue Links

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

          Activity

            People

              thiago Thiago Macieira
              imichka Popoff Michka
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes