Bug with redefinition of register on ia64 architecture

Vin Shelton acs at alumni.princeton.edu
Mon Dec 11 12:42:58 EST 2006


On 12/11/06, Hans de Graaff <graaff at gentoo.org> wrote:
> My main concern is with the register issue, since this is causing real
> problems, so it would be great if someone else could comment on that.

It looks to me like the following hack should enable you to work
around the problem:

cvsroot/xemacs-21.4 Mon 11 12:39; diff -u src/gpmevent.c{~,}
--- src/gpmevent.c~     2001-04-12 14:23:53.000000000 -0400
+++ src/gpmevent.c      2006-12-11 12:39:17.472975500 -0500
@@ -45,6 +45,7 @@
 #define KG_CTRL                2
 #define KG_ALT         3
 #else
+#undef register
 #include <linux/keyboard.h>
 #endif

Does it?

  - Vin
-- 
The Journey by Mary Oliver
http://www.poemhunter.com/p/m/poem.asp?poet=6771&poem=30506




More information about the XEmacs-Beta mailing list