PragmaTwice commented on code in PR #317: URL: https://github.com/apache/kvrocks-website/pull/317#discussion_r2284732948
########## docs/faq.md: ########## @@ -42,3 +42,14 @@ But after PR [#1489](https://github.com/apache/kvrocks/pull/1489)(since v2.5.0), 127.0.0.1:6666> config set redis-cursor-compatible yes OK ``` + +**Question: Build encounter "stdlib.h file not found" error in MacOS** + +This is a problem with the MacOS that can not find SYSROOT in some versions. + +You can compile by specifying CMAKE_OSX_SYSROOT with the path of MacOSX.sdk. Review Comment: ```suggestion ***Question: encounter "stdlib.h file not found" error while building Kvrocks in MacOS** This issue occurs on certain versions of macOS where the `SYSROOT` cannot be found. You can work around it by setting `CMAKE_OSX_SYSROOT` to the path of `MacOSX.sdk`. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
