After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 116089 - Application Development Manual and pkgconfig
Application Development Manual and pkgconfig
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: dont know
0.6.2
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-27 07:59 UTC by Yann Klis
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yann Klis 2003-06-27 07:59:57 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.
Comment 1 David Schleef 2003-06-30 07:12:34 UTC
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.  :)