-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
Undefined references to sdbus (SDBusCpp) #109
Comments
it should already be linked, though... thats odd |
No idea, I'm a php dev, not C++ XD But the same issue exists for https://github.com/hyprwm/hyprlock As I said I'm also compiling on Ubuntu so even sdbus-c++ had to be compiled from source - thinking that might be the reason (maybe part of it?) sdbus I used: https://github.com/Kistler-Group/sdbus-cpp |
make sure to checkout to v2.0.0 |
I fixed it by configuring sdbus-cpp to install in /usr/, instead of in /usr/local/:
|
Building on Ubuntu 24.10
cmake version 3.30.3
Found an issue with SDBus not being referenced in the CMakeLists.txt
After hours of agonizing pain, I added the following and it works flawlessly:
Thought I'd drop it here for anyone that needs help with this in the future :)
The text was updated successfully, but these errors were encountered: