<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:Verdana;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p
        {mso-style-priority:99;
        mso-margin-top-alt:auto;
        margin-right:0cm;
        mso-margin-bottom-alt:auto;
        margin-left:0cm;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";
        color:black;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:windowtext;}
span.EmailStyle18
        {mso-style-type:personal-reply;
        font-family:"Verdana","sans-serif";
        color:#1F497D;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:"Courier New";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">This is an error in Glib configuration not in CWB.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">I googled a bit for similar error reports and found a number of different reports that all seem to do with 32 bit vs. 64 bit compilation of GLIb.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">This seems to follow from the fact that compilation of GLib fails here:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal" style="text-indent:36.0pt"><span style="font-size:13.5pt">G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64))</span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">That is, Glib is checking the integer size, and forcing compilation to abort because it isn’t the expected size.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Examples of people getting this error when compiling software other than CWB:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><a href="http://stackoverflow.com/questions/37935605/32-bit-compilation-failing-on-64-bit-ubuntu-16-04">http://stackoverflow.com/questions/37935605/32-bit-compilation-failing-on-64-bit-ubuntu-16-04</a>
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><a href="http://mazurov.eu/blog/ubuntu/32-bit-compilation-failing-on-64-bit-ubuntu-16-04.html">http://mazurov.eu/blog/ubuntu/32-bit-compilation-failing-on-64-bit-ubuntu-16-04.html</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><a href="https://github.com/madler/zlib/issues/109">https://github.com/madler/zlib/issues/109</a>
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">One particularly informative thread is:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><a href="https://lists.freedesktop.org/archives/gstreamer-devel/2015-December/055711.html">https://lists.freedesktop.org/archives/gstreamer-devel/2015-December/055711.html</a><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Note especially this reply<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><a href="https://lists.freedesktop.org/archives/gstreamer-devel/2015-December/055712.html">https://lists.freedesktop.org/archives/gstreamer-devel/2015-December/055712.html</a>
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<pre><span style="font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">“</span><span style="color:black">Are you sure the compiler is creating 64 bit binaries there? Maybe you<o:p></o:p></span></pre>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">call the wrong one or -m64 has to be passed to the compiler.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">The error looks like using a 32 bit compiler with 64 bit headers of<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">glib.</span><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">”<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Similar problems
<i>have</i> been reported to us before:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">This problem in 2012, part of a long thread on Mac compilation:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><a href="http://liste.sslmit.unibo.it/pipermail/cwb/2012-August/001121.html">http://liste.sslmit.unibo.it/pipermail/cwb/2012-August/001121.html</a>
<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">(click on [thread] at the bottom to see the whole conversation…)<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">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?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">best<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D">Andrew.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,&quot;sans-serif&quot;;color:#1F497D"><o:p>&nbsp;</o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext">From:</span></b><span lang="EN-US" style="font-size:10.0pt;font-family:&quot;Tahoma&quot;,&quot;sans-serif&quot;;color:windowtext"> cwb-bounces@sslmit.unibo.it
 [mailto:cwb-bounces@sslmit.unibo.it] <b>On Behalf Of </b>José Manuel Martínez Martínez<br>
<b>Sent:</b> 23 October 2016 17:38<br>
<b>To:</b> Open source development of the Corpus WorkBench<br>
<b>Subject:</b> [CWB] Installing cwb from SVN in Mac OS Sierra<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p><span style="font-size:13.5pt">Dear all,</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">I am trying to install in my Mac the last version in trunk (903).</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">I managed to do it in the past. However, this time it seems there is an error.</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">I am using a MacOS Sierra 10.12</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">I am using homebrew and I have installed:</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">- pkg-config: stable 0.29.1<br>
- glib: stable 2.50.1<br>
- pcre: stable 8.39<br>
- readline: stable 7.0</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">I run the shell commands. But `make all` ends with an error. See below.</span><o:p></o:p></p>
<p><span style="font-size:13.5pt"><br>
Any ideas? Is this a know issue? Which version from SVN could I take that is know to work with MacOS Sierra?</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">Best!</span><o:p></o:p></p>
<p><span style="font-size:13.5pt"><br>
jmm</span><o:p></o:p></p>
<p><span style="font-size:13.5pt">## Error message</span><o:p></o:p></p>
<p><o:p>&nbsp;</o:p></p>
<p><span style="font-size:13.5pt">$ make all<br>
--------------------------------- BUILDING CORPUS LIBRARY (CL)<br>
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C cl<br>
rm -f globals.o<br>
/usr/bin/gcc -c&nbsp; -o globals.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:28 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; globals.c<br>
rm -f macros.o<br>
/usr/bin/gcc -c&nbsp; -o macros.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:28 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; macros.c<br>
macros.c:404:12: warning: format string is not a string literal<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (potentially insecure) [-Wformat-security]<br>
&nbsp;&nbsp;&nbsp; printf(label);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~<br>
macros.c:404:12: note: treat the string as an argument to avoid this<br>
&nbsp;&nbsp;&nbsp; printf(label);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;%s&quot;, <br>
1 warning generated.<br>
macros.c:404:12: warning: format string is not a string literal<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (potentially insecure) [-Wformat-security]<br>
&nbsp;&nbsp;&nbsp; printf(label);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~<br>
macros.c:404:12: note: treat the string as an argument to avoid this<br>
&nbsp;&nbsp;&nbsp; printf(label);<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;%s&quot;, <br>
1 warning generated.<br>
rm -f list.o<br>
/usr/bin/gcc -c&nbsp; -o list.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:29 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; list.c<br>
rm -f lexhash.o<br>
/usr/bin/gcc -c&nbsp; -o lexhash.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:29 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; lexhash.c<br>
rm -f ngram-hash.o<br>
/usr/bin/gcc -c&nbsp; -o ngram-hash.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:29 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; ngram-hash.c<br>
rm -f bitfields.o<br>
/usr/bin/gcc -c&nbsp; -o bitfields.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:29 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; bitfields.c<br>
rm -f storage.o<br>
/usr/bin/gcc -c&nbsp; -o storage.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:29 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; storage.c<br>
rm -f fileutils.o<br>
/usr/bin/gcc -c&nbsp; -o fileutils.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:30 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; fileutils.c<br>
rm -f special-chars.o<br>
/usr/bin/gcc -c&nbsp; -o special-chars.o -Wall -O3 -arch x86_64 -arch i386 -march=core2 -mtune=core2&nbsp;&nbsp; -DUSE_TERMCAP -DUSE_READLINE -DREGISTRY_DEFAULT_PATH=\&quot;&quot;/usr/local/cwb-3.4.10/share/cwb/registry&quot;\&quot; -DCOMPILE_DATE=\&quot;&quot;Sun Oct 23 18:35:30 CEST 2016&quot;\&quot; -DVERSION=\&quot;3.4.10\&quot;
 -I/usr/local/Cellar/glib/2.50.1/include/glib-2.0 -I/usr/local/Cellar/glib/2.50.1/lib/glib-2.0/include -I/usr/local/opt/gettext/include -I/usr/local/Cellar/pcre/8.39/include -I/usr/local/Cellar/pcre/8.39/include -I'/usr/local/Cellar/readline/7.0/include'&nbsp; special-chars.c<br>
In file included from special-chars.c:24:<br>
In file included from /usr/local/Cellar/glib/2.50.1/include/glib-2.0/glib.h:30:<br>
In file included from /usr/local/Cellar/glib/2.50.1/include/glib-2.0/glib/galloca.h:32:<br>
/usr/local/Cellar/glib/2.50.1/include/glib-2.0/glib/gtypes.h:423:3: error: <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '_GStaticAssertCompileTimeAssertion_0' declared as an array with a<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; negative size<br>
&nbsp; G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof (guint64));<br>
&nbsp; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
/usr/local/Cellar/glib/2.50.1/include/glib-2.0/glib/gmacros.h:232:103: note: <br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; expanded from macro 'G_STATIC_ASSERT'<br>
&nbsp; ...(_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ? 1 : -1] G_GN...<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ^~~~~~~~~~~~~~~<br>
1 error generated.<br>
make[1]: *** [special-chars.o] Error 1<br>
make: *** [all] Error 2</span><o:p></o:p></p>
<p><o:p>&nbsp;</o:p></p>
<p><o:p>&nbsp;</o:p></p>
<p><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>