<br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 11:05 PM, 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>
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;">
hey,<br>
<br>
we have a perfectly valid .pc file of a library, which works well on linux and Windows. We use &quot;pkg-config --variable=prefix mylib&quot; to get the prefix. On linux and windows, no problem. One of our user tried on mac os x, and the command returns nothing. He compiled himself pkg-config.<br>

<br>
What is strange is that it occurs only for that precise .pc file. Other .pc files have no problem at all. We are completely lost.<br>
<br>
</blockquote></div>
If you could post the .pc file, I can test it on my mac. The result might hint on what the problem is.<br>
<br></blockquote><div><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></div></div>