firecoinx15, how I can build firecoin from source on OSX?
I have tried makefile.osx, but got an error:
/bin/sh ../share/genbuild.sh obj/build.h
error: unable to open output file 'obj/alert.o': 'Error opening output file 'obj/alert.o': No such file or directory'
1 error generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
../share/genbuild.sh: line 33: obj/build.h: No such file or directory
../share/genbuild.sh: line 34: obj/build.h: No such file or directory
make: *** [obj/build.h] Error 1
Please help me to build, because I don't see any documentation related that.
Please make sure you do the command "mkdir obj" that is an error from the obj directory not existing (github does not create it).