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

Prepare tiny_tds gem for Ruby v3.1 on Windows #532

Closed
ecentell-CPF opened this issue May 1, 2023 · 3 comments
Closed

Prepare tiny_tds gem for Ruby v3.1 on Windows #532

ecentell-CPF opened this issue May 1, 2023 · 3 comments

Comments

@ecentell-CPF
Copy link
Contributor

ERROR: Error installing tiny_tds:

As per @andyundso in #530 work was going to begin on 3.1 and a push to RubyGems was discussed, is there an ETA as to when this will occur?

Please advise. Thanks!

@Largo
Copy link
Contributor

Largo commented May 17, 2023

Apologies, the binaries are indeed missing.

Windows with Rubyinstaller with devkit installed:

ridk exec pacman -S mingw-w64-x86_64-freetds --noconfirm
ridk exec pacman -S mingw-w64-ucrt-x86_64-freetds --noconfirm
bundle config build.tiny_tds --with-freetds-include=C:\Ruby32-x64\msys64\ucrt64\include\freetds

gem install tiny_tds -- --with-freetds-include=C:\Ruby32-x64\msys64\ucrt64\include\freetds

@ecentell-CPF
Copy link
Contributor Author

Coding completed by #533 awaiting PR for versioning and push to RubyGems

@andyundso
Copy link
Contributor

The platform-specific gems for Ruby 3.1 and 3.2 have been added with #533 and are included in the new 2.1.6 release.

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

No branches or pull requests

3 participants