-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
compiling 7.14 on Deb 12 notes #42
Comments
I am stuck building on ubuntu as well. configure fails with qt6 not found error. I installed couple of qt6 packages based on intuition, but its not enough. Finally itsfailing in compile phase with missing header files like QtStateMachin, QSignalTransition etc. Waiting for your notes :-). Thanks |
On Deb 12 I had to install a lot of qt6 related packages to get it to compile. But, got it after about 5 or so passes. |
@vineethrp hope this is helpful. Just snagged my /var/log/apt/history for the passes I had to make |
Thanks @jmergy , I shall give it a try on my ubuntu and let you know. Thanks again for a nice writeup :-) |
The build succeeded after I took packages from the list compiled by @jmergy :-). Thanks a lot for compiling the list. Many of the packages in the list was not in ubuntu. But the build succeeded with whatever got successfully installed from the list :-). I tried this on ubuntu 24.10. The packages are here:
|
@vineethrp excellent news. |
I used this sheet too on ubuntu 24 but get error with soap....sigh |
Could you please post the error logs? I did not see any error messages and it might be that I already had some dependency installed prior. Thanks |
@vineethrp see #40 for more details. |
@tpressure , thanks for pointing to the details. I think you might have some gsoap packages missing. So I did an experiment and installed a fresh ubuntu24.10 virtual machine and did the following:
And then tried the build and build succeeded. I have no other packages other than the above. As mentioned in the bug you pointed, if build succeeds without guest additions, that should also be fine :-). But you could give this a try to verify if the gsoap issue goes away. I have a small set of changes in the vbox source to hide the __memset_chk errors as well:
|
Just a heads-up to all those on Debian 12.x there are some additiona dependencies to check if you don't have them already
-gsoap
-various additional qt6 libs
I'll post something on that on my site too. Just going through a compile now...
The text was updated successfully, but these errors were encountered: