horst3180 / ceti-2-theme

Official continuation of Ceti for Gnome 3.14, 3.16 and 3.18
GNU General Public License v3.0
132 stars 15 forks source link

Does not build on Ubuntu 15.10 #20

Open berndlaser opened 8 years ago

berndlaser commented 8 years ago

bela@link:~/Downloads/Ceti-2-theme-master$ ./autogen.sh --prefix=/usr --with-gnome=3.16 autoreconf: Entering directory .' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force -I m4 autoreconf: configure.ac: tracing autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: configure.ac: not using Autoheader autoreconf: running: automake --add-missing --copy --force-missing autoreconf: Leaving directory.' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes ./configure: line 2505: syntax error near unexpected token newline' ./configure: line 2505: PKG_CHECK_EXISTS(' bela@link:~/Downloads/Ceti-2-theme-master$

horst3180 commented 8 years ago

You need pkg-config and libgtk-3-dev

berndlaser commented 8 years ago

That helped, thank you! Am Samstag, den 31.10.2015, 03:57 -0700 schrieb horst3180:

You need pkg-config and libgtk-3-dev —

Reply to this email directly or view it on GitHub.

Bernd Laser bela@link