https://bugs.kde.org/show_bug.cgi?id=466070
Bug ID: 466070
Summary: 3.2.1.1 doesn't build against system gmic
Classification: Applications
Product: krita
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: G'Mic for Krita
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Commit
https://github.com/amyspark/gmic/commit/7b0e1f74199f8f605b69a759a2135077af7dd94c
defines -Dgmic_core unconditionally. This breaks build against system gmic, as
the gmic.h heades expects the gmic.cpp source file to be present at build time.
In file included from
/build/krita-plugin-gmic/src/gmic-3.2.1.1-patched/gmic-qt/src/PersistentMemory.cpp:26:
/usr/include/gmic.h:191:21: fatal error: gmic.cpp: No such file or directory
191 | #define cimg_plugin "gmic.cpp"
| ^~~~~~~~~~
compilation terminated.
--
You are receiving this mail because:
You are watching all bug changes.