Please make sure you do the command "mkdir obj" that is an error from the obj directory not existing (github does not create it).
Thanks. I have installed dependencies listed in bit coin docs by macports. And I created obj folder in src.
But still getting errors:
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: class member cannot be redeclared
void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous declaration is here
void insert(iterator it, const_iterator first, const_iterator last)
^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: redefinition of 'insert'
void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous definition is here
void insert(iterator it, const_iterator first, const_iterator last)
^
In file included from alert.cpp:11:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/alert.h:13:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/util.h:30:
In file included from /Users/leukhin/Workspace/Projects/firecoin/src/netbase.h:10:
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: class member cannot be redeclared
void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous declaration is here
void insert(iterator it, const_iterator first, const_iterator last)
^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:825:10: error: redefinition of 'insert'
void insert(iterator it, std::vector::const_iterator first, std::vector::const_iterator last)
^
/Users/leukhin/Workspace/Projects/firecoin/src/serialize.h:812:10: note: previous definition is here
void insert(iterator it, const_iterator first, const_iterator last)
^
2 errors generated.
make: *** [obj/alert.o] Error 1
make: *** Waiting for unfinished jobs....
2 errors generated.
make: *** [obj/checkpoints.o] Error 1
Maybe i miss some dependencies?
This has to do with OS X 10.9...Please try referring to this link for some more help: