Re: build error: pvm_parser.c expected ')' before '*'
Carl Karsten <[email protected]> Sun, 21 Dec 2008 14:07:58 -0600
| Newsgroups | gmane.comp.video.transcode.devel |
|---|---|
| Message-ID | <[email protected]> |
Francesco Romani wrote: > On Sat, 2008-12-20 at 16:37 -0600, Carl Karsten wrote: >> 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 > > Do you really need pvm support? It is unsupported and likely broken (You > really should step back to 1.0.x if you depend on pvm). No, it was just selected in the debian-media config. > > Anyway, I'll fix that. It would happen sometime, right? :) Carl K