Hi,<br><br>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:<br>
<br>root@sat-2-p2p-server:/home/getstream# make <br>gcc -O0 -g -Wall  -I. -I/usr/include/glib-2.0/ -I/usr/lib/glib-2.0/include/   -c -o getstream.o getstream.c<br>getstream.c:21:19: error: event.h: No such file or directory<br>
In file included from output.h:5,<br>                 from sap.h:5,<br>                 from getstream.h:15,<br>                 from getstream.c:23:<br>libhttp.h:82: error: field ‘ev’ has incomplete type<br>In file included from sap.h:5,<br>
                 from getstream.h:15,<br>                 from getstream.c:23:<br>output.h:116: error: field ‘rtcpevent’ has incomplete type<br>output.h:128: error: field ‘event’ has incomplete type<br>In file included from getstream.h:15,<br>
                 from getstream.c:23:<br>sap.h:41: error: field ‘event’ has incomplete type<br>In file included from getstream.c:23:<br>getstream.h:233: error: field ‘patevent’ has incomplete type<br>getstream.h:256: error: field ‘timer’ has incomplete type<br>
getstream.h:257: error: field ‘event’ has incomplete type<br>getstream.h:296: error: field ‘dvrevent’ has incomplete type<br>getstream.h:298: error: field ‘stucktimer’ has incomplete type<br>getstream.h:318: error: field ‘event’ has incomplete type<br>
getstream.h:323: error: field ‘dmxevent’ has incomplete type<br>getstream.c: In function ‘init_guard_evtimer’:<br>getstream.c:57: error: storage size of ‘gevent’ isn’t known<br>getstream.c:63: warning: implicit declaration of function ‘evtimer_set’<br>
getstream.c:64: warning: implicit declaration of function ‘evtimer_add’<br>getstream.c:57: warning: unused variable ‘gevent’<br>getstream.c: In function ‘terminate_init’:<br>getstream.c:88: error: storage size of ‘event’ isn’t known<br>
getstream.c:88: warning: unused variable ‘event’<br>getstream.c: In function ‘main’:<br>getstream.c:136: warning: implicit declaration of function ‘event_init’<br>getstream.c:177: warning: implicit declaration of function ‘event_dispatch’<br>
make: *** [getstream.o] Error 1<br>root@sat-2-p2p-server:/home/getstream# <br><br>Also, another question: My DVB-S is connected to a multiswitch with 4 satellite positions. How can I pick the right one with getstream?<br>
<br>Thankls and best regards,<br>Ron<br><br>