From: C A. R. <an...@xt...> - 2013-01-15 18:15:39
|
On Tue, Jan 15, 2013 at 12:10 PM, Paul Camp <PC...@sp...> wrote: > Apparently, that has to be built from source as 2.9.x is not in the > repositories. I can do that, but I get an error message that GStreamer is > not found. However, according to my package manager, GStreamer is installed > on the system. you probably just need the build deps, eg. header files and whatnot usually included in *-dev packages. try: apt-get build-dep <whatever-the-wx-widgets-package-is> ...that usually gets you 95% on the way, with the occasional rebuild of a specific dep (eg, you need a newer version of a dep than whats in the repos) -- C Anthony |