Adi*_*hag 3 c c++ gtk configure
我正在尝试安装gtk + -3.6.4
我的配置中断了以下错误:
checking Pango flags... -pthread -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -L/usr/local/lib -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lglib-2.0
checking for GDK_DEP... yes
checking for ATK... no
configure: error: Package requirements (atk atk-bridge-2.0) were not met:
No package 'atk-bridge-2.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables ATK_CFLAGS
and ATK_LIBS to avoid the need to call pkg-config.
Run Code Online (Sandbox Code Playgroud)
我已经安装好了
sudo apt-get install libatk1.0*
Run Code Online (Sandbox Code Playgroud)
知道如何解决这个问题吗?
小智 8
我有完全相同的错误,在我使用的情况下
sudo apt-get install libatk-bridge2.0
Run Code Online (Sandbox Code Playgroud)
注意我正在使用Ubuntu,无论如何你想要的包装是否libatk-bridge2.0正确.