Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

ERROR: Feature 'xcb' was enabled, but the pre-condition failed. #103

Open MohamadHalwani opened 3 years ago

MohamadHalwani commented 3 years ago

I'm facing this issue when running sudo make.

Qt TextToSpeech:
  Flite .................................. no
  Flite with ALSA ........................ no
  Speech Dispatcher ...................... no

Note: Also available for Linux: linux-clang linux-icc

ERROR: Feature 'xcb' was enabled, but the pre-condition 'features.thread && libs.xcb && tests.xcb_syslibs && features.xkbcommon-x11' failed.

Check config.log for details.
CMakeFiles/Qt.dir/build.make:109: recipe for target 'Qt-prefix/src/Qt-stamp/Qt-configure' failed
make[2]: *** [Qt-prefix/src/Qt-stamp/Qt-configure] Error 3
CMakeFiles/Makefile2:245: recipe for target 'CMakeFiles/Qt.dir/all' failed
make[1]: *** [CMakeFiles/Qt.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2

I tried searching and I downloaded all the prerequisites in here, but still the same issue

Ghostkeeper commented 2 years ago

Do you have libxkbcommon-x11?