fbkarsdorp / homebrew-lamachine

Brew formulas for installing NLP software developed by the Language Machines research group
5 stars 1 forks source link

Ticcutils installation breaks on no member named 'isunordered' #13

Closed fbkarsdorp closed 5 years ago

fbkarsdorp commented 5 years ago

Not sure what's causing this. Here's the output:

==> Downloading https://github.com/LanguageMachines/ticcutils/releases/download/v0.20/ticcutils-0.20.tar.gz
Already downloaded: /Users/folgertkarsdorp/Library/Caches/Homebrew/downloads/15a083e06e3be338c05fa56b3f1e9f53cf1159da6ea6181145e5465eb14d7114--ticcutils-0.20.tar.gz
==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/ticcutils/0.20
==> make install
Last 15 lines from /Users/folgertkarsdorp/Library/Logs/Homebrew/ticcutils/02.make:
/Library/Developer/CommandLineTools/usr/include/c++/v1/cmath:324:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
      ~~^
/Library/Developer/CommandLineTools/usr/include/c++/v1/cmath:325:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
      ~~^
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -I/usr/include -I/usr/local/include -g -std=c++11 -O3 -W -Wall -pedantic -D U_USING_ICU_NAMESPACE=1 -std=c++11 -stdlib=libc++ -pthread -I/usr/local/Cellar/libxml2/2.9.8_1/include/libxml2 -I/usr/local/Cellar/icu4c/63.1/include -c LogStream.cxx -o LogStream.o >/dev/null 2>&1
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -I/usr/include -I/usr/local/include -g -std=c++11 -O3 -W -Wall -pedantic -D U_USING_ICU_NAMESPACE=1 -std=c++11 -stdlib=libc++ -pthread -I/usr/local/Cellar/libxml2/2.9.8_1/include/libxml2 -I/usr/local/Cellar/icu4c/63.1/include -c XMLtools.cxx -o XMLtools.o >/dev/null 2>&1
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -I/usr/include -I/usr/local/include -g -std=c++11 -O3 -W -Wall -pedantic -D U_USING_ICU_NAMESPACE=1 -std=c++11 -stdlib=libc++ -pthread -I/usr/local/Cellar/libxml2/2.9.8_1/include/libxml2 -I/usr/local/Cellar/icu4c/63.1/include -c StringOps.cxx -o StringOps.o >/dev/null 2>&1
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -I/usr/include -I/usr/local/include -g -std=c++11 -O3 -W -Wall -pedantic -D U_USING_ICU_NAMESPACE=1 -std=c++11 -stdlib=libc++ -pthread -I/usr/local/Cellar/libxml2/2.9.8_1/include/libxml2 -I/usr/local/Cellar/icu4c/63.1/include -c zipper.cxx -o zipper.o >/dev/null 2>&1
13 errors generated.
make[1]: *** [Tar.lo] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: compile:  clang++ -DHAVE_CONFIG_H -I. -I.. -I../include -I/usr/include -I/usr/include -I/usr/local/include -g -std=c++11 -O3 -W -Wall -pedantic -D U_USING_ICU_NAMESPACE=1 -std=c++11 -stdlib=libc++ -pthread -I/usr/local/Cellar/libxml2/2.9.8_1/include/libxml2 -I/usr/local/Cellar/icu4c/63.1/include -c Configuration.cxx -o Configuration.o >/dev/null 2>&1
make: *** [install-recursive] Error 1

Do not report this issue to Homebrew/brew or Homebrew/core!