-
Notifications
You must be signed in to change notification settings - Fork 63
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
Update qtbindings to build for Ruby 2.6 #157
Comments
The current version of gcc (9.2) included with msys2 and the latest ruby Windows releases does not work with creating the uic.exe tool on Windows (at least). I worked through most other issues but the uic.exe tool is not parsing the .ui files correctly (it is ignoring the name tags), creating invalid output that doesn’t compile. For now at least, Ruby 2.5 will be the last supported Ruby version on Windows. |
Hi, Ryan! I designed a layer between Ruby and qtbindings, in which UI is defined purely on Ruby without any ui compiler. This layer is successfully used in several internal projects, mainly for device control in testing and experiments. Now we are working on a medical information system, and the system is already in use in our clinic. I hope to push codes of both the layer and MIS to github after substantial re-factoring of API. |
Feel free to submit pull requests. I'm not actively working on this project anymore. Future projects will use web based interfaces (COSMOS 5), or python for qt5 applications. |
Ryan said this several times - someone else has to step up. It works with ruby-gtk3 for instance |
I'd like to also update the BuildWindowsGem batch file to build from the new rubyinstaller directories which fully contain the msys distribution. Also to build QT from a single source directory (C:\Qt\4.8.6).
The text was updated successfully, but these errors were encountered: