Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: cryptodruti on August 25, 2014, 08:25:11 PM



Title: Make error trying to compile wallet on osx
Post by: cryptodruti on August 25, 2014, 08:25:11 PM
.


Title: Re: Make error trying to compile wallet on osx
Post by: rikkejohn on August 26, 2014, 09:39:36 PM
are you compiling from dir src?

* edit, if so check there is an obj folder, if not:

"mkdir obj"


Title: Re: Make error trying to compile wallet on osx
Post by: rikkejohn on August 26, 2014, 10:50:28 PM
I guess it is something to do with the makefile.osx.

Have you opened it and checked there is a rule?

OBJS= \

obj/fugue.o \


Title: Re: Make error trying to compile wallet on osx
Post by: rikkejohn on August 27, 2014, 12:11:01 AM
Shit, I have never compiled in osx or a PoS.

I guess you read the build-osx.md and followed instructions, building the correct deps.

The obj files can be funny with memory, but it is an error 4 you get for that, at least in Linux).

Only other thing is there can be issues with the hardware you're using. In the makefile it might say hardware requirements are higher than you have.

Using make -f makefile.osx USE_UPNP=- could be an issue.

I have had daemon's refuse to compile, only to compile with:

make -f makefile.unix

Lastly, sometimes getting rid of the root dir and starting over can solve issues.

And check you are using the correct QT. If it is 4.8, compiling in 5 is a recipe for disaster.

You would have to specify to build in 4.8, and download the correct deps.


Good luck!