Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: System freeze - scanning recordings ...



On Mon, 22 Sep 2003, Thorsten Giese wrote:

>Am Montag, 22. September 2003 20:22 schrieben Sie:
>
>May be off-topic, but interesting in failure search:

Schnippety schnipp

>exits with the following errors. I have no real clue what to change. My
>intention is to test the popen function on my system.
>
>coruscant root # gcc -I /usr/include/ bla.c
>bla.c: In function `main':
>bla.c:14: warning: assignment makes pointer from integer without a cast
>bla.c:15: warning: passing arg 1 of `sprintf' from incompatible pointer type
>/tmp/ccmA7UXM.o(.text+0x57): In function `main':
>: undefined reference to `readline'
>collect2: ld returned 1 exit status

The funcion readline() needs to be defined, it's no standard function
found in the headers you include. I assume VDR has an own function called
readline() hidden somewhere, try looking there for an example.

-- 
"It would seem that you have no useful skill or talent whatsoever," he said.
              "Have you thought of going into teaching?"
                                                    -- Terry Pratchett, Mort


-- 
Info:
To unsubscribe send a mail to ecartis@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index