Hi, I just set up a new server, to tune in to DVB-S signals and stream them out internally. However, I get an error when compiling getstream. I am no expoert in this, so if anybody can help it would be more then welcome: root@sat-2-p2p-server:/home/getstream# make gcc -O0 -g -Wall -I. -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/ -c -o getstream.o getstream.c getstream.c:21:19: error: event.h: No such file or directory In file included from output.h:5, from sap.h:5, from getstream.h:15, from getstream.c:23: libhttp.h:82: error: field ‘ev’ has incomplete type In file included from sap.h:5, from getstream.h:15, from getstream.c:23: output.h:116: error: field ‘rtcpevent’ has incomplete type output.h:128: error: field ‘event’ has incomplete type In file included from getstream.h:15, from getstream.c:23: sap.h:41: error: field ‘event’ has incomplete type In file included from getstream.c:23: getstream.h:233: error: field ‘patevent’ has incomplete type getstream.h:256: error: field ‘timer’ has incomplete type getstream.h:257: error: field ‘event’ has incomplete type getstream.h:296: error: field ‘dvrevent’ has incomplete type getstream.h:298: error: field ‘stucktimer’ has incomplete type getstream.h:318: error: field ‘event’ has incomplete type getstream.h:323: error: field ‘dmxevent’ has incomplete type getstream.c: In function ‘init_guard_evtimer’: getstream.c:57: error: storage size of ‘gevent’ isn’t known getstream.c:63: warning: implicit declaration of function ‘evtimer_set’ getstream.c:64: warning: implicit declaration of function ‘evtimer_add’ getstream.c:57: warning: unused variable ‘gevent’ getstream.c: In function ‘terminate_init’: getstream.c:88: error: storage size of ‘event’ isn’t known getstream.c:88: warning: unused variable ‘event’ getstream.c: In function ‘main’: getstream.c:136: warning: implicit declaration of function ‘event_init’ getstream.c:177: warning: implicit declaration of function ‘event_dispatch’ make: *** [getstream.o] Error 1 root@sat-2-p2p-server:/home/getstream# Also, another question: My DVB-S is connected to a multiswitch with 4 satellite positions. How can I pick the right one with getstream? Thankls and best regards, Ron
On Wed, Sep 09, 2009 at 04:26:28PM +0200, Ron van Herk wrote:
Hi,
I just set up a new server, to tune in to DVB-S signals and stream them out internally. However, I get an error when compiling getstream. I am no expoert in this, so if anybody can help it would be more then welcome:
root@sat-2-p2p-server:/home/getstream# make gcc -O0 -g -Wall -I. -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/ -c -o getstream.o getstream.c getstream.c:21:19: error: event.h: No such file or directory
You need libevent-dev or something installed.
In file included from output.h:5, from sap.h:5, from getstream.h:15, from getstream.c:23: libhttp.h:82: error: field ‘ev’ has incomplete type
Flo -- Florian Lohoff flo@rfc822.org "Es ist ein grobes Missverständnis und eine Fehlwahrnehmung, dem Staat im Internet Zensur- und Überwachungsabsichten zu unterstellen." - - Bundesminister Dr. Wolfgang Schäuble -- 10. Juli in Berlin
participants (2)
-
Florian Lohoff -
Ron van Herk