Package Details: geis 2.2.17-2

Git Clone URL: https://aur.archlinux.org/geis.git (read-only, click to copy)
Package Base: geis
Description: Implementation of the GEIS (Gesture Engine Interface and Support) interface.
Upstream URL: https://launchpad.net/geis
Licenses: GPL, LGPL
Conflicts: utouch-geis
Provides: utouch-geis
Replaces: utouch-geis
Submitter: niQo
Maintainer: niQo
Last Packager: niQo
Votes: 55
Popularity: 0.000000
First Submitted: 2012-08-15 12:49 (UTC)
Last Updated: 2017-06-05 10:43 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

rekoil commented on 2015-06-03 22:35 (UTC)

I can't get it to compile even with these proposed changes. Still pretty much the same error as ZetaHunter had initially.

<deleted-account> commented on 2015-05-19 03:35 (UTC)

I got it compiling from the original package however I had already installed xorg-xinput. Maybe this is no longer an optional requirement?

SunBey commented on 2015-05-16 20:57 (UTC)

Thanks ZetaHunter it would be very helpfull if you could paste the complete changes you've made as source line here. I have the same problems as you during compile. Thanks

ZetaHunter commented on 2015-05-01 13:48 (UTC)

Changing source to bzr+https://launchpad.net/~oif-team/geis/trunk and changing cd to $srcdir/trunk/ aswell as replacing ./configure with ./autogen.sh seem to have fixed it. I am new to aur and makepkg in general, so I don't know how to commit my changes to public.

ZetaHunter commented on 2015-04-27 14:10 (UTC)

Won't compile. In file included from geis_bag.c:25:0: geis_bag.c: In function '_bag_store_allocate': geis_logging.h:56:39: error: ISO C does not support '__FUNCTION__' predefined identifier [-Werror=pedantic] __FUNCTION__, __LINE__, \ ^ geis_bag.c:39:5: note: in expansion of macro 'geis_error' geis_error("failed to allocate bag store"); ^ geis_bag.c: In function 'geis_bag_new': geis_logging.h:56:39: error: ISO C does not support '__FUNCTION__' predefined identifier [-Werror=pedantic] __FUNCTION__, __LINE__, \ ^ geis_bag.c:53:5: note: in expansion of macro 'geis_error' geis_error("failed to allocate bag"); ^ cc1: all warnings being treated as errors Makefile:379: recipe for target 'libgeis_util_la-geis_bag.lo' failed make[3]: *** [libgeis_util_la-geis_bag.lo] Error 1 Makefile:351: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 Makefile:461: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 Makefile:369: recipe for target 'all' failed make: *** [all] Error 2

niQo commented on 2013-04-15 21:02 (UTC)

@Duologic fixed thanks for reporting ( seems to be FS#34658 )

Duologic commented on 2013-04-11 07:07 (UTC)

New revision won't compile here: Making all in python CC _geis_bindings_la-_geis_bindings.lo In file included from /usr/include/python3.3m/Python.h:112:0, from _geis_bindings/_geis_bindings.c:1: /usr/include/python3.3m/modsupport.h:29:1: error: 'PyArg_ParseTuple' is an unrecognized format function type [-Werror=format=] PyAPI_FUNC(int) PyArg_ParseTuple(PyObject *, const char *, ...) Py_FORMAT_PARSETUPLE(PyArg_ParseTuple, 2, 3); (Sorry, no time to check)

<deleted-account> commented on 2013-03-26 17:16 (UTC)

For anybody who gets the frame_x11 not available, install xorg-input before you install frame/geis and it will build correctly. Not real sure who's bug this is, x11 is an optional dep on libframe, but geis requires it to compile. I would argue that geis does have an xorg-input dep even if libframe does not (since geis fails to compile if xorg-input isn't installed before frame).