ZuoTiJia commented on issue #30209: URL: https://github.com/apache/doris/issues/30209#issuecomment-1982140981
Hi, it looks like that there is no `clang` in your `env PATH`. use this command if you installed llvm-17 ```shell export PATH=/usr/lib/llvm-17/bin:$PATH ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
