Как скомпилировать Эволюцию из источника

У меня были проблемы с Эволюцией почтовый клиент. Я попытался произвести чистку переустановки и когда я выполняю от терминала туда ошибку "дампа ядра".

Таким образом, я хочу попытаться компилировать пакет.

Я знаю, что основы использования делают, но мне нужны зависимости, и нигде не добирается, потому что я не могу определить местоположение пакетов.

Это - вывод./настраивать

    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... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for supported compiler flags...  -Wno-deprecated-declarations -Wno-missing-field-initializers -Wno-sign-compare -Wno-unused-parameter -Wdeclaration-after-statement -Werror-implicit-function-declaration -Wformat -Wformat-security -Winit-self -Wmissing-declarations -Wmissing-include-dirs -Wmissing-noreturn -Wnested-externs -Wpointer-arith -Wredundant-decls -Wundef -Wwrite-strings
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for gawk... (cached) gawk
checking for perl... /usr/bin/perl
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.16... yes
Package gio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gio-2.0' found
configure: error: glib-compile-schemas not found.
0
задан 16 November 2015 в 16:31

2 ответа

Вы можете получить построить требования для версии Ubuntu Эволюции с простым:

sudo apt-get build-dep evolution

, Если требования изменились с тех пор, Вам, возможно, придется вручную выполнить некоторые зависимости.

1
ответ дан 30 September 2019 в 04:12

Вы имеете:

Никакой пакет 'gio-2.0' не нашел

, Пакет gio включен в libgio2.0-cil-dev. Установите его, бегая:

sudo apt-get install libgio2.0-cil-dev
0
ответ дан 30 September 2019 в 04:12

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

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