mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #68] FreeBSD issue #40
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#40
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @paxleung on GitHub (Oct 16, 2014).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/68
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 commented on GitHub (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,
@edwintorok commented on GitHub (Oct 21, 2014):
The merge you reference doesn't touch the file
openssl_auth.cppat 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 commented on GitHub (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 commented on GitHub (Oct 22, 2014):
Builds on FreeBSD 9.2 now, thanks!
@paxleung commented on GitHub (Oct 23, 2014):
Thanks! Now can install on FreeBSD.