GNOME Bugzilla – Bug 116089
Application Development Manual and pkgconfig
Last modified: 2004-12-22 21:47:04 UTC
From cahpteer 12, Compiling helloworld.c : To compile the helloworld example, use: gcc -Wall `pkg-config gstreamer --cflags --libs` helloworld.c \ -o helloworld Unfortunately, that doesn't work. According to David I. Lehn, gstreamer must be versioned, so it should be for example : gcc -Wall `pkg-config gstreamer-0.6 --cflags --libs` helloworld.c \ -o helloworld It works better here.
Thanks for noticing this. It's the kind of thing that we developers tend to miss. It's fixed in both the 0.6 branch and HEAD. with any luck, the "-0.7" will get changed to "-0.8" when we finally release 0.8.0. :)