Created
August 31, 2015 04:09
-
-
Save lwneal/63bb5634007e71656975 to your computer and use it in GitHub Desktop.
Failure of `brew install mkvtoolnix` in non-default directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install mkvtoolnix | |
==> Downloading https://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-8.3.0.tar.xz | |
Already downloaded: /Library/Caches/Homebrew/mkvtoolnix-8.3.0.tar.xz | |
==> ./configure --prefix=/Users/username/homebrew/Cellar/mkvtoolnix/8.3.0 --without-curl --with-boost=/Users/username/homebrew/opt/boost --with-extra-includes=/Users/username/homebrew/opt/libogg/includ | |
==> ./drake -j8 | |
#include <ebml/c/libebml_t.h> | |
^ | |
AR lib/pugixml/src/libpugixml.a | |
RANLIB lib/pugixml/src/libpugixml.a | |
2 warnings and 1 error generated. | |
READ THIS: https://git.io/brew-troubleshooting | |
These open issues may also help: | |
mkvtoolnix-gui in 8.2.0 missing (--with-qt5) https://github.com/Homebrew/homebrew/issues/42480 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One workaround is to temporarily symlink
/usr/local/
to your homebrew installation directory.