Summary: | undefined references when linking generator_dump and generator_smoke | ||
---|---|---|---|
Product: | [Unmaintained] bindings | Reporter: | Funda Wang <fundawang> |
Component: | general | Assignee: | kde-bindings |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arno |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Funda Wang
2009-11-16 16:05:53 UTC
Hm, this works just fine for me as sharead libraries. But you're right, they'd better be compiled as modules. Does this actually make any difference on Linux? And does compilation work for you if you change SHARED to MODULE in the CMakeLists.txt? Yes, they compiled correctly after changing to module. SVN commit 1050550 by arnorehn: Change the generators from 'shared library' to 'module'. Fixes a bug reported by Funda Wang. BUG:214828 M +1 -1 dump/CMakeLists.txt M +1 -1 smoke/CMakeLists.txt WebSVN link: http://websvn.kde.org/?view=rev&revision=1050550 |