Re: GStreamer on windows



Brian Manning wrote:
On Sat, Dec 12, 2009 at 11:23 PM, Jeffrey Ray <jeffrey jeffreyray info> wrote:
Has anybody installed the gstreamer perl bindings on a windows system ? I
get this error (running camelbox on vista):

Package gstreamer-0.10 was not found in the pkg-config search path.
   Perhaps you should add the directory containing `gstreamer-0.10.pc'
     to the PKG_CONFIG_PATH environment variable

ExtUtils::PkgConfig is looking for the file 'gstreamer-0.10.pc' and
can't find it.

I have GStreamer binaries installed from here
http://www.gstreamer-winbuild.ylatuya.es/doku.php?id=start

Where does this package install the file gstreamer-0.10.pc'?  You need
to set PKG_CONFIG_PATH in your environment to point to this directory,
then run 'perl Makefile.PL' over again.  It should then get past this
error message and hopefully create a Makefile for you to build with.

Thanks,

Brian
Right - that was my first step after getting that error message. There is no gstreamer-*.pc file anywhere in that directory or below. From what I understand because package-config wasn't used - as it is a linux utility.

I also i tried adding the bin and lib sub directories of c:/gstreamer, where the dll's exist to that PKG_CONFIG_PATH variable to no avail.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]