* Unable to compile the current tree
@ 2009-09-19 8:08 e9hack
0 siblings, 0 replies; only message in thread
From: e9hack @ 2009-09-19 8:08 UTC (permalink / raw)
To: linux-media; +Cc: pete, dougsland
Hi,
parts of changsets 13020:644c243de54d/13030:9af6fb98d272 are wrong:
2.1 --- a/linux/drivers/staging/go7007/Makefile Fri Sep 18 21:17:20 2009 -0300
2.2 +++ b/linux/drivers/staging/go7007/Makefile Fri Sep 18 21:21:55 2009 -0300
...
2.37 +
2.38 +# Ubuntu 8.04 has CONFIG_SND undefined, so include lum sound/config.h too
2.39 +ifeq ($(CONFIG_SND),)
2.40 +EXTRA_CFLAGS += -include sound/config.h
2.41 +endif
If CONFIG_SND is undefined, sound/config.h doesn't exist. I'm not able to compile the
current tree. I get the following error message:
make -C /usr/src/linux-2.6.30.7 O=/usr/src/linux-2.6.30.7-obj/x86_64/mp-suse-11/. modules
CC [M] /usr/src/v4l-dvb/v4l/tuner-xc2028.o
In file included from <command-line>:0:
./include/linux/autoconf.h:1743:1: error: sound/config.h: No such file or directory
make[5]: *** [/usr/src/v4l-dvb/v4l/tuner-xc2028.o] Error 1
make[4]: *** [_module_/usr/src/v4l-dvb/v4l] Error 2
make[3]: *** [sub-make] Error 2
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.30.7-obj/x86_64/mp-suse-11'
make[1]: *** [default] Fehler 2
make[1]: Leaving directory `/usr/src/v4l-dvb/v4l'
make: *** [all] Fehler 2
Regards,
Hartmut
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-19 8:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-19 8:08 Unable to compile the current tree e9hack
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.