<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font size="+1">Dear Andrew, dear Stefan,</font></p>
    <p><font size="+1">thank you very much for the hints. It was my
        fault, or maybe brew's fault. The problem was glib. I have
        uninstalled it, and then re-installed it with the --universal
        flag. Now, it compiles and it seems to work properly.<br>
      </font></p>
    <p><font size="+1">I have the impression, that when brew upgrades glib,
        it might install it without the --universal flag. But I am not
        sure. I will monitor this behaviour next time a glib upgrade is
        available.</font></p>
    <p><font size="+1">So, we can say that cwb 3.4.10 compiles in MacOS
        Sierra ;-)</font></p>
    <p><font size="+1">Thank you again!</font></p>
    <p><font size="+1">Best,</font></p>
    <p><font size="+1">jmm<br>
      </font></p>
    <br>
    <div class="moz-cite-prefix">On 24/10/2016 14:18, Stefan Evert
      wrote:<br>
    </div>
    <blockquote
      cite="mid:6A500832-CD54-47BC-8619-748D83C503D8@collocations.de"
      type="cite">
      <pre wrap="">
</pre>
      <blockquote type="cite">
        <pre wrap="">On 24 Oct 2016, at 12:15, Hardie, Andrew <a class="moz-txt-link-rfc2396E" href="mailto:a.hardie@lancaster.ac.uk">&lt;a.hardie@lancaster.ac.uk&gt;</a> wrote:

Stefan’s solution in that mail may be relevant to you. I see “-arch x86_64 -arch i386” in your gcc calls which suggests you are targeting the Universal binary. But maybe you did not install Glib as universal when you added it using homebrew?
</pre>
      </blockquote>
      <pre wrap="">
Yes, you need to have installed glib2 with

        brew install glib —universal

I wouldn't be surprised though if Apple has finally stopped supporting 32-bit builds altogether …  If this is just for your own machine and not for distribution, try changing the platform setting in config.mk from "darwin-universal" to "darwin-64".

Best,
Stefan
_______________________________________________
CWB mailing list
<a class="moz-txt-link-abbreviated" href="mailto:CWB@sslmit.unibo.it">CWB@sslmit.unibo.it</a>
<a class="moz-txt-link-freetext" href="http://liste.sslmit.unibo.it/mailman/listinfo/cwb">http://liste.sslmit.unibo.it/mailman/listinfo/cwb</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>