Open jax200 opened 3 years ago
Please try:
dpkg -l libgtk* | grep -e '^i' | grep -e 'libgtk-*[0-9]'
to look for gtk's librarys.
If they are not there, try:
sudo apt-get install libgtk-3-0 libgtk-3-common libgtk-3-bin
If that didn't help, clipit might need the development files of gtk. In order to install them, you need to install libgtk-3-dev:
sudo apt-get install libgtk-3-dev
good luck from Germany
I also can't build.
$ sudo apt install build-essential git automake xdotool autoconf intltool autopoint gtk+-3.0
...
E: Unable to locate package gtk+-3.0
E: Couldn't find any package by glob 'gtk+-3.0'
$ ./configure --with-gtk3
...
checking for GTK... no
configure: error: Package requirements (gtk+-3.0) were not met:
No package 'gtk+-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GTK_CFLAGS
and GTK_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Followed provided install instructions.
Unable to locate package gtk+-3.0
Couldn't find any package by glob 'gtk+-3.0'
Ubuntu 20.04.2 LTS