kou commented on issue #15071: URL: https://github.com/apache/arrow/issues/15071#issuecomment-1365443909
Thanks. But could you use clean build directory instead? Re-running `cmake` with existing build directly uses cached result. It seems that you use source directory as build directory. How about cloning new copy like `git clone https://github.com/apache/arrow.git /tmp/arrow` instead of reusing the current source directory (`/users/asubramanian/workspace/arrow/cpp`)? And please run `cmake ...(specify the same options when you get the error)...` and share the output of it. -- 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]
