Gem Install Gollum дает мне ошибки биты / C++config.h не найден в Mac OS Sierra
Когда я бегу
sudo gem install gollum
или же
sudo gem install charlock_holmes -- --with-icu-dir=/opt/local/lib/icu --with-opt-include=/opt/local/include/ --with-opt-lib=/opt/local/lib/
Я получаю следующую ошибку:
compiling transliterator.cpp
In file included from transliterator.cpp:4:0:
/usr/local/include/c++/5.1.0/string:38:28: fatal error: bits/c++config.h: No such file or directory
compilation terminated.
Может быть, мне нужно установить какой-нибудь флаг, чтобы компилятор мог найти эти библиотеки? Mac OS Sierra версия 10.12, здесь версия gcc (установлен Xcode):
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 8.1.0 (clang-802.0.38)
Target: x86_64-apple-darwin16.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Заранее спасибо!