← Back to team overview

kicad-developers team mailing list archive

Ooops. wxpython build failure

 

.
.
.
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 "wxPython/build-wxpython.py", line 378, in <module>
File "/home/..../kicad/build/kicad.bzr/.downloads-by-cmake/libwxpython/src/libwxpython/build/tools/build-wxwidgets.py", line 364, in main
    "Error running configure")
File "/home/....bzr help/kicad/build/kicad.bzr/.downloads-by-cmake/libwxpython/src/libwxpython/build/tools/build-wxwidgets.py", line 80, in exitIfError
    raise builder.BuildError(msg)
BuildError
make[2]: *** [.downloads-by-cmake/libwxpython/libwxpython-configure] Error 1
make[1]: *** [CMakeFiles/libwxpython.dir/all] Error 2
make: *** [all] Error 2


But, of course, I do have gstreamer, lots of gstreamer packages, contrary to cmake configure.


# rpm -qa | grep gstreamer
.
.
.
gstreamer-devel-0.10.36-3.fc19.x86_64
gstreamer-0.10.36-3.fc19.x86_64
.
.
. Lots of other gstreamer packages
.


I suppose I should have been satisfied with head from a few days ago.

bash-4.2$ bzr version-info
revision-id: miguelangel@xxxxxx-20140208000229-fl29wmjfd7xqx9ey
date: 2014-02-08 01:02:29 +0100
build-date: 2014-02-07 21:22:17 -0600
revno: 4675
branch-nick: product

If somebody could steer me to teaching cmake about yum platforms as well as apt this or that.


everything else in the head built fine.






Follow ups