On Jul 5, 2010, at 2:54 PM, Sean Sieger wrote: > keyboard.c: In function 'modify_event_symbol': > keyboard.c:6584: error: expected ')' before 'keysym' > keyboard.c:6585: warning: initialization makes pointer from integer > without a ca st > make[1]: *** [oo/i386/keyboard.o] Error 1 > make[1]: Leaving directory `c:/emacs-24.0.50/src' > make: *** [all-other-dirs-gmake] Error 2 It looks like protoize got fooled into thinking an ifdef was a function declaration. If you just keyboard.c:6584 entirely it seems to DTRT. *Chad