PDA

View Full Version : :-1: error: Package gstreamer-0.10 not found



casamensa
5th July 2012, 11:18
Hi,

I'm trying to modify a video streaming program on my mac from a linux qt project that uses gstreamer, it all works good on the linux machine. On the mac in QT i get the build error :-1: error: Package gstreamer-0.10 not found yet I have gstreamer installed and can use it from command line. I'm new to C++ programming and QT so could do with some noddy help!

Thanks

wysota
5th July 2012, 12:00
You need the development package (headers, libs, etc.) not the runtime package (well, you need that as well).

casamensa
5th July 2012, 14:12
Hi,

I've got the development package installed, is there anything I need to add in QT so it can find it e.g in Java I would add an external Jar in Netbeans if I was using an external library?

Thanks

Simon