Making some progress compiling on my xbox but getting the following
error can anyone shed some light on how to get past this one?<br>
<br>
Thanks,<br>
<br>
distcc gcc -c -pipe -march=pentiumpro -w -O3 -Wall -Wno-switch
-fomit-frame-pointer -D_REENTRANT -DPIC -fPIC&nbsp; -DMMX -Di386
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DPREFIX=\&quot;/usr/local\&quot;
-DLIBDIR=\&quot;/usr/local/lib\&quot; -DHAVE_AV_CONFIG_H -D_LARGEFILE_SOURCE
-DQT_NO_DEBUG -DQT_THREAD_SUPPORT -DQT_SHARED -DQT_TABLET_SUPPORT
-I/usr/share/qt3/mkspecs/default -I. -I/usr/local/include
-I/usr/X11R6/include -I.. -I../.. -I../libavcodec -I../libavutil
-I../libmythtv -I/usr/include/qt3 -o udp.o udp.c<br>
rtsp.c:268: error: syntax error before &quot;rtp_payload_data_t&quot;<br>
rtsp.c:268: error: `sizelength' undeclared here (not in a function)<br>
rtsp.c:268: error: initializer element is not constant<br>
rtsp.c:268: error: (near initialization for `attr_names[0].offset')<br>
rtsp.c:268: error: initializer element is not constant<br>
rtsp.c:268: error: (near initialization for `attr_names[0]')<br>
rtsp.c:269: error: syntax error before &quot;rtp_payload_data_t&quot;<br>
rtsp.c:269: error: `indexlength' undeclared here (not in a function)<br>
rtsp.c:269: error: initializer element is not constant<br>
rtsp.c:269: error: (near initialization for `attr_names[1].offset')<br>
rtsp.c:269: error: initializer element is not constant<br>
rtsp.c:269: error: (near initialization for `attr_names[1]')<br>
rtsp.c:270: error: syntax error before &quot;rtp_payload_data_t&quot;<br>
rtsp.c:270: error: `indexdeltalength' undeclared here (not in a function)<br>
rtsp.c:270: error: initializer element is not constant<br>
rtsp.c:270: error: (near initialization for `attr_names[2].offset')<br>
rtsp.c:270: error: initializer element is not constant<br>
rtsp.c:270: error: (near initialization for `attr_names[2]')<br>
rtsp.c:271: error: syntax error before &quot;rtp_payload_data_t&quot;<br>
rtsp.c:271: error: `profile_level_id' undeclared here (not in a function)<br>
rtsp.c:271: error: initializer element is not constant<br>
rtsp.c:271: error: (near initialization for `attr_names[3].offset')<br>
rtsp.c:271: error: initializer element is not constant<br>
rtsp.c:271: error: (near initialization for `attr_names[3]')<br>
rtsp.c:272: error: syntax error before &quot;rtp_payload_data_t&quot;<br>
rtsp.c:272: error: `streamtype' undeclared here (not in a function)<br>
rtsp.c:272: error: initializer element is not constant<br>
rtsp.c:272: error: (near initialization for `attr_names[4].offset')<br>
rtsp.c:272: error: initializer element is not constant<br>
rtsp.c:272: error: (near initialization for `attr_names[4]')<br>
rtsp.c:273: error: syntax error before &quot;rtp_payload_data_t&quot;<br>
rtsp.c:273: error: `mode' undeclared here (not in a function)<br>
rtsp.c:273: error: initializer element is not constant<br>
rtsp.c:273: error: (near initialization for `attr_names[5].offset')<br>
rtsp.c:273: error: initializer element is not constant<br>
rtsp.c:273: error: (near initialization for `attr_names[5]')<br>
rtsp.c:274: error: initializer element is not constant<br>
rtsp.c:274: error: (near initialization for `attr_names[6]')<br>
distcc[9745] ERROR: compile rtsp.c on <a href="http://192.168.1.102">192.168.1.102</a> failed<br>
make[2]: *** [rtsp.o] Error 1<br>
make[2]: *** Waiting for unfinished jobs....<br>
make[2]: Leaving directory `/home/mythtv/mythtv/libs/libavformat'<br>
make[1]: *** [sub-libavformat] Error 2<br>
make[1]: Leaving directory `/home/mythtv/mythtv/libs'<br>
make: *** [sub-libs] Error 2<br>
mythtv@xbox:~/mythtv$