[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problems compiling xawtv3 (missing x86/_align.h)



Hello,

I'm trying to update the xawtv package to the lastest version. Currently I have problems compiling it on kFreeBSD (sid).

Please try:
git://linuxtv.org/xawtv3.git
cd xawtv3.git
./autogen.sh
make

I get the following error:
console/dump-mixers.c:22:18: error: ‘SOUND_DEVICE_LABELS’ undeclared here (not in a function)

If I re-enable HAVE_SYS_SOUNDCARD_H in config.h I get this error:

In file included from /usr/include/machine/_align.h:8:0,
                 from /usr/include/machine-amd64/param.h:46,
                 from /usr/include/machine/param.h:8,
                 from /usr/include/x86_64-kfreebsd-gnu/sys/param.h:104,
                 from /usr/include/machine-amd64/_types.h:45,
                 from /usr/include/machine/_types.h:8,
                 from /usr/include/sys/_types.h:33,
                 from /usr/include/machine-amd64/endian.h:37,
                 from /usr/include/machine/endian.h:8,
                 from /usr/include/sys/soundcard.h:110,
                 from console/dump-mixers.c:19:

/usr/include/machine-amd64/_align.h:6:24: fatal error: x86/_align.h: No such file or directory

Where is x86/_align.h header supposed to be?

Thanks,
Gregor


Reply to: