nice! for me macports gives `Error: Failed to buil...
# shuttle
a
nice! for me macports gives
Error: Failed to build magic: magic/tclmagic.dylib did not get built
, do I use macports to install dependencies and then build a more recent magic release from source?
a
Yes, build magic from source seperatly, you will need to pass
CFLAGS="-w"
to disable all warnings as magic defaults to
-Werror
. You can see the errors in
make.log