Package Details: gtick 0.5.5-2

Git Clone URL: https://aur.archlinux.org/gtick.git (read-only, click to copy)
Package Base: gtick
Description: A Gtk metronome application supporting different meters and speeds
Upstream URL: https://www.antcom.de/gtick
Licenses: GPL3
Submitter: ozwigh
Maintainer: ozwigh
Last Packager: ozwigh
Votes: 22
Popularity: 0.008307
First Submitted: 2015-12-10 04:32 (UTC)
Last Updated: 2024-04-05 07:46 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

prochac commented on 2025-05-09 21:19 (UTC)

If it doesn't build for you, you are not alone

gcc -DLOCALEDIR=\"/usr/share/locale\" -DHAVE_CONFIG_H -I. -I..  -I../intl -I../intl -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sysprof-6 -pthread -D_REENTRANT -D_REENTRANT   -DVERSION='"0.5.5"' -DPACKAGE='"gtick"' -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -flto=auto -D_U_="__attribute__((unused))" -Wall -W -D_GNU_SOURCE -MT option.o -MD -MP -MF .deps/option.Tpo -c -o option.o option.c
In file included from option.c:42:
optionparser.h:84:5: error: conflicting types for ‘option_parse’; have ‘int(void *)’
   84 | int option_parse (void *option_list);
      |     ^~~~~~~~~~~~
In file included from option.c:41:
optionlexer.h:27:5: note: previous declaration of ‘option_parse’ with type ‘int(void)’
   27 | int option_parse();
      |     ^~~~~~~~~~~~
make[3]: *** [Makefile:551: option.o] Error 1

FernandoBasso commented on 2016-11-14 19:52 (UTC) (edited on 2016-11-14 19:52 (UTC) by FernandoBasso)

I am in the same boat as lmat.It has been down for a few days already.

lmat commented on 2016-11-12 19:03 (UTC)

I guess antcom.de is down right now, so I can't build. Is there an alternative site, or perhaps this isn't a common problem?