Building gtk 3.12.1



I'm trying to build gtk from sources. Built a bunch of dependencies, now gtk configure script says

> checking for ATK... no
> configure: error: Package requirements (atk atk-bridge-2.0) were not met:
>
> No package 'atk-bridge-2.0' found

I have built and installaed ATK and it installed a file /usr/local/lib/pkgconfig/atk.pc

If I run pkg-config --cflags atk it runs with this output

> -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include

but there is no atk-bridge-2.0.pc anywhere.

I see in the gtk configure script these lines

########################################
# Check for Accessibility Toolkit flags
########################################

if test x$enable_x11_backend = xyes; then
   ATK_PACKAGES="atk atk-bridge-2.0"
else
   ATK_PACKAGES="atk"
fi

Am I missing something? How do I get the correct dependencies?

Thanks

Oscar Lazzarino

--
Oscar Lazzarino (Software Architect and Senior Developer)
oscar lazzarino i-m3d com
im3D SpA - Medical Imaging Lab
http://www.i-m3d.com/
via Lessolo, 3 10153 Torino (TO) - Italy
tel:+39 011 19508773
fax:+39 011 19508968


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