This is the makefile I am using: <a href="http://pastebin.ca/1491706">http://pastebin.ca/1491706</a> based on Tiago Katcipis Makefiles.<br>It seems to be ok nevertheless when I execute make this is the result:<br>/home/miki/gstreamer//git/gstreamer/pkgconfig/../gst/<a href="http://libgstreamer-0.10.la">libgstreamer-0.10.la</a>: file not recognized: File format not recognized<br>
<br>Where <a href="http://libgstreamer-0.10.la">libgstreamer-0.10.la</a> comes from &quot;pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10 --libs&quot; and asking on #gstreamer<br>.la is libtool related, anybody knows how to solve this?<br>
<br>Thanks<br><br><div class="gmail_quote">El 11 / juliol / 2009 08:25, Miquel Ŕngel Farré <span dir="ltr">&lt;<a href="mailto:miquel.farre@gmail.com">miquel.farre@gmail.com</a>&gt;</span> ha escrit:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
You can try to work with uninstalled-gstreamer: <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-developing.html#developing-uninstalled-gstreamer</a><br>


<br>when in your uninstalled:<br>
use the cflags from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10 --cflags<br>
use the libs from: pkg-config gstreamer-0.10 gstreamer-plugins-base-0.10 --libs<br>
<br><br><div class="gmail_quote">2009/7/11 Rad E. <span dir="ltr">&lt;<a href="mailto:rad_e@rocketmail.com" target="_blank">rad_e@rocketmail.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;">
<div class="im">

<div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><div>I am learning how to write a gstreamer plugin. I got the example plugin from git, and unfortunately failed to build it -- no gstreamer installed. On the machine I am working I don&#39;t have root privileges and cannot install gstreamer. I downloaded gstreamer and compiled it in my home folder. My question is how do I tell makefiles to look for those libraries in my home folder? Which config file should I be editing?<br>


<br>Any pointers will be appreciated.<br>thanx<br></div></div><br>

      </div><br></div>------------------------------------------------------------------------------<br>
Enter the BlackBerry Developer Challenge<br>
This is your chance to win up to $100,000 in prizes! For a limited time,<br>
vendors submitting new applications to BlackBerry App World(TM) will have<br>
the opportunity to enter the BlackBerry Developer Challenge. See full prize<br>
details at: <a href="http://p.sf.net/sfu/Challenge" target="_blank">http://p.sf.net/sfu/Challenge</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">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>
<br></blockquote></div><br>
</blockquote></div><br>