jmao-denver commented on PR #40939: URL: https://github.com/apache/arrow/pull/40939#issuecomment-2914901638
Hi @hiroyuki-sato, yeah I deleted it because I realized that I just needed to turn CUDA off. The build on my MBP M2 still failed with what seemed to be compatibility issues caused by the version of the compiler I was using. I then went to try the build on Windows with the latest Visual Studio Community Edition (2022). It built but running the produced arrow_odbc_spi_imp_cli.exe generated a crash. I also briefly tried to build it on ubuntu and it failed there as well. I was basically doing something like on MacOS and Ubuntu. ``` cmake .. --preset ninja-debug-minimal -DARROW_FLIGHT_SQL_ODBC=ON cmake --build . ``` and some additional options on Windows. -- 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]
