Я устанавливаю WxPython 3.0 на машину Centos с Python 2.7.
даже с disable-mediactrl установка ищет GSTreamer и выдает ошибку
"configure: error: GStreamer not available"
несмотря на то, что GSTreamer доступен на машине.
Вот подробности для двух таких сборок:
Моя идея состояла в том, чтобы выключить mediactrl, поэтому я использую следующую опцию
python build-wxpython.py --extra_setup=disable-mediactrl --build_dir=../bld
или
python build-wxpython.py --extra_setup="--disable-mediactrl --build_dir=../bld
Однако он все еще ищет GSTreamer и выводит сообщение об ошибке, указанное ниже.
Я переустановил GSTreamer 0.10 и в \ usr \ lib \ GSTreamer 0.10, однако я получаю то же сообщение об ошибке
сообщение об ошибке:
checking what is the type of the third argument of getsockname... socklen_t
checking what is the type of the fifth argument of getsockopt... socklen_t
checking for linux/joystick.h... yes
checking for python... /home/aptRoot/tools/python/64/Python-2.7/bin/python
checking for WEBKIT... configure: WARNING: webkitgtk not found.
configure: WARNING: WebKit not available, disabling wxWebView
checking for CAIRO... yes
checking for cairo_push_group... yes
checking for GST... configure: WARNING: GStreamer 0.10 not available, falling back to 0.8
checking for GST... configure: WARNING: GStreamer 0.8/0.10 not available.
configure: error: GStreamer not available
Error running configure
ERROR: failed building wxWidgets
Traceback (most recent call last):
File "build-wxpython.py", line 378, in <module>
wxbuild.main(wxscript, build_options)
File "/home/hemadris/iAPT/install/wxPython-src-3.0.0.0/build/tools/build-wxwidgets.py", line 364, in main
"Error running configure")
File "/home/hemadris/iAPT/install/wxPython-src-3.0.0.0/build/tools/build-wxwidgets.py", line 80, in exitIfError
raise builder.BuildError(msg)
BuildError