Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FIRE - Firecoin - FIRST & BEST X15 PoW to PoS! 1% PoS INTEREST!
by
bobby6killers
on 01/07/2014, 12:10:13 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).


Git will not create the folders... it's up to you to include the correctly formatted .gitignore file within those folders... Also where is your testnet genesis block? I wanted to test my X15 mining performance Sad