【发布时间】:2018-05-23 05:17:11
【问题描述】:
我正在尝试在 Yocto 中构建一个应用程序,它抱怨找不到一个包,实际上它就在那里。 GTK+3 安装在我的 yocto 版本上。然而 packageconfig 抱怨 GTK+3。我该怎么办?
Yocto 配置:错误:未满足软件包要求 (gtk+-3.0 >= 3.14.0)。完整错误如下:
| checking for gtk+-3.0 >= 3.14.0... no
| configure: error: Package requirements (gtk+-3.0 >= 3.14.0) were not met:
|
| No package 'gtk+-3.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 GTK_CFLAGS
| and GTK_LIBS to avoid the need to call pkg-config.
| See the pkg-config man page for more details.
| NOTE: The following config.log files may provide further information.
【问题讨论】: