<br><br><div class="gmail_quote">On Sat, Jun 26, 2010 at 9:40 AM, Dan Nicholson <span dir="ltr">&lt;<a href="mailto:dbn.lists@gmail.com">dbn.lists@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;">
<div class="im">On Fri, Jun 25, 2010 at 11:18 PM, Vincent Torri &lt;<a href="mailto:vincent.torri@gmail.com">vincent.torri@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Fri, Jun 25, 2010 at 8:11 AM, Dan Nicholson &lt;<a href="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Wed, Jun 23, 2010 at 2:01 PM, Vincent Torri &lt;<a href="mailto:vincent.torri@gmail.com">vincent.torri@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; hey,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; we have a perfectly valid .pc file of a library, which works well on<br>
&gt;&gt; &gt; linux<br>
&gt;&gt; &gt; and Windows. We use &quot;pkg-config --variable=prefix mylib&quot; to get the<br>
&gt;&gt; &gt; prefix.<br>
&gt;&gt; &gt; On linux and windows, no problem. One of our user tried on mac os x, and<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; command returns nothing. He compiled himself pkg-config.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; What is strange is that it occurs only for that precise .pc file. Other<br>
&gt;&gt; &gt; .pc<br>
&gt;&gt; &gt; files have no problem at all. We are completely lost.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; does someone have an idea about the problem ?<br>
&gt;&gt;<br>
&gt;&gt; Can you run &quot;PKG_CONFIG_DEBUG_SPEW=1 pkg-config --variable=prefix<br>
&gt;&gt; mylib&quot;?<br>
</div><div><div class="h5"><br>
<br>
</div></div>It appears to be bailing out because edje requires lua and it&#39;s not<br>
being found. Probably $? != 0 and possibly you would see this<br>
executing pkg-config with --print-errors.<br>
<br>
Arguably pkg-config should not be trying to resolve dependencies when<br>
you&#39;re just doing --variable and not --libs or something.</blockquote><div><br>ok, it makes sense.<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
 I don&#39;t know<br>
if there&#39;s any history behind that decision. I&#39;m traveling right now,<br>
so I don&#39;t have a chance to look at the code right this second. Maybe<br>
Tollef can chime in, though.<br></blockquote><div><br>Anyway it&#39;s strange that the configure script didn&#39;t stops, because lua is a needed dependency. A bug in out<br>r <a href="http://configure.ac">configure.ac</a>, i think.<br>
<br>thank you very much !<br><br>Vincent Torri <br><br></div></div>