* [linux-dvb] Compiling patched szap and mythtv - problems
@ 2008-03-19 18:37 Gasiu
0 siblings, 0 replies; 4+ messages in thread
From: Gasiu @ 2008-03-19 18:37 UTC (permalink / raw)
To: linux-dvb
Hi everybody!
I want to run my SkystarHD with multiproto (on 64bit Ubuntu), and I try
to compile patched szap and MythTV.
I have problems with this - I have updated headers from multiproto tree
(I just copy .../multiproto-b5a34b6a209d/linux/include/ to
/usr/include/) and I have error:
>cc -c szap.c
szap.c: In function ‘zap_to’:
szap.c:368: error: ‘struct dvbfe_info’ has no member named ‘delivery’
szap.c:372: error: ‘struct dvbfe_info’ has no member named ‘delivery’
szap.c:376: error: ‘struct dvbfe_info’ has no member named ‘delivery’
szap.c:401: error: ‘struct dvbfe_info’ has no member named ‘delivery’
szap.c:412: error: ‘struct dvbfe_info’ has no member named ‘delivery’
how can i fix it? (I think, that I need some *.h file - but what file?
where find it?
--
Gasiu
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Compiling patched szap and mythtv - problems
[not found] <mailman.385.1205960936.830.linux-dvb@linuxtv.org>
@ 2008-03-21 0:01 ` Gasiu
2008-03-21 0:49 ` Manu Abraham
0 siblings, 1 reply; 4+ messages in thread
From: Gasiu @ 2008-03-21 0:01 UTC (permalink / raw)
To: linux-dvb
>Hi everybody!
>
>I want to run my SkystarHD with multiproto (on 64bit Ubuntu), and I try
>to compile patched szap and MythTV.
>I have problems with this - I have updated headers from multiproto tree
>(I just copy .../multiproto-b5a34b6a209d/linux/include/ to
>/usr/include/) and I have error:
> >cc -c szap.c
>szap.c: In function ?zap_to?:
>szap.c:368: error: ?struct dvbfe_info? has no member named ?delivery?
>szap.c:372: error: ?struct dvbfe_info? has no member named ?delivery?
>szap.c:376: error: ?struct dvbfe_info? has no member named ?delivery?
>szap.c:401: error: ?struct dvbfe_info? has no member named ?delivery?
>szap.c:412: error: ?struct dvbfe_info? has no member named ?delivery?
>how can i fix it? (I think, that I need some *.h file - but what file?
>where find it?
"Make" works with multiproto-ecb96c96a69e...
--
Pozdrawiam!
Gasiu
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Compiling patched szap and mythtv - problems
2008-03-21 0:01 ` [linux-dvb] Compiling patched szap and mythtv - problems Gasiu
@ 2008-03-21 0:49 ` Manu Abraham
2008-03-21 7:53 ` Gasiu
0 siblings, 1 reply; 4+ messages in thread
From: Manu Abraham @ 2008-03-21 0:49 UTC (permalink / raw)
To: Gasiu; +Cc: linux-dvb
Gasiu wrote:
> >Hi everybody!
> >
> >I want to run my SkystarHD with multiproto (on 64bit Ubuntu), and I try
> >to compile patched szap and MythTV.
>
> >I have problems with this - I have updated headers from multiproto tree
> >(I just copy .../multiproto-b5a34b6a209d/linux/include/ to
> >/usr/include/) and I have error:
>
> > >cc -c szap.c
> >szap.c: In function ?zap_to?:
> >szap.c:368: error: ?struct dvbfe_info? has no member named ?delivery?
> >szap.c:372: error: ?struct dvbfe_info? has no member named ?delivery?
> >szap.c:376: error: ?struct dvbfe_info? has no member named ?delivery?
> >szap.c:401: error: ?struct dvbfe_info? has no member named ?delivery?
> >szap.c:412: error: ?struct dvbfe_info? has no member named ?delivery?
>
> >how can i fix it? (I think, that I need some *.h file - but what file?
> >where find it?
>
> "Make" works with multiproto-ecb96c96a69e...
>
Pull dvb-apps the patched szap exists in dvb-apps dvb-apps/test/szap2
You need to updates the headers too.. the cleaned headers can be found
in dvb-apps/include/*
Regards,
Manu
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [linux-dvb] Compiling patched szap and mythtv - problems
2008-03-21 0:49 ` Manu Abraham
@ 2008-03-21 7:53 ` Gasiu
0 siblings, 0 replies; 4+ messages in thread
From: Gasiu @ 2008-03-21 7:53 UTC (permalink / raw)
To: linux-dvb; +Cc: Manu Abraham
Manu Abraham pisze:
> Gasiu wrote:
>
>> >Hi everybody!
>> >
>> >I want to run my SkystarHD with multiproto (on 64bit Ubuntu), and I try
>> >to compile patched szap and MythTV.
>>
>> >I have problems with this - I have updated headers from multiproto tree
>> >(I just copy .../multiproto-b5a34b6a209d/linux/include/ to
>> >/usr/include/) and I have error:
>>
>> > >cc -c szap.c
>> >szap.c: In function ?zap_to?:
>> >szap.c:368: error: ?struct dvbfe_info? has no member named ?delivery?
>> >szap.c:372: error: ?struct dvbfe_info? has no member named ?delivery?
>> >szap.c:376: error: ?struct dvbfe_info? has no member named ?delivery?
>> >szap.c:401: error: ?struct dvbfe_info? has no member named ?delivery?
>> >szap.c:412: error: ?struct dvbfe_info? has no member named ?delivery?
>>
>> >how can i fix it? (I think, that I need some *.h file - but what file?
>> >where find it?
>>
>> "Make" works with multiproto-ecb96c96a69e...
>>
>>
>
> Pull dvb-apps the patched szap exists in dvb-apps dvb-apps/test/szap2
>
> You need to updates the headers too.. the cleaned headers can be found
> in dvb-apps/include/*
>
> Regards,
> Manu
>
>
It works, but with multiproto-ecb96c96a69e... I don't know why ;-)
thanks!
--
Gasiu
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-21 7:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <mailman.385.1205960936.830.linux-dvb@linuxtv.org>
2008-03-21 0:01 ` [linux-dvb] Compiling patched szap and mythtv - problems Gasiu
2008-03-21 0:49 ` Manu Abraham
2008-03-21 7:53 ` Gasiu
2008-03-19 18:37 Gasiu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox