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

dyld: Symbol not found: _clock_gettime #91

Closed
piercingimpulse opened this issue May 2, 2021 · 4 comments
Closed

dyld: Symbol not found: _clock_gettime #91

piercingimpulse opened this issue May 2, 2021 · 4 comments

Comments

@piercingimpulse
Copy link

Hi
I'm receiving this error when I try to rung wrp on macOS 10.11

_dyld: Symbol not found: _clock_gettime
Referenced from: /Users/leo/Downloads/./wrp-amd64-macos
Expected in: flat namespace

Trace/BPT trap: 5_

I'm aware is because it is not on the SDK for El Capitan, therefore I've been running 4.5 version, but I would really like to have the latest version as way to customize wrp.html.

Also, I would really like to thank you for this project! I hope in the future to contribute somehow!

@tenox7
Copy link
Owner

tenox7 commented May 3, 2021

Thanks for the report. I currently have no access to 10.11 handy. I can probably install it if needed but perhaps you could try to build it for it yourself? It's actually very easy.

First go to https://golang.org/ and download / install Go.
Then you also need Git, there are many ways of getting git on Mac like Brew.

$ git clone https://github.com/tenox7/wrp.git
$ cd wrp
$ make

Let me know if it works or doesnt!

@piercingimpulse
Copy link
Author

Hiya

Sorry if I came back this late!
Unfortunately it does not work, it still encounter the same error.
I'll see if I can find a workaround (:

@tenox7
Copy link
Owner

tenox7 commented May 11, 2021

you getting this error when you build with go on a mac? can you send me the whole output on your screen including commands you run? thanks

@tenox7
Copy link
Owner

tenox7 commented Oct 13, 2021

Closing this as there is no update. Please feel free to re-open if you can reproduce this.

@tenox7 tenox7 closed this as completed Oct 13, 2021
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

2 participants