I get the following errors when I use command ../../opt/bin/make 2>&1 | tee build.log
from this website:
Makefile:328: recipe for target 'metadata.fdb' failed
make[5]: *** [metadata.fdb] Segmentation fault: 11
make[5]: *** Deleting file 'metadata.fdb'
make[5]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird/gen'
Makefile:166: recipe for target 'master_process' failed
make[4]: *** [master_process] Error 2
make[4]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird/gen'
Makefile:66: recipe for target 'firebird' failed
make[3]: *** [firebird] Error 2
make[3]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird/gen'
Makefile:6: recipe for target 'firebird' failed
make[2]: *** [firebird] Error 2
make[2]: Leaving directory '/Users/martin/lode/dev/core/workdir/UnpackedTarball/firebird'
/Users/martin/lode/dev/core/external/firebird/ExternalProject_firebird.mk:37: recipe for target '/Users/martin/lode/dev/core/workdir/ExternalProject/firebird/build' failed
make[1]: *** [/Users/martin/lode/dev/core/workdir/ExternalProject/firebird/build] Error 1
make[1]: *** Waiting for unfinished jobs....
Makefile:266: recipe for target 'build' failed
make: *** [build] Error 2
I use MacBook Pro with macOS Sierra. All the steps from the wiki executed without any problem but this. Please help me.