我克隆了 Git 存储库git://anonscm.debian.org/pkg-cli-apps/packages/monodevelop-database.git
并尝试运行 ./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... no
checking for mono... /usr/bin/mono
checking for dmcs... /usr/bin/dmcs
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for UNMANAGED_DEPENDENCIES_MONO... yes
checking for mono... /usr/bin/mono
checking for dmcs... /usr/bin/dmcs
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for MONO_ADDINS... no
configure: error: Package requirements (mono-addins >= 0.4) were not met:
No package 'mono-addins' 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 MONO_ADDINS_CFLAGS
and MONO_ADDINS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
我正在运行 MonoDevelop 版本 4.0.12 和 Mono 3.2.8 (Debian 3.2.8+dfsg-4ubuntu1)。
这是什么错误?我该如何解决?
答案1
看来你没有mono-addins
这个行的包:No package 'mono-addins' found
在终端中使用此命令安装它,然后重试:
sudo apt-get install mono-addins