Hi,

just trying to compile Qt 5.12.5 for wasm-emscripten (on openSuse 15.0) and it 
fails.
Is this known or do I have a local problem ?

/home/PACKAGES/qt/5.12.5/qt-everywhere-src-5.12.5/qtbase/include/QtCore/../../src/corelib/plugin/qlibrary.h:45:1:
 error:
      static_assert failed due to requirement 'bool(-1 == 1)' "Required feature 
library for file
      
/home/PACKAGES/qt/5.12.5/qt-everywhere-src-5.12.5/qtbase/include/QtCore/../../src/corelib/plugin/qlibrary.h
 not available."
QT_REQUIRE_CONFIG(library);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/home/PACKAGES/qt/5.12.5/qt-everywhere-src-5.12.5/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:87:36:
 note: expanded from
      macro 'QT_REQUIRE_CONFIG'
  ...Q_STATIC_ASSERT_X(QT_FEATURE_##feature == 1, "Required feature " #feature 
" for file " __FILE__ " not available.")
     
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/PACKAGES/qt/5.12.5/qt-everywhere-src-5.12.5/qtbase/include/QtCore/../../src/corelib/global/qglobal.h:121:49:
 note: expanded
      from macro 'Q_STATIC_ASSERT_X'
#  define Q_STATIC_ASSERT_X(Condition, Message) static_assert(bool(Condition), 
Message)
                                                ^             ~~~~~~~~~~~~~~~
1 error generated.
-- 
Best regards/Schöne Grüße

Martin
A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad?

()  ascii ribbon campaign - against html e-mail 
/\                        - against proprietary attachments

Geschenkideen, Accessoires, Seifen, Kulinarisches: www.lillehus.at


_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to