← Back to team overview

kicad-developers team mailing list archive

Re: Ooops. wxpython build failure

 

On 02/07/2014 09:30 PM, inkblotter wrote:
.
.
.
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.





_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~kicad-developers
More help : https://help.launchpad.net/ListHelp

Here's another point of light. I tracked down where cmake unpacked wxWidgets 3.0 and built it entirely and installed it without a whisper of problems. I still can't build head because even though I built wxWidgets myself, cmake doesn't seem to be able to do the same for some reason. It would be better if boost and wxWidgets were built outside the tree and merely checked for by cmake. I wouldn't have any problem building either.


References