CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
645 stars 83 forks source link

Can't make project #128

Open JojiiOfficial opened 4 years ago

JojiiOfficial commented 4 years ago

OS: Debian 10 64bit Desktop: Cinnamon ClipIt version: 8ee389d756110e481d441a0b8015699e33dc07bc

After running $ git clone.... $ cd ClipIt $ ./autogen.sh $ ./configure

i was trying to make it using make but i got following error:

make  all-recursive
make[1]: Entering directory '/home/user/git/ClipIt'
Making all in data doc src po
zsh:cd:21: no such file or directory: data doc src po
make[1]: *** [Makefile:440: all-recursive] Error 1
make[1]: Leaving directory '/home/user/git/ClipIt'
make: *** [Makefile:381: all] Error 2

How to fix that?

shscs911 commented 4 years ago

Try ./configure --with-gtk3 instead of ./configure. You may need to install gtk3 package from your distro repo. Source

JojiiOfficial commented 4 years ago

./configure --with-gtk3 works as well but make still throws the same error

shscs911 commented 4 years ago
JojiiOfficial commented 4 years ago

No ./configure --with-gtk3 didn't throw any error. I tried the setup steps (starting with step one 1.) with a new clone.

shscs911 commented 4 years ago

Maybe you're missing some dependencies?

JojiiOfficial commented 4 years ago

I don't get any error which could mean that a dependency is missing.

Obliviann commented 4 years ago

My error was Makefile:437: recipe for target 'main.o' failed make[2]: [main.o] Error 1 make[2]: Leaving directory '/home/liv/APPs/ClipIt-master/src' Makefile:440: recipe for target 'all-recursive' failed make[1]: [all-recursive] Error 1 make[1]: Leaving directory '/home/liv/APPs/ClipIt-master' Makefile:381: recipe for target 'all' failed make: *** [all] Error 2

Deleting the dir, unziping it again, running ./autogen.sh + ./configure --with-gtk3 worked to make the project with no errors, thanks!