[linux-dvb] Error compiling dvb-apps
Mario Rossi
mariofutire at googlemail.com
Sat Dec 9 22:05:52 CET 2006
I'm using Fedora Core 5.
Kernel 2.6.18.2 or 2.6.19 compiled from source
this is the content of /usr/include/linux/compiler.h
#ifndef __LINUX_COMPILER_H
#define __LINUX_COMPILER_H
#define likely(x) __builtin_expect((x),1)
#define unlikely(x) __builtin_expect((x),0)
#endif /* __LINUX_COMPILER_H */
> Which kernel version / distro are you using? Because i can't see a
> linux/compiler.h (which is included in video.h) in the kernel git
> history which doesn't define __user ...
>
> Christoph
>
More information about the linux-dvb
mailing list