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

Build VirtualBox for old version target, and newer version (7.0 and 7.1) #9

Open
TK50P opened this issue Aug 31, 2024 · 2 comments
Open

Comments

@TK50P
Copy link

TK50P commented Aug 31, 2024

Is your feature request related to a problem? Please describe.
Yes. building VirtualBox 5.0.40, it uses QT4. however, this script uses QT5, likely causing compability issues.
because VirtualBox 5.0 has no option like --with-qt5= and only available --with-qt4=
Even for VirtualBox 7.1 (Currently Beta), which will be released later, this option is also required to use QT6.
OpenSSL also causes it. (--with-openssl=)

Describe the solution you'd like
Please make an legacy/new scripts that Builds old VirtualBox.
Not only for 6.1, 6.0 and earlier even 4.x.

Describe alternatives you've considered
Making a section that will build QT4 or QT5.

Additional context
None.

@jidoc01
Copy link
Collaborator

jidoc01 commented Sep 8, 2024

Thank you for your report! It wouldn't be so hard to support qt4 and qt6 since it would be similar to supporting qt5. Let me handle this with the other issues soon.

@TK50P
Copy link
Author

TK50P commented Sep 8, 2024

Also, we have to update download link because the openssl link is dead.
OpenSSL 32bit: https://web.archive.org/web/20210127082730/https://slproweb.com/download/Win32OpenSSL-1_1_1i.exe
OpenSSL 64bit: https://web.archive.org/web/20210127082627/https://slproweb.com/download/Win64OpenSSL-1_1_1i.exe

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

2 participants