compilation error in fc3
Status: Beta
Brought to you by:
gmo18t
I have receintly upgraded to fedora core 3 from 2 and
lve does not work any more so I have tried to compile it.
rm -f global_config
gcc -v 2>&1 | grep -q 'version 3' && \
ln -s global_config.gcc330 global_config || \
ln -s global_config.gcc295 global_config
g++ -O1 -g -D_FILE_OFFSET_BITS=64 -
D_LARGEFILE_SOURCE -I../mpeg2dec/include/ -
I../ffmpeg/libavcodec/ -c -o region.o region.c
region.c: In static member function `static void
T_REGION::rg_sort()':
region.c:338: error: array bound forbidden after
parenthesized type-id
region.c:338: note: try removing the parentheses
around the type-id
Thanks in advance