[kdepim] [Bug 349353] error building kdepim (KF5 port) with undefined reference to PimCommon::SyntaxHighlighterBase
Ivan Čukić via KDE Bugzilla
bugzilla_noreply at kde.org
Thu Nov 12 18:37:30 GMT 2015
https://bugs.kde.org/show_bug.cgi?id=349353
Ivan Čukić <ivan.cukic at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
CC| |ivan.cukic at kde.org
Ever confirmed|0 |1
Status|RESOLVED |REOPENED
--- Comment #9 from Ivan Čukić <ivan.cukic at kde.org> ---
Happens for me as well.
The thing that solved it for me is putting these in CMakeLists.txt (not
proposing to actually do it in the repo)
set(CMAKE_CXX_VISIBILITY_PRESET default)
set(CMAKE_VISIBILITY_INLINES_HIDDEN 0)
I'm guessing that there are problems with CMakeLists in the project that
sometimes grab the installed libraries instead of those being compiled - and
since the install does not happen because of the build failure, it does not
pick up the new libraries with the new symbols.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list