> On Sat, 14 Oct 2006 11:55:01 +0200 (CEST) > <[EMAIL PROTECTED]> wrote: > >> Hi there, >> >> I want to report a compilation problem I encountered today. Error >> message is: > [...] >> make: *** [all] Error 2 > > Andrew recently re-introduced PVN support, and as result some files are > been added and Makefile changed. Please re-run > autoreconf -f -i > before to go with configure && make and usual toolchain. > > If problem persist, please post again.
Hello Franscesco, thanks for the quick response. Of course I forgot to do at, should have known better. *But*: now I get a different error (I ran distclean and autoreconf -f -i, configure, make twice): if gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/local/lib/transcode\" -DPROF_PATH=\"/usr/local/share/transcode/profiles\" -I.. -I/usr/local/include/ -Wall -Wstrict-prototypes -Wmissing-prototypes -g -O2 -MT probe.o -MD -MP -MF ".deps/probe.Tpo" -c -o probe.o probe.c; \ then mv -f ".deps/probe.Tpo" ".deps/probe.Po"; else rm -f ".deps/probe.Tpo"; exit 1; fiprobe.c: In function 'probe_source_xml': probe.c:227: error: 'retval' undeclared (first use in this function) probe.c:227: error: (Each undeclared identifier is reported only once probe.c:227: error: for each function it appears in.) probe.c:228: warning: control reaches end of non-void function make[2]: *** [probe.o] Error 1 make[2]: Leaving directory `/usr/local/src/transcode-cvs/transcode/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/transcode-cvs/transcode' make: *** [all] Error 2 Sebastian