andymans opened a new issue, #3046: URL: https://github.com/apache/kvrocks/issues/3046
### Search before asking - [x] I had searched in the [issues](https://github.com/apache/kvrocks/issues) and found no similar issues. ### Version Guys you have a problem in your build. It may be related to #2874 On macOS your script performs a large number of checks to determine if e.g. stdlib.h, string.h exist...these checks ALL pass. Further on in your script the checks fail e.g. ``` clang: warning: no such sysroot directory: '-DXXH_NAMESPACE=LZ4_' [-Wmissing-sysroot] lz4.c:224:11: fatal error: 'stdlib.h' file not found ``` The fact that I'm seeing this error...means it has passed all your internal tests...and that is extremely worrying ### Minimal reproduce step Start a build on a freshly cloned repo on macOS 14.x ### What did you expect to see? An executable ### What did you see instead? An error ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- 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]
