build error: pvm_parser.c expected ')' before '*'

Carl Karsten <[email protected]> Sat, 20 Dec 2008 16:37:25 -0600
Newsgroups gmane.comp.video.transcode.devel
Message-ID <[email protected]>
Making all in export
make[2]: Entering directory 
`/home/juser/vga2usb/src/transcode/transcode-trunk/export'
/bin/bash ../libtool --tag=CC   --mode=compile i486-linux-gnu-gcc 
-DHAVE_CONFIG_H -I. -I..  -D_REENTRANT -DMOD_PATH=\"/usr/lib/transcode\" -I.. 
-I../src -I/usr/include -I../pvm3   -Wall -Wstrict-prototypes 
-Wmissing-prototypes -Wall -g -O2 -MT export_pvm_la-pvm_parser.lo -MD -MP -MF 
.deps/export_pvm_la-pvm_parser.Tpo -c -o export_pvm_la-pvm_parser.lo `test -f 
'../pvm3/pvm_parser.c' || echo './'`../pvm3/pvm_parser.c
libtool: compile:  i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT 
-DMOD_PATH=\"/usr/lib/transcode\" -I.. -I../src -I/usr/include -I../pvm3 -Wall 
-Wstrict-prototypes -Wmissing-prototypes -Wall -g -O2 -MT 
export_pvm_la-pvm_parser.lo -MD -MP -MF .deps/export_pvm_la-pvm_parser.Tpo -c 
../pvm3/pvm_parser.c  -fPIC -DPIC -o .libs/export_pvm_la-pvm_parser.o
../pvm3/pvm_parser.c:81: error: expected ')' before '*' token
../pvm3/pvm_parser.c:273: error: expected ')' before '*' token
../pvm3/pvm_parser.c: In function 'parse_filelist':
../pvm3/pvm_parser.c:448: error: 'TCConfigList' undeclared (first use in this 
function)
../pvm3/pvm_parser.c:448: error: (Each undeclared identifier is reported only once
../pvm3/pvm_parser.c:448: error: for each function it appears in.)
../pvm3/pvm_parser.c:448: error: 'list' undeclared (first use in this function)
../pvm3/pvm_parser.c:458: warning: implicit declaration of function 'dispatch_list'
../pvm3/pvm_parser.c:459: warning: initialization makes pointer from integer 
without a cast
make[2]: *** [export_pvm_la-pvm_parser.lo] Error 1


Carl K