> ../xa_shel.c: In function 'shell_find':
> ../xa_shel.c:1125: error: 'kp' undeclared (first use in this function)
> ../xa_shel.c:1125: error: (Each undeclared identifier is reported only
> once
> ../xa_shel.c:1125: error: for each function it appears in.)
>
> and then finally, if I just hack out the previous errors, at link
time I
> got this...
>
> draw_obj.o:draw_obj.o:(.text+0x90a): undefined reference to
> `_obtree_is_menu'
> draw_obj.o:draw_obj.o:(.text+0xe78): undefined reference to
> `_obtree_is_menu'
These appear if you build the deb-version (I never did this). Patch
sent.
Neither do I - intentionally. This is from a straight checkout.
I've committed your patches, but I still get the undefined reference
above.