загрузить Mesa и пытается скомпилировать:настроить: ошибка: DRI3 требует XCB> = 1.9.3
sh ./autogen.sh
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy
autoreconf: running: /usr/bin/autoconf
autoreconf: configure.ac: not using Autoheader
autoreconf: running: automake --add-missing --copy --no-force
src/mesa/Makefile.sources:7: warning: BUILDDIR multiply defined in condition TRUE ...
src/mesa/Makefile.am:63: 'src/mesa/Makefile.sources' included from here
src/mesa/Makefile.am:62: ... 'BUILDDIR' previously defined here
autoreconf: Leaving directory `.'
checking build system type... x86_64-unknown-linux-gnu
xxxxx
xxxxx
checking for DRI3PROTO... yes
checking for PRESENTPROTO... yes
configure: error: DRI3 requires xcb >= 1.9.3
Не уверен, что это ошибка здесь?
Я последовал разговор здесь: https://www.libreoffice.org/bugzilla/show_bug.cgi?id=80848
Но до сих пор нерешенной.
попробует вашу рекомендацию в ближайшее время. –
Кстати, есть сценарии, которые автоматизируют здание X. Вот тот, который я использовал успешно: http://www.x.org/wiki/Building_the_X_Window_System/ – tweej