-
Notifications
You must be signed in to change notification settings - Fork 460
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
cmake list misses a necessary package #1691
Comments
I think this is not possible to detect. This thread concludes that the problem persists after various workarounds were attempted: LMMS/lmms#4273 I suggest you follow instructions in the wiki https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux where this dependency is explicitly stated. |
"Please check your Qt installation." <-- it was as Ubuntu 22.04 installs
packages to run Qt Apps.
I made changes as Cmake indicated after cloning the repo (added packages
which were not found by Cmake).
LMMS/lmms#4273 (comment) appears to
show a workaround equivalent to simple hack of checking
in Cmake the file QtGui/private/qzipreader_p.h exists. It is bad for Cmake
to generate a Makefile when there are missing necessary components, yes?
oh, and yes, thank you for pointing out the explicit list of dependencies
in the Wiki.
i suppose it may have been better to have cut-and-pasted rather than let
Cmake guide me to missing packages. :-/
…On Mon, May 15, 2023 at 3:32 AM Edouard Griffiths ***@***.***> wrote:
I think this is not possible to detect, This threads concludes that the
problem persists after various workarounds were attempted: LMMS/lmms#4273
<LMMS/lmms#4273>
I suggest you follow instructions in the wiki
https://github.com/f4exb/sdrangel/wiki/Compile-from-source-in-Linux where
this dependency is explicitly stated.
—
Reply to this email directly, view it on GitHub
<#1691 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRUYNO3NTAFQVDVAUDXBO3XGHLZTANCNFSM6AAAAAAX5HISSA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
{Ubuntu 22.04}
build stops because of missing header file
cmake list should check for package qtbase5-private-dev
The text was updated successfully, but these errors were encountered: