https://bugs.kde.org/show_bug.cgi?id=349353

Ivan Čukić <ivan.cu...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
                 CC|                            |ivan.cu...@kde.org
     Ever confirmed|0                           |1
             Status|RESOLVED                    |REOPENED

--- Comment #9 from Ivan Čukić <ivan.cu...@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.
_______________________________________________
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs

Reply via email to