<br><br><div class="gmail_quote">On Fri, Jun 25, 2010 at 2:48 AM, Peter Johansson <span dir="ltr">&lt;<a href="mailto:trojkan@gmail.com">trojkan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Vincent,<div class="im"><br>
<br>
On 6/23/10 5:13 PM, Vincent Torri wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
<br>
prefix=/usr/local<br>
exec_prefix=${prefix}<br>
libdir=${exec_prefix}/lib<br>
includedir=${prefix}/include<br>
datarootdir=${prefix}/share<br>
datadir=${datarootdir}/edje<br>
<br>
Name: edje<br>
Description: Enlightened graphical design and layout engine.<br>
Requires.private: ecore-imf-evas ecore-imf lua embryo ecore evas eet eina-0�<br>
Version: 0.9.9.49791<br>
Libs: -L${libdir} -ledje<br>
Libs.private:<br>
Cflags: -I${includedir}<br>
<br>
<br>
</blockquote></div>
I pasted the content above into /usr/local/lib/pkgconfig/edje.pc<br>
<br>
When I issue<br>
<br>
pkg-config --variable=prefix edje<br>
<br>
I get<br>
<br>
/usr/local<br>
<br>
so it seems to work as expected.<br>
<br>
I use pkg-config version 0.25 built via macport.<br>
<br>
There is a strange character after the &#39;0&#39; in &#39;eina-0&#39;. I don&#39;t know if that comes from the email client, or if it&#39;s supposed to be there, or if it could possible influence your issue here.<font color="#888888"><br>

</font></blockquote></div><br>It&#39;s not from the email client. It is in all the .pc files we have, not only edje.pc. They are generated by configure. So maybe it is doing nasty things (which would not be surprising...)<br>
<br>Vincent Torri<br>