Author

Topic: Make error trying to compile wallet on osx (Read 890 times)

hero member
Activity: 644
Merit: 500
August 26, 2014, 07:11:01 PM
#4
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!



  
hero member
Activity: 644
Merit: 500
August 26, 2014, 05:50:28 PM
#3
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 \
hero member
Activity: 644
Merit: 500
August 26, 2014, 04:39:36 PM
#2
are you compiling from dir src?

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

"mkdir obj"
full member
Activity: 182
Merit: 100
August 25, 2014, 03:25:11 PM
#1
.
Jump to: