* [linux-dvb] Problem with newest download?
@ 2008-07-24 19:12 Ronnie Bailey
2008-07-24 19:43 ` e9hack
0 siblings, 1 reply; 2+ messages in thread
From: Ronnie Bailey @ 2008-07-24 19:12 UTC (permalink / raw)
To: linux-dvb
Hi all,
I tried to install the newest v4l-dvb this morning and I come up with
an error during "make". I was just curious if there is a problem with
the downloaded files. Here is an excerpt of the output that shows the
errors:
> /v4l-dvb/v4l/cpia2_core.c:36:24: error: token "=" is not valid in preprocessor expressions
> /v4l-dvb/v4l/cpia2_core.c:901:24: error: token "=" is not valid in preprocessor expressions
> /v4l-dvb/v4l/cpia2_core.c:924:24: error: token "=" is not valid in preprocessor expressions
> /v4l-dvb/v4l/cpia2_core.c:958:24: error: token "=" is not valid in preprocessor expressions
> make[5]: *** [/v4l-dvb/v4l/cpia2_core.o] Error 1
> make[4]: *** [_module_/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.25.11-0.1-obj/x86_64/default'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/v4l-dvb/v4l'
> make: *** [all] Error 2
Thanks,
Ronnie Bailey
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [linux-dvb] Problem with newest download?
2008-07-24 19:12 [linux-dvb] Problem with newest download? Ronnie Bailey
@ 2008-07-24 19:43 ` e9hack
0 siblings, 0 replies; 2+ messages in thread
From: e9hack @ 2008-07-24 19:43 UTC (permalink / raw)
To: linux-dvb
Ronnie Bailey schrieb:
> Hi all,
> I tried to install the newest v4l-dvb this morning and I come up with
> an error during "make". I was just curious if there is a problem with
> the downloaded files.
Search for '#if LINUX_VERSION_CODE => KERNEL_VERSION(2,6,27)' and replace it with '#if
LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)'. '=>' is a typo.
-Hartmut
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-07-24 19:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-24 19:12 [linux-dvb] Problem with newest download? Ronnie Bailey
2008-07-24 19:43 ` e9hack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox