<html>
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><font size="+1">Dear all,</font></p>
    <p><font size="+1">I am trying to install in my Mac the last version
        in trunk (903).<br>
      </font></p>
    <p><font size="+1">I managed to do it in the past. However, this
        time it seems there is an error.</font></p>
    <p><font size="+1">I am using a MacOS Sierra 10.12<br>
      </font></p>
    <p><font size="+1">I am using homebrew and I have installed:</font></p>
    <p><font size="+1">- pkg-config: stable 0.29.1<br>
        - glib: stable 2.50.1<br>
        - pcre: stable 8.39<br>
        - readline: stable 7.0<br>
      </font></p>
    <p><font size="+1">I run the shell commands. But `make all` ends
        with an error. See below.</font></p>
    <p><font size="+1"><br>
        Any ideas? Is this a know issue? Which version from SVN could I
        take that is know to work with MacOS Sierra?</font></p>
    <p><font size="+1">Best!</font></p>
    <p><font size="+1"><br>
        jmm</font></p>
    <p><font size="+1">## Error message<br>
      </font></p>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1">$ 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  -o globals.o -Wall -O3 -arch x86_64 -arch i386
        -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:28 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  globals.c<br>
        rm -f macros.o<br>
        /usr/bin/gcc -c  -o macros.o -Wall -O3 -arch x86_64 -arch i386
        -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:28 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  macros.c<br>
        macros.c:404:12: warning: format string is not a string literal<br>
              (potentially insecure) [-Wformat-security]<br>
            printf(label);<br>
                   ^~~~~<br>
        macros.c:404:12: note: treat the string as an argument to avoid
        this<br>
            printf(label);<br>
                   ^<br>
                   "%s", <br>
        1 warning generated.<br>
        macros.c:404:12: warning: format string is not a string literal<br>
              (potentially insecure) [-Wformat-security]<br>
            printf(label);<br>
                   ^~~~~<br>
        macros.c:404:12: note: treat the string as an argument to avoid
        this<br>
            printf(label);<br>
                   ^<br>
                   "%s", <br>
        1 warning generated.<br>
        rm -f list.o<br>
        /usr/bin/gcc -c  -o list.o -Wall -O3 -arch x86_64 -arch i386
        -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:29 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  list.c<br>
        rm -f lexhash.o<br>
        /usr/bin/gcc -c  -o lexhash.o -Wall -O3 -arch x86_64 -arch i386
        -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:29 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  lexhash.c<br>
        rm -f ngram-hash.o<br>
        /usr/bin/gcc -c  -o ngram-hash.o -Wall -O3 -arch x86_64 -arch
        i386 -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:29 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  ngram-hash.c<br>
        rm -f bitfields.o<br>
        /usr/bin/gcc -c  -o bitfields.o -Wall -O3 -arch x86_64 -arch
        i386 -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:29 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  bitfields.c<br>
        rm -f storage.o<br>
        /usr/bin/gcc -c  -o storage.o -Wall -O3 -arch x86_64 -arch i386
        -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:29 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  storage.c<br>
        rm -f fileutils.o<br>
        /usr/bin/gcc -c  -o fileutils.o -Wall -O3 -arch x86_64 -arch
        i386 -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:30 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  fileutils.c<br>
        rm -f special-chars.o<br>
        /usr/bin/gcc -c  -o special-chars.o -Wall -O3 -arch x86_64 -arch
        i386 -march=core2 -mtune=core2   -DUSE_TERMCAP -DUSE_READLINE
        -DREGISTRY_DEFAULT_PATH=\""/usr/local/cwb-3.4.10/share/cwb/registry"\"
        -DCOMPILE_DATE=\""Sun Oct 23 18:35:30 CEST 2016"\"
        -DVERSION=\"3.4.10\"
        -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'  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>
              '_GStaticAssertCompileTimeAssertion_0' declared as an
        array with a<br>
              negative size<br>
          G_STATIC_ASSERT(sizeof (unsigned long long) == sizeof
        (guint64));<br>
         
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
/usr/local/Cellar/glib/2.50.1/include/glib-2.0/glib/gmacros.h:232:103:
        note: <br>
              expanded from macro 'G_STATIC_ASSERT'<br>
          ...(_GStaticAssertCompileTimeAssertion_, __COUNTER__)[(expr) ?
        1 : -1] G_GN...<br>
                                                               
        ^~~~~~~~~~~~~~~<br>
        1 error generated.<br>
        make[1]: *** [special-chars.o] Error 1<br>
        make: *** [all] Error 2</font></p>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1"><br>
      </font></p>
    <p><font size="+1"><br>
      </font></p>
  </body>
</html>