<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Apr 23, 2016 at 4:50 AM,  <span dir="ltr">&lt;<a href="mailto:listmember@rinnberger.de" target="_blank">listmember@rinnberger.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">A search for &#39;DISPATCH_QUEUE_SERIAL&#39; brought me to<br>
<br>
&lt;<a href="http://stackoverflow.com/questions/10075083/restkit-undeclared-identifier-dispatch-queue-serial-inside-rkobjectmanager" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/10075083/restkit-undeclared-identifier-dispatch-queue-serial-inside-rkobjectmanager</a>&gt;<br>
<br>
which offered a potential solution.<br>
<br>
I am not experienced with the phases in macports build process, so here is my question:<br>
<br>
How to pass NULL for the second parameter to dispatch_queue_create() ?<br></blockquote><div><br></div><div>You would provide a patch file modifying the source code as originally unpacked. See <a href="https://guide.macports.org/chunked/development.patches.html">https://guide.macports.org/chunked/development.patches.html</a> (and the rest of <a href="https://guide.macports.org/chunked/">https://guide.macports.org/chunked/</a> for more information on Portfile development). This patch should only be applied on pre-10.7 systems.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">the config log gives an error, too:<br>
&gt; conftest.c:11:10: fatal error: &#39;ac_nonexistent.h&#39; file not found<br>
&gt; #include &lt;ac_nonexistent.h&gt;<br></blockquote></div><div><br></div><div>The filename it&#39;s talking about should be a hint... it&#39;s a deliberate failure, and if that had succeeded then configure would have aborted with a complaint about your C compiler being broken.</div><div><br></div><div>Lots of configure tests fail, because configure checks for include files, libraries, and functions that may or may not exist on any given OS or release thereof. If the compiler doesn&#39;t error out when it should, then it can&#39;t check what functionality works on your system.</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div><div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div></div>
</div></div>