peterphalen commented on issue #35470: URL: https://github.com/apache/arrow/issues/35470#issuecomment-1542796989
I'm not familiar enough with C to be confident that I've done this right, but I ran make clean and then went back to make sure to run ``` export ARROW_HOME=$(pwd)/dist export LD_LIBRARY_PATH=$(pwd)/dist/lib:$LD_LIBRARY_PATH export CMAKE_PREFIX_PATH=$ARROW_HOME:$CMAKE_PREFIX_PATH ``` And I'm still getting the same errors. I'm not sure if this is helpful for debugging, but when I run `$CMAKE_PREFIX_PATH` I get `No such file or directory` Thank you so much for all your help with this! -- 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]
