Re: atk 'missing symbols' problem since gnome-3-14



Hi,

On 09/26/2014 11:42 AM, John Emmas wrote:
Many thanks for those suggestions guys.  It didn't quite fix the
problem but it did point me in the right direction.  Here's what I've
found so far....

The top of the (auto-generated) file 'atk-enum-types.c' currently
looks like this:-

        /* Generated data (by glib-mkenums) */

Well, in fact this comment is missing, probably it would be good to add it.

        #include "atk.h"

I needed to change it to this for atk-2.14 to build correctly:-

        /* Generated data (by glib-mkenums) */

        #include "config.h"  // <--- I needed to add this line !!

Well, this line is being included when I build atk. And looking at the
2.14.0 release (the one that is causing problems) tarball:
https://download.gnome.org/sources/atk/2.14/atk-2.14.0.tar.xz

That include to config.h is also there. From your first email, you
mention that you build from git. Could you try to do the same with the
tarball?

BR



-- 
----
Alejandro Piñeiro



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]