Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: DrMotz on July 21, 2014, 02:44:46 PM



Title: Compile wallet for Mac Osx (make -f makefile.osx)
Post by: DrMotz on July 21, 2014, 02:44:46 PM
What is the problem?

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


Title: Re: Compile wallet for Mac Osx (make -f makefile.osx)
Post by: Dare on July 21, 2014, 05:45:12 PM
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.


Title: Re: Compile wallet for Mac Osx (make -f makefile.osx)
Post by: bassguitarman on July 21, 2014, 07:46:03 PM
Try going to the src directory and typing "mkdir obj"

it would be helpful to know the coin and I can checkout the source


Title: Re: Compile wallet for Mac Osx (make -f makefile.osx)
Post by: DrMotz on July 22, 2014, 12:51:40 PM
Sorry after re-installing it worked :D ;)

Thanks


Title: Re: Compile wallet for Mac Osx (make -f makefile.osx)
Post by: DrMotz on July 22, 2014, 12:53:10 PM
Have a new error :(

https://github.com/torcoindev/

https://bitcointalk.org/index.php?topic=704623.msg7967350#msg7967350