From: Michael Krufky <mkrufky@linuxtv.org>
To: Peter Schlaf <peter.schlaf@web.de>
Cc: Linux and Kernel Video <video4linux-list@redhat.com>
Subject: Re: smscoreapi.c:689: error: 'uintptr_t' undeclared
Date: Sat, 12 Jul 2008 18:56:23 -0400 [thread overview]
Message-ID: <48793697.3080704@linuxtv.org> (raw)
In-Reply-To: <48793439.20700@web.de>
Peter,
Peter Schlaf wrote:
> to workaround this i edited v4l/Makefile.media and commented out
>
> sms1xxx-objs := smscoreapi.o smsusb.o smsdvb.o sms-cards.o
>
> obj-$(CONFIG_DVB_SIANO_SMS1XXX) += sms1xxx.o
>
>
> after that, compiling all the other modules ended successfully.
Thank you for posting this error. Here is a fix:
diff -r f6b65eef0c94 linux/drivers/media/dvb/siano/smscoreapi.h
--- a/linux/drivers/media/dvb/siano/smscoreapi.h Fri Jul 11 20:37:08 2008 -0400
+++ b/linux/drivers/media/dvb/siano/smscoreapi.h Sat Jul 12 18:55:02 2008 -0400
@@ -27,6 +27,7 @@
#include <linux/list.h>
#include <linux/mm.h>
#include <linux/scatterlist.h>
+#include <linux/types.h>
#include <asm/page.h>
#include "dmxdev.h"
I'll push this in now.
Regards,
Mike Krufky
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
next prev parent reply other threads:[~2008-07-12 22:56 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-12 22:46 smscoreapi.c:689: error: 'uintptr_t' undeclared Peter Schlaf
2008-07-12 22:56 ` Michael Krufky [this message]
2008-07-13 10:02 ` Peter Schlaf
-- strict thread matches above, loose matches on Subject: below --
2008-07-16 12:55 Anthony Edwards
2008-07-16 13:00 ` Michael Krufky
[not found] ` <487DF0C6.6080209@krufky.com>
2008-07-16 13:28 ` Anthony Edwards
2008-07-16 13:31 ` Michael Krufky
[not found] ` <487DF81C.5010908@krufky.com>
2008-07-16 13:43 ` Anthony Edwards
2008-07-16 13:52 ` Michael Krufky
2008-07-16 15:48 ` Anthony Edwards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48793697.3080704@linuxtv.org \
--to=mkrufky@linuxtv.org \
--cc=peter.schlaf@web.de \
--cc=video4linux-list@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.