Author

Topic: Compile wallet for Mac Osx (make -f makefile.osx) (Read 1110 times)

newbie
Activity: 22
Merit: 0
Sorry after re-installing it worked Cheesy Wink

Thanks
hero member
Activity: 728
Merit: 500
Try going to the src directory and typing "mkdir obj"

it would be helpful to know the coin and I can checkout the source
hero member
Activity: 508
Merit: 500
Techwolf on #bitcoin and Reddit
It sounds like the makefile for the OSX build of xyz_coin is missing a rule to build obj/fugue.o, which is one of the object files needed to build the daemon. You could try adding a rule for it to the makefile and see if it works, or ask the coin's developer (if it's not you) about fixing it.
newbie
Activity: 22
Merit: 0
What is the problem?

Quote
make -f makefile.osx
make: *** No rule to make target `obj/fugue.o', needed by `xyz_coind'.  Stop.
Jump to: