Package: wmkbd Hi,
It seems your package currently only supports i386. Is there a reason it only build on i386 and can't be used on any of the others? Nothing in the description or source seems to suggest this is i386 only. You might need to look for 64 bit portability issues however, it's giving the following warnings: option.c: In function `void set_keysym_num(GtkWidget*, void*)': option.c:175: warning: cast from pointer to integer of different size option.c: In function `void set_keysym_num1(GtkWidget*, void*)': option.c:180: warning: cast from pointer to integer of different size option.c: In function `void set_keysym(GtkWidget*)': option.c:438: warning: int format, different type arg (arg 3) option.c: In function `void save_keysym_def(GtkWidget*, void*)': option.c:593: warning: cast to pointer from integer of different size option.c:603: warning: cast to pointer from integer of different size option.c:613: warning: cast to pointer from integer of different size option.c:623: warning: cast to pointer from integer of different size option.c: In function `void clist_category_select(GtkWidget*, gint, gint, GdkEventButton*, void*)': option.c:638: warning: int format, pointer arg (arg 3) option.c: In function `void set_keysym_from_db(GtkWidget*, void*)': option.c:655: warning: int format, pointer arg (arg 3) option.c: In function `void load_keymap_editor(GtkWidget*, int)': option.c:1084: warning: int format, pointer arg (arg 3) Casting a pointer to a integer will cause problems in most cases. Kurt -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

