-
Notifications
You must be signed in to change notification settings - Fork 17
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
loginservice.cpp build failure #5
Comments
I have tried the following and the problem is the same: Use the first version of Orbital that I tried. I know it is some kind of problem with my system, but it doesn't seem to want to go away! |
the qdbusinterface.h header defines the QDbusInterface class in a #ifndef QT_NO_DBUS branch. Are you sure you didn't set QT_NO_DBUS somehow? |
I didn't set it myself. I fixed this by rebuilding every single package that had ever had something it depended on get upgraded since it got installed. I'm still not sure what exactly caused this, except that it has something to do with what packages I built or how. What Qt and Dbus versions are you using? I might have a dependency version problem/mismatch somewhere. |
I am having a new build failure. I was building against Qt 5.2.0 instead of 5.2.* from their git repository, so it might be that, but you also made some changes to loginservice.cpp since my last build. I tried reverting the changes to that file only, but it didn't seem to affect it.
From the build log:
The text was updated successfully, but these errors were encountered: