[Gstreamer-bugs] [Bug 116089] New - Application Development Manual and pkgconfig

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri Jun 27 00:59:58 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=116089

Changed by yklis at kaliasys.com.

--- shadow/116089	Fri Jun 27 03:59:58 2003
+++ shadow/116089.tmp.25439	Fri Jun 27 03:59:58 2003
@@ -0,0 +1,31 @@
+Bug#: 116089
+Product: GStreamer
+Version: 0.6.2
+OS: Linux
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: don't know
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: yklis at kaliasys.com               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: HEAD
+URL: 
+Summary: Application Development Manual and pkgconfig
+
+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.





More information about the Gstreamer-bugs mailing list