установить базу данных monodevelop (4.0.12 + dfsg-1) из репозитория GIT

Я клонировал 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 0,8 + DFSG-4ubuntu1).
Что это за ошибка и что мне сделать, чтобы ее исправить?

0
задан 12 July 2014 в 16:33

1 ответ

Кажется, что Вы не имеете mono-addins пакет от этой строки: No package 'mono-addins' found

Установка это с помощью этой команды в терминале и затем попробуйте еще раз:

sudo apt-get install mono-addins
0
ответ дан 12 July 2014 в 16:33

Другие вопросы по тегам:

Похожие вопросы: