Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FIRE - Firecoin - FIRST & BEST X15 PoW to PoS! 1% PoS INTEREST!
by
firecoinx15
on 01/07/2014, 11:56:00 UTC
firecoinx15, how I can build firecoin from source on OSX?
I have tried makefile.osx, but got an error:

Code:

/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).