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

FreeBSD issue #68

Closed
marcoleung opened this issue Oct 16, 2014 · 5 comments
Closed

FreeBSD issue #68

marcoleung opened this issue Oct 16, 2014 · 5 comments

Comments

@marcoleung
Copy link

I download version 1.78. but can not compile on FreeBSD

openssl_auth.cpp:97:10: error: static_cast from 'pthread_t' (aka 'pthread *') to 'unsigned long' is not allowed

ggtakec added a commit that referenced this issue Oct 21, 2014
ggtakec added a commit that referenced this issue Oct 21, 2014
@ggtakec
Copy link
Member

ggtakec commented Oct 21, 2014

Hi, marcoleung
I merged master branch for this issue.
Please check it, and If you find more issue after I close this issue please post new issue.

Regards,

@ggtakec ggtakec closed this as completed Oct 21, 2014
@edwintorok
Copy link

The merge you reference doesn't touch the file openssl_auth.cpp at all, one of the merges is empty though...
Using reinterpret_cast instead of that static_cast makes it build, but I don't know if thats the corect solution.

ggtakec added a commit that referenced this issue Oct 22, 2014
ggtakec added a commit that referenced this issue Oct 22, 2014
@ggtakec
Copy link
Member

ggtakec commented Oct 22, 2014

I'm sorry for mis merging at #70 #71, then I re-merged master branch as #72
Please check it.

Regards,

@edwintorok
Copy link

Builds on FreeBSD 9.2 now, thanks!

@marcoleung
Copy link
Author

Thanks! Now can install on FreeBSD.

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