You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/06/13 19:09:55 UTC

[GitHub] [arrow-adbc] lidavidm commented on issue #634: ci: can't build golang-based drivers on Windows

lidavidm commented on issue #634:
URL: https://github.com/apache/arrow-adbc/issues/634#issuecomment-1589876749

   So first we need the conda package [m2w64-gcc](https://anaconda.org/conda-forge/m2w64-gcc) to get gcc/g++ available, and we have to force go to use it (over msvc which we want to use for everything else). But then tests don't link because we build a DLL, but the Visual Studio build system expects to link with a `.obj` file.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org