samr7 doesn't seem to have touched his repo in a while. I went ahead and forked his repo and merged in pretty much all the public branches on github. I've done some quick tests, and there were no merge conflicts, but it's possible I combined some incompatible things.
https://github.com/samr7/vanitygen/network has lots of pretty colored lines connecting to one branch now. I also updated my OSX brew tap (`brew tap WyseNynja/bitcoin && brew install WyseNynja/bitcoin/vanitygen`) to include my branch of vanitygen which I tagged version 0.23-red. It worked for me on Mavericks and it uses brew's openssl. I added the red suffix just in case someone else has already done this and I just missed it in my cursory searching.
Hi. I'm getting the following error
MacBookLive:vanitygen y458m$ oclvanitygen -D 0:1 -k 1111111
Difficulty: 281474976710656
Compiling kernel, can take minutes...vg_ocl_context_callback error: [CL_DEVICE_NOT_AVAILABLE] : OpenCL Error : Error: Build Program driver returned (517)
vg_ocl_context_callback error: OpenCL Warning : clBuildProgram failed: could not build program for 0x1021b00 (ATI Radeon HD 6750M) (err:-2)
vg_ocl_context_callback error: [CL_BUILD_ERROR] : OpenCL Build Error : Compiler build log:
Error returned by cvms_element_build_from_source
failure.
clBuildProgram: CL_BUILD_PROGRAM_FAILURE
Build log:
Error returned by cvms_element_build_from_source
Device: ATI Radeon HD 6750M
Vendor: AMD (1021b00)
Driver: 1.2 (Sep 19 2013 22:22:06)
Profile: FULL_PROFILE
Version: OpenCL 1.2
Max compute units: 6
Max workgroup size: 256
Global memory: 536870912
Max allocation: 134217728
Could not open device '0:1', ignoring
Available OpenCL platforms:
0: [Apple] Apple
0: [Intel] Intel(R) Core(TM) i7-2675QM CPU @ 2.20GHz
1: [AMD] ATI Radeon HD 6750M
How can I resolve this? Thanks

Hmm. I'm not really sure. I don't have a mac with a graphics card and haven't been able to test the opencl pieces

I made an issue on github, lets continue this conversation there.
https://github.com/WyseNynja/vanitygen/issues/2samr7 doesn't seem to have touched his repo in a while. I went ahead and forked his repo and merged in pretty much all the public branches on github. I've done some quick tests, and there were no merge conflicts, but it's possible I combined some incompatible things.
https://github.com/samr7/vanitygen/network has lots of pretty colored lines connecting to one branch now. I also updated my OSX brew tap (`brew tap WyseNynja/bitcoin && brew install WyseNynja/bitcoin/vanitygen`) to include my branch of vanitygen which I tagged version 0.23-red. It worked for me on Mavericks and it uses brew's openssl. I added the red suffix just in case someone else has already done this and I just missed it in my cursory searching.
I see you pulled in (among other things) my compressed-key fixes.

I spend most of my time in Linux, but I had a request come through for a Windows build. After tinkering with the makefile a bit, I got Visual C++ 2008 to build vanitygen. The result is here:
https://dl.dropboxusercontent.com/u/57535575/vanitygen-0.23-red-win32.zipoclvanityminer is not included, as libcurl was built against a different OpenSSL DLL than what was used for building the other tools. If you need oclvanityminer, set up a Linux box...building from source on Linux is much easier than building from source on Windows. vanitygen, oclvanitygen, and keyconv have been built.
Thanks for the fixes

If you submit a patch for the Makefile, I'll probably merge it in, too.
samr7 doesn't seem to have touched his repo in a while. I went ahead and forked his repo and merged in pretty much all the public branches on github. I've done some quick tests, and there were no merge conflicts, but it's possible I combined some incompatible things.
https://github.com/samr7/vanitygen/network has lots of pretty colored lines connecting to one branch now. I also updated my OSX brew tap (`brew tap WyseNynja/bitcoin && brew install WyseNynja/bitcoin/vanitygen`) to include my branch of vanitygen which I tagged version 0.23-red. It worked for me on Mavericks and it uses brew's openssl. I added the red suffix just in case someone else has already done this and I just missed it in my cursory searching.
Do you have a precompiled OSX build of Vanitygen?
I can upload the one that I've built on my laptop. No guarantees it's portable though.