wxWidgets (and therefore wxPython) depends on other packages in order to
provide some of its functionality. In order to use those other packages
at compile time their headers and other development files need to be
installed. On Ubuntu those are usually available as separate packages
with "-devel" or similar in the package name, so search in the package
repository for gstreamer's -devel package and install that. You will
also need one for gconf. You should probably pay close attention to
that part of the build (wxWidget's configure step) to see if there are
others that are missing and install -devel packages for those as well,
because configure will just disable functionality for some of packages
if they are missing, but wxPython requires them.
--
Robin Dunn
Software Craftsman
http://wxPython.org
I am at a point with lots of help from Robin that it now builds but
there are still issues that the wxPython demo doesn't run correctly - so
maybe you want to wait for 2.9.3 or use 2.8.
Werner
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en