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

cannot use _Ctype_ulong(s) (value of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration #93

Closed
peacess opened this issue Oct 9, 2022 · 1 comment

Comments

@peacess
Copy link

peacess commented Oct 9, 2022

v1.7.7 rocksdb v7.5.3
can not build in windows

grocksdb@v1.7.7\cache.go:79:74: cannot use _Ctype_ulong(s) (value of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration
grocksdb@v1.7.7\options.go:1569:96: cannot use _Ctype_ulong(windowSize) (value of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration
grocksdb@v1.7.7\options.go:1569:117: cannot use _Ctype_ulong(numDelsTrigger) (value of type _Ctype_ulong) as type _Ctype_ulonglong in variable declaration

@linxGnu
Copy link
Owner

linxGnu commented Oct 13, 2022

@peacess thank you very much for reporting the bug.
Please checkout version: https://github.com/linxGnu/grocksdb/tree/v1.7.9 which includes the fix.

Note: I don't have Window here, please let me know if it works

@linxGnu linxGnu closed this as completed Nov 6, 2022
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