We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I got this error while trying to build LMMS on Debian Unstable:
/home/zapashcanon/Programmation/C++/lmms/src/3rdparty/qt5-x11embed/src/X11EmbedContainer.cpp:40:10: fatal error: 'QtCore/private/qobject_p.h' file not found #include <QtCore/private/qobject_p.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. make[2]: *** [src/3rdparty/qt5-x11embed/CMakeFiles/qx11embedcontainer.dir/build.make:63: src/3rdparty/qt5-x11embed/CMakeFiles/qx11embedcontainer.dir/src/X11EmbedContainer.cpp.o] Error 1
Looks like this come from this repo. I'm not particularly an expert in CMake, maybe you'll be able to tell me what's wrong here.
The text was updated successfully, but these errors were encountered:
@zapashcanon You're missing the package qtbase5-private-dev. The fact that CMake doesn't report the package missing is a bug within LMMS.
qtbase5-private-dev
If this doesn't fix it and you can't build the code from this repo either (without LMMS), please reopen.
Sorry, something went wrong.
Ok, will try it. If it fixes the issue, I'll open an issue against the LMMS repo.
No branches or pull requests
Hi,
I got this error while trying to build LMMS on Debian Unstable:
Looks like this come from this repo. I'm not particularly an expert in CMake, maybe you'll be able to tell me what's wrong here.
The text was updated successfully, but these errors were encountered: