Bug 417433 - Latest commit broke macOS compilation
Summary: Latest commit broke macOS compilation
Status: RESOLVED NOT A BUG
Alias: None
Product: frameworks-sonnet
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Other macOS
: NOR major
Target Milestone: ---
Assignee: Friedrich W. H. Kossebau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-11 16:44 UTC by Dimitris Apostolou
Modified: 2020-02-11 17:02 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitris Apostolou 2020-02-11 16:44:23 UTC
CMake Error at /usr/local/share/ECM/modules/ECMQtDeclareLoggingCategory.cmake:73 (message):
  Unexpected arguments to ecm_qt_declare_logging_category: DESCRIPTION;Sonnet
  Core;EXPORT;SONNET
Call Stack (most recent call first):
  src/core/CMakeLists.txt:24 (ecm_qt_declare_logging_category)


-- Configuring incomplete, errors occurred!
Comment 1 Friedrich W. H. Kossebau 2020-02-11 16:53:03 UTC
Are you using also latest ECM from master?
Comment 2 Dimitris Apostolou 2020-02-11 17:02:08 UTC
Yep, that was the issue.

Pulled latest ECM and now it compiles.

Thanks!