mesat commented on PR #49654: URL: https://github.com/apache/doris/pull/49654#issuecomment-2769522898
> I noticed that someone has encountered some similar errors on the Internet([Homebrew/legacy-homebrew#32587](https://github.com/Homebrew/legacy-homebrew/issues/32587), [rjeczalik/notify#180](https://github.com/rjeczalik/notify/issues/180)), does this mean that there is something wrong with your environment itself, rather than needing to modify the code in brpc? bundle_locations.mm foundation_util.h foundation_util.mm platform_thread_mac.mm sys_string_conversions_mac.mm These macOS-specific classes use XCode SDK classes like CoreFoundation.h and use uuid/uuid.h. These XCode classes need uuid_string_t for versions macOS14+ and Xcode 15+. Previous SDK versions don't need it because uuid_string_t comes with macOS 14 and Xcode 15. https://developer.apple.com/documentation/foundation/uuid_string_t So, these modifications provide the Xcode SDK uuid class for its classes. -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org