Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Add test with mswin environment #544

Merged
merged 4 commits into from
Sep 1, 2023
Merged

Conversation

larskanis
Copy link
Collaborator

No description provided.

cfis and others added 4 commits May 20, 2023 22:03
…tconf.rb, nmake and libpq installed by vcpkg (not mingw64).

Running the command:

ruby extconf.rb --with-pg-include=c:\Source\vcpkg\installed\x64-windows\include --with-pg-lib=c:\Source\vcpkg\installed\x64-windows\lib

Fails with linker errors:

pg_connection.obj : error LNK2019: unresolved external symbol __imp_WSAGetLastError referenced in function pg_rb_thread_io_wait

This is fixed by adding ws2_32.lib to the linker command.
@larskanis larskanis merged commit d401388 into ged:master Sep 1, 2023
1 of 6 checks passed
@larskanis larskanis deleted the ci-add-mswin branch September 1, 2023 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants