https://bugs.kde.org/show_bug.cgi?id=349353
Ivan Čukić <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- CC| |[email protected] Ever confirmed|0 |1 Status|RESOLVED |REOPENED --- Comment #9 from Ivan Čukić <[email protected]> --- 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
