[Gstreamer-bugs] [Bug 113607] New - [build] CXXFLAGS vs. CPPFLAGS

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Fri May 23 11:47:01 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=113607

Changed by rbultje at ronald.bitfreak.net.

--- shadow/113607	Fri May 23 14:47:00 2003
+++ shadow/113607.tmp.32706	Fri May 23 14:47:00 2003
@@ -0,0 +1,36 @@
+Bug#: 113607
+Product: GStreamer
+Version: HEAD CVS
+OS: other
+OS Details: RH73, *old* autotools
+Status: NEW   
+Resolution: 
+Severity: normal
+Priority: Normal
+Component: gst-plugins
+AssignedTo: gstreamer-maint at bugzilla.gnome.org                            
+ReportedBy: rbultje at ronald.bitfreak.net               
+QAContact: gstreamer-maint at bugzilla.gnome.org
+TargetMilestone: 0.6.x
+URL: 
+Summary: [build] CXXFLAGS vs. CPPFLAGS
+
+I think a bug is the easiest way to do this.
+
+My build in HEAD/CVS doesn't work for the c++ plugins. Reason is Brian
+Cameron's recent changes that move libbla_la_CXXFLAGS to
+libbla_la_CPPFLAGS, which causes the build to fail on my system. The FLAGS
+are just not being set, so I don't have any -I.... lines during
+compilation, so it fails. Changing it back to CXXFLAGS makes it work.
+Examples of where this applies is the monkeyaudio plugin and modplug.
+
+My system:
+automake-1.6.3
+autoconf-2.54c
+gcc-2.96
+
+We could add dual lines in each c++ plugin Makefile.am:
+libbla_la_CPPFLAGS = ...
+libbla_la_CXXFLAGS = $(libbla_la_CPPFLAGS)
+
+But that's rather ugly. Anyone got a good solution here?





More information about the Gstreamer-bugs mailing list