[SOLVED]<br><br>for some reason both my systems' <getopt.h> specifies 'CmdLineOption' rather than 'option'. Changed this in both dvbinfo.c & decode_mpeg.c and compiles fine.<br><br><br><div class="gmail_quote">
On 23 July 2013 09:53, Greg Mountford <span dir="ltr"><<a href="mailto:greg.mountford@gmail.com" target="_blank">greg.mountford@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><br>I'm not sure of the best way to report/query this. I've tried on 2 machines (Mac OS X and Ubuntu 12.10) using the following configure option as per the INSTALL doc: ./configure --prefix=/usr --enable-debug --disable-release<br>

<br>make[3]: Entering directory `/media/space/projects/videoCreation/libdvbpsi/examples/dvbinfo'<br>/usr/bin/gcc -DHAVE_CONFIG_H -I. -I../..  -D_FILE_OFFSET_BITS=64 -DDVBPSI_DIST   -g3 -gdwarf-2 -Wall -Werror --std=gnu99 -D_GNU_SOURCE -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare -ggdb3 -DDVBPSI_DIST -MT dvbinfo-dvbinfo.o -MD -MP -MF .deps/dvbinfo-dvbinfo.Tpo -c -o dvbinfo-dvbinfo.o `test -f 'dvbinfo.c' || echo './'`dvbinfo.c<br>

dvbinfo.c: In function ‘main’:<br><b>dvbinfo.c:457:32: error: array type has incomplete element type</b><br>dvbinfo.c:457:32: error: unused variable ‘long_options’ [-Werror=unused-variable]<br>cc1: all warnings being treated as errors<br>

<br>Any clues?<br><br>Cheers,<br>Greg<br>
</blockquote></div><br>