Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[linux-dvb] Re: "Video datastream broken" the legend continues...
Joerg Riechardt wrote:
> Hermann Gausterer wrote:
>
>
>>i hope somebody that have this problem too will test this too and
>>tells the output :-)
>>
>
> doesn't compile:
> g++ -c szap-status-time.c -o szap-status-time
It's a C-program, not C++.
You a probably missing some -I directives too.
Put the source files in the szap-directory and try
gcc -MD -Wall -g -O2 -I../../include -I../lib -o szap-status-time.o \
-c szap-status-time.c
gcc -Wall -g -O2 -o szap-status-time szap-status-time.o
(That's what make would call)
Or better: include the targets into the szap Makefile and simply run
make.
> szap-status-time.c: In function `int main(int, char**)':
> szap-status-time.c:52: error: invalid conversion from `int' to `fe_status_t'
> Jörg
>
>
Home |
Main Index |
Thread Index