<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)"
   href="https://bugs.webkit.org/show_bug.cgi?id=144560#c37">Comment # 37</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [GTK] Fix combinations of PLATFORM(GTK) and OS(DARWIN)"
   href="https://bugs.webkit.org/show_bug.cgi?id=144560">bug 144560</a>
              from <span class="vcard"><a class="email" href="mailto:philip.chimento&#64;gmail.com" title="Philip Chimento &lt;philip.chimento&#64;gmail.com&gt;"> <span class="fn">Philip Chimento</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=144560#c36">comment #36</a>)
<span class="quote">&gt; Comment on <span class=""><a href="attachment.cgi?id=264506&amp;action=diff" name="attach_264506" title="Patch">attachment 264506</a> <a href="attachment.cgi?id=264506&amp;action=edit" title="Patch">[details]</a></span>
&gt; Patch
&gt; 
&gt; View in context:
&gt; <a href="https://bugs.webkit.org/attachment.cgi?id=264506&amp;action=review">https://bugs.webkit.org/attachment.cgi?id=264506&amp;action=review</a>
&gt; 
&gt; &gt; Source/WebKit2/Platform/IPC/unix/ConnectionUnix.cpp:47
&gt; &gt; -#ifdef SOCK_SEQPACKET
&gt; &gt; +#if defined(SOCK_SEQPACKET) &amp;&amp; !PLATFORM(GTK)
&gt; &gt;  #define SOCKET_TYPE SOCK_SEQPACKET
&gt; 
&gt; This is wrong, we always want to use SOCK_SEQPACKET if available, why did
&gt; you add !PLATFORM(GTK) ?</span >

It's been such a long time since I first wrote this, I don't have my notes anymore on the error message that SOCK_SEQPACKET caused. I can try to compile again without this change and see what the problem was.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>