OSX Version for GPUs (working instructions)
Hi ErebusBat,
Looks like it wouldn't build for ya on OS X Lion, sorry about that. It would appear that on Lion, they got rid of GCC, and their new compiler might be having difficulty with inline functions. I don't have a mac, and can't try any of this myself. Your help getting to the bottom of this problem would be much appreciated. Please try the following and let me know what happens:
- Pull the latest sources from git:
git clone https://github.com/samr7/vanitygen.git vanitygen
-
cd vanitygen- Edit the file pattern.h, change the line:
#define INLINE inline
to
#define INLINE
-
make all <- The Makefile.osx is deprecated now
Don't worry about all the warnings, the link errors and undefined symbols at the end of your last report were the real issue.