Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compile in xcode on 10.10? #65

Open
ShaliDaliHaliDa opened this issue Nov 24, 2014 · 3 comments
Open

Compile in xcode on 10.10? #65

ShaliDaliHaliDa opened this issue Nov 24, 2014 · 3 comments

Comments

@ShaliDaliHaliDa
Copy link

Hi,
I am able to compile it in linux but not on my 10.10 mac. I already installed brew, added libcurl and libssl but I can't get Xcode to compile it. Error is:

Undefined symbols for architecture x86_64:
"_pcre_compile", referenced from:
_vg_regex_context_add_patterns in pattern.o
"_pcre_exec", referenced from:
_vg_regex_test in pattern.o
"_pcre_free", referenced from:
_vg_regex_context_add_patterns in pattern.o
_vg_regex_context_clear_all_patterns in pattern.o
_vg_regex_test in pattern.o
"_pcre_study", referenced from:
_vg_regex_context_add_patterns in pattern.o
"_vg_ocl_context_free", referenced from:
_main in oclvanitygen.o
"_vg_ocl_context_new", referenced from:
_main in oclvanityminer.o
_main in oclvanitygen.o
"_vg_ocl_context_new_from_devstr", referenced from:
_main in oclvanityminer.o
_main in oclvanitygen.o
"_vg_ocl_enumerate_devices", referenced from:
_main in oclvanityminer.o
_main in oclvanitygen.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

What am I missing?

@pendashteh
Copy link

I resolved this issue and submitted a pull request.
In the meantime, check out INSTALL at my fork:
https://github.com/pendashteh/vanitygen/blob/macosx/INSTALL

@kenorb
Copy link

kenorb commented Apr 23, 2018

Related: #103

@kenorb
Copy link

kenorb commented Apr 23, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants