WARNING: GStreamer 0.8/0.10 not available.

I’ve seen this before, and I’ve got a workaround, but I’d rather figure out the “right way”. :wink:

I’m trying to build wxPython-2.9.4.1 (2.9.4.0 with the 0.1 patch applied) on Ubuntu 12.04.1 LTS and I get:

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

wxbuild.main(wxscript, build_options)

File “/home/steve/Development/wxPython-src-2.9.4.0/build/tools/build-wxwidgets.py”, line 359, in main

“Error running configure”)

File “/home/steve/Development/wxPython-src-2.9.4.0/build/tools/build-wxwidgets.py”, line 74, in exitIfError

raise builder.BuildError(msg)

BuildError

And so… I comment out the --enable-mediactrl:

steve@steve-VirtualBox:~/Development/wxPython-src-2.9.4.0/wxPython$ diff -C 3 …/build/tools/build-wxwidgets.py~ …/build/tools/build-wxwidgets.py

*** …/build/tools/build-wxwidgets.py~ 2012-07-20 22:34:48.000000000 -0600

— …/build/tools/build-wxwidgets.py 2013-01-11 23:43:45.951577878 -0700

···

*** 264,270 ****

“–with-opengl”,

“–enable-sound”,

“–enable-graphics_ctx”,

! “–enable-mediactrl”,

“–enable-display”,

“–enable-geometry”,

“–enable-debug_flag”,

— 264,270 ----

“–with-opengl”,

“–enable-sound”,

“–enable-graphics_ctx”,

! #"–enable-mediactrl",

“–enable-display”,

“–enable-geometry”,

“–enable-debug_flag”,

But… how do I get GStreamer? What package provides it?

thanks!

-steve

I think you need the Gstreamer dev packages try:

···

On 12/01/13 13:07, Steve Spicklemire
wrote:

  I've seen this before, and I've got a workaround, but

I’d rather figure out the “right way”. :wink:

    I'm trying to build wxPython-2.9.4.1 (2.9.4.0 with the 0.1

patch applied) on Ubuntu 12.04.1 LTS and I get:

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

wxbuild.main(wxscript, build_options)

      File

“/home/steve/Development/wxPython-src-2.9.4.0/build/tools/build-wxwidgets.py”,
line 359, in main

“Error running configure”)

      File

“/home/steve/Development/wxPython-src-2.9.4.0/build/tools/build-wxwidgets.py”,
line 74, in exitIfError

raise builder.BuildError(msg)

BuildError

And so… I comment out the --enable-mediactrl:

      diff -C 3 ../build/tools/build-wxwidgets.py~

…/build/tools/build-wxwidgets.py

*** …/build/tools/build-wxwidgets.py~ 2012-07-20
22:34:48.000000000 -0600

— …/build/tools/build-wxwidgets.py 2013-01-11
23:43:45.951577878 -0700


*** 264,270 ****

“–with-opengl”,

“–enable-sound”,

“–enable-graphics_ctx”,

! “–enable-mediactrl”,

“–enable-display”,

“–enable-geometry”,

“–enable-debug_flag”,

— 264,270 ----

“–with-opengl”,

“–enable-sound”,

“–enable-graphics_ctx”,

! #“–enable-mediactrl”,

“–enable-display”,

“–enable-geometry”,

“–enable-debug_flag”,

But… how do I get GStreamer? What package provides it?

thanks!

-steve

  To unsubscribe, send email to

or visit

sudo apt-get install libghc-gstreamer-dev


Steve Gadget Barnes

steve@steve-VirtualBox:~/Development/wxPython-src-2.9.4.0/wxPython$wxPython-users+unsubscribe@googlegroups.com
http://groups.google.com/group/wxPython-users?hl=en

That did it!

thanks,
-steve

···

On Sat, Jan 12, 2013 at 6:33 AM, Steve Barnes <gadgetsteve@live.co.uk>wrote:

sudo apt-get install libghc-gstreamer-dev

No problem :slight_smile:

···

On 12/01/13 14:17, Steve Spicklemire
wrote:

That did it!

thanks,

-steve

On Sat, Jan 12, 2013 at 6:33 AM, Steve Barnes gadgetsteve@live.co.uk
wrote:

sudo apt-get install libghc-gstreamer-dev

  To unsubscribe, send email to

or visit


Steve Gadget Barnes

wxPython-users+unsubscribe@googlegroups.com
http://groups.google.com/group/wxPython-users?hl=en