With glibc-kernheaders-3.0-18.x86_64.rpm I get thiss error trying to build kino:
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Wall -I/usr/include/alsa -I/usr/include/libxml2 -pthread -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib64/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/ffmpeg -D_FILE_OFFSET_BITS=64 -DKINO_PLUGINDIR=""/usr/lib64/kino-gtk2"" -DDATADIR=""/usr/share"" -D_REENTRANT -O2 -fPIC -funswitch-loops -fvisibility-inlines-hidden -ftree-vectorize -march=k8 -pipe -mfpmath=sse -frename-registers -MT jogshuttle.o -MD -MP -MF ".deps/jogshuttle.Tpo" -c -o jogshuttle.o jogshuttle.cc; \ then mv -f ".deps/jogshuttle.Tpo" ".deps/jogshuttle.Po"; else rm -f ".deps/jogshuttle.Tpo"; exit 1; fi /usr/include/linux/input.h:803: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:807: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:808: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:809: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:810: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:811: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:812: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:813: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:814: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:815: error: 'kernel_ulong_t' does not name a type /usr/include/linux/input.h:817: error: 'kernel_ulong_t' does not name a type make[3]: *** [jogshuttle.o] Error 1
Going back to glibc-kernheaders-3.0-6.x86_64.rpm fixes it.
sean
devel@lists.stg.fedoraproject.org