*** exact error that occured. This usually means GTK+ is incorrectly installed.
    configure: error:
    The development files for GTK+ were not found. For GTK+ 2, please
    ensure that pkg-config is in the path and that gtk+-2.0.pc is
    installed. For GTK+ 1.2 please check that gtk-config is in the path,
    and that the version is 1.2.3 or above. Also check that the
    libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
    --libs' are in the LD_LIBRARY_PATH or equivalent.

yum -y install gtk3 gtk3-devel gtk3-devel-docs

configure: error: OpenGL libraries not available
    Error running configure
    ERROR: failed building wxWidgets

yum install mesa*

configure: error: GStreamer not available

yum install gstreamer*

 

相关文章:

  • 2022-02-27
  • 2022-12-23
  • 2018-11-15
  • 2021-10-16
  • 2022-12-23
  • 2021-06-27
  • 2021-05-03
  • 2021-06-11
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2021-04-12
相关资源
相似解决方案