Reece,<br><br> Yes I did it, with the same problem, these are my flags:<br><br>libgstplugin_la_CFLAGS = $(GST_CXXFLAGS)<br>libgstplugin_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GSTCTRL_LIBS)<br>libgstplugin_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)<br>
libgstplugin_la_LIBTOOLFLAGS = --tag=disable-static<br><br>Nevertheless looking at the generated makefile there is nothing for GST_CXXFLAGS, should I add something to <a href="http://configure.ac">configure.ac</a>?<br><br>
Thanks<br><br><br><br><br><div class="gmail_quote">2009/9/12 Reece Dunn <span dir="ltr">&lt;<a href="mailto:msclrhd@googlemail.com">msclrhd@googlemail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
2009/9/12 Miquel Ŕngel Farré &lt;<a href="mailto:miquel.farre@gmail.com">miquel.farre@gmail.com</a>&gt;:<br>
<div class="im">&gt; Good Morning,<br>
&gt;<br>
&gt; Just asked on the irc channel and MikeS-tp tried to help (thanks!) .. this<br>
&gt; is the problem:<br>
&gt;<br>
&gt; I am trying to build a C++ plugin, flags and libs are given correctly<br>
&gt; nevertheless It doesen&#39;t build because it is C++ code, I have arrived to<br>
&gt; this conclusion making a little test:<br>
&gt;<br>
&gt; - Try to build gst-template/gst-plugin: ./autogen.sh &amp;&amp; make : it works<br>
&gt; - Change gstplugin.c to gstplugin.cpp edit Makefile.am with the new file<br>
&gt; extension<br>
&gt; - autogen.sh &amp;&amp; make result:<br>
&gt;<br>
</div><div class="im">&gt; gstplugin.cpp:63:21: error: gst/gst.h: No such file or directory<br>
<br>
</div>Have you set CXXFLAGS to contain the include path instead of CFLAGS?<br>
<br>
- Reece<br>
<br>
------------------------------------------------------------------------------<br>
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day<br>
trial. Simplify your report design, integration and deployment - and focus on<br>
what you do best, core application coding. Discover what&#39;s new with<br>
Crystal Reports now.  <a href="http://p.sf.net/sfu/bobj-july" target="_blank">http://p.sf.net/sfu/bobj-july</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div><br>