Do you also have the development package for gconf installed? That's
usually what has fixed it for me.
--
Robin Dunn
Software Craftsman
http://wxPython.org
The next step would be to look at the config.log file produced when
configure is run to see if there are any other clues about why the check
for gstreamer development files is failing. Also, I just noticed that
you appear to be building 2.9.1.1, you should probably update to 2.9.2.4.
>
> Also, If there is a way to modify "build-wxwidgets.py" to work around
> this (It look like it worked for someone) the details to the
> modification would be nice to have as an option.
You could try removing the line that adds --enable-mediactrl to the list
of configure options.
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
.
.
.
I understand the script is looking for a format similar to this ->
"gstreamer-plugins-base-$GST_VERSION"
The actual package installed on my machine shows
"gstreamer0.10-plugins-base" i.e., "gstreamer$GST_VERSION-plugins-base"
I replaced "gstreamer-plugins-base-$GST_VERSION" with
"gstreamer$GST_VERSION-plugins-base" but it still doesn't work. Any
suggestions ?
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/checking-for-GST-configure-WARNING-GStreamer-0-10-not-available-tp4859224p4972061.html
Sent from the wxPython-users mailing list archive at Nabble.com.
Do you have the libgconf2-dev package installed? The pkg-config info
for gstreamer doesn't complain if the gconf-dev files are not installed,
but they are required.
--
You received this message because you are subscribed to a topic in the Google Groups "wxPython-users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/wxpython-users/ABGx_U6Jqno/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Le 21/05/2013 20:02, Omar Pera a �crit :
Possible missing packages would be :
- libgstreamer-plugins-base0.10-devel
- libgconfmm2.6-devel