[Bug 23275] Add C++ visibility support

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 13 19:29:42 CEST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=23275





--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk>  2009-08-13 10:29:42 PST ---
Looks good in principle, but before we merge this, could you please hack up the
build system so it temporarily produces a shared library, pass it through nm
and c++filt, attach the result, and check that there aren't symbols that appear
in our ABI but that we are not prepared to commit to?

A command like this might be helpful:

nm .libs/libtelepathy-qt4.a | grep " [DT] " | c++filt | sort -k3


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the telepathy-bugs mailing list