Skip to content
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

make error: Plugin.hpp:37:9: error: ‘GdkSeat’ does not name a type #134

Open
diogofd8 opened this issue Jul 26, 2022 · 0 comments
Open

Comments

@diogofd8
Copy link

Making all in src
make[1]: Entering directory '/home/efacec/docklike-plugin/src'
  CXX      libdocklike_la-Hotkeys.lo
In file included from GroupWindow.hpp:20:0,
                 from Dock.hpp:16,
                 from Settings.hpp:17,
                 from Hotkeys.hpp:19,
                 from Hotkeys.cpp:7:
Plugin.hpp:37:9: error: ‘GdkSeat’ does not name a type
  extern GdkSeat* seat;
         ^
In file included from Dock.hpp:16:0,
                 from Settings.hpp:17,
                 from Hotkeys.hpp:19,
                 from Hotkeys.cpp:7:
GroupWindow.hpp:50:2: error: ‘GdkMonitor’ does not name a type
  GdkMonitor* mMonitor = NULL;
  ^
Makefile:619: recipe for target 'libdocklike_la-Hotkeys.lo' failed

Hello, I'm trying to compile the plugin for Ubuntu 16.04, is it too old of a version to not work by downgrading the dev packages of all the dependencies? Unfortunately this is a work machine so I cannot upgrade, is there any workaround?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant