我对banshee 心灵感应扩展,但我无法在 Ubuntu 12.04 上编译它,即使在发出 banshee 之后
checking for BANSHEE_1_THICKCLIENT... no
configure: error: Package requirements (banshee-1-thickclient >= 1.5.3) were not met:`
提前致谢。 :)
PS-完整堆栈如下:
rafael@noir:~/workspace/banshee-telepathy-extension$ ./autogen.sh
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
Running aclocal -I . ...
Running automake --gnu ...
Makefile.include:66: `pkglibdir' is not a legitimate directory for `SCRIPTS'
src/Makefile.am:181: `Makefile.include' included from here
Running autoconf ...
Running ./configure ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for pkg-config... /usr/bin/pkg-config
checking for gmcs... /usr/bin/gmcs
checking pkg-config is at least version 0.9.0... yes
checking for MONO... yes
checking for GTK_SHARP_20... yes
checking for BANSHEE_1_THICKCLIENT... no
configure: error: Package requirements (banshee-1-thickclient >= 1.5.3) were not met:
No package 'banshee-1-thickclient' 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 BANSHEE_1_THICKCLIENT_CFLAGS
and BANSHEE_1_THICKCLIENT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
答案1
您尝试编译的扩展是在 Banshee 1.5.3 时代设计的。我们现在已升级到 Banshee 2.4.1,并且 API 已更改。banshee-1
现在只是banshee
,并且库由女妖包本身。
从新的 git clone 中,将banshee-1
中的改为configure.ac
和。这将帮助您克服这个障碍。banshee
BANSHEE_1
BANSHEE