Bug#320515: BITS_PER_LONG used unconditionally but defined only if __KERNEL__ is defined

2005-08-07 Thread Petter Reinholdtsen
This problem affect clanlib as well. I'm trying to prepare an NMU to get it to use the new C++ ABI, and ran into this compile error: Compiling Sources/Display/Input/X11/joystick_linux.cpp In file included from Sources/Display/Input/X11/joystick_linux.h:45, from

Bug#320515: BITS_PER_LONG used unconditionally but defined only if __KERNEL__ is defined

2005-08-01 Thread Adeodato Simó
severity 320515 serious thanks This bug also affects xorg-x11, which FTBFS with current l-k-h as some input drivers #include linux/joystick.h Hello, Please consider prioritizing this bug, since we can't get a first build of xorg-x11 on SPARC until it gets fixed (previously we were

Bug#320515: BITS_PER_LONG used unconditionally but defined only if __KERNEL__ is defined

2005-08-01 Thread GOTO Masanori
At Mon, 1 Aug 2005 14:24:19 +0200, Adeodato Simó wrote: This bug also affects xorg-x11, which FTBFS with current l-k-h as some input drivers #include linux/joystick.h Hello, Please consider prioritizing this bug, since we can't get a first build of xorg-x11 on SPARC until it gets

Bug#320515: BITS_PER_LONG used unconditionally but defined only if __KERNEL__ is defined

2005-08-01 Thread Adeodato Simó
* GOTO Masanori [Tue, 02 Aug 2005 00:12:49 +0900]: At Mon, 1 Aug 2005 14:24:19 +0200, Adeodato Sims wrote: This bug also affects xorg-x11, which FTBFS with current l-k-h as some input drivers #include linux/joystick.h Hello, Please consider prioritizing this bug, since we

Bug#320515: BITS_PER_LONG used unconditionally but defined only if __KERNEL__ is defined

2005-08-01 Thread GOTO Masanori
At Mon, 1 Aug 2005 17:38:17 +0200, Adeodato Simó wrote: Before applying a patch, I would like to hear why this bug affects only sparc? No, it's not sparc-specific. What I meant is that, from a release management point of view, it is preventing xorg-x11 from being a candidate for

Bug#320515: BITS_PER_LONG used unconditionally but defined only if __KERNEL__ is defined

2005-07-29 Thread Alex Romosan
Package: linux-kernel-headers Version: 2.6.13+0rc3-1 Severity: important linux/joystick.h contains the following: #if BITS_PER_LONG == 64 #define JS_DATA_SAVE_TYPE JS_DATA_SAVE_TYPE_64 #elif BITS_PER_LONG == 32 #define JS_DATA_SAVE_TYPE JS_DATA_SAVE_TYPE_32 #else #error Unexpected BITS_PER_LONG