(not sure this is the correct way or place to ask for this…)
I just started playing within Julia, and I wanted to load a .mat file. So I tried to add the MAT package by typing Pkg.add("MAT"), but then during the brew install of the HDF5 dependency package, I got some errors. More specifically (I erased parts of the output):
==> Pouring gcc-8.1.0.high_sierra.bottle.1.tar.gz
Error: Failed changing install name in (...)
Error: Updated load commands do not fit in the header of (...)
Warning: Bottle installation failed: building from source.
It then goes on to build from source, but the make just hangs there for a looooong time… (Still running as I write this). Am I doing something wrong?