Francesco Romani <[EMAIL PROTECTED]> writes: Hi Francesco,
> transcode 1.1.0 alpha 4 is avalaible for download at [...] > This release also includes a ``new'' feature: export_pcm is back, > as requested by "Jason P. Stanford" <jps3 at Lehigh dot EDU>". This module doesn't build : export_pcm.c:30:20: error: avilib.h: No such file or directory Missing include path or wrong include ? Anyway with : #include "avilib/avilib.h" ,---- | make[2]: Entering directory `/src/transcode-1.1.0alpha4/export' | if /bin/sh ../libtool --mode=compile i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/lib/transcode\" -I.. -I../src -Wall -Wstrict-prototypes -Wmissing-prototypes -Wall -g -O2 -MT export_pcm.lo -MD -MP -MF ".deps/export_pcm.Tpo" -c -o export_pcm.lo export_pcm.c; \ | then mv -f ".deps/export_pcm.Tpo" ".deps/export_pcm.Plo"; else rm -f ".deps/export_pcm.Tpo"; exit 1; fi | i486-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -D_REENTRANT -DMOD_PATH=\"/usr/lib/transcode\" -I.. -I../src -Wall -Wstrict-prototypes -Wmissing-prototypes -Wall -g -O2 -MT export_pcm.lo -MD -MP -MF .deps/export_pcm.Tpo -c export_pcm.c -fPIC -DPIC -o .libs/export_pcm.o | export_pcm.c: In function 'export_tc_pcm_init': | export_pcm.c:82: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness | export_pcm.c:83: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness | export_pcm.c:84: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness | export_pcm.c:103: error: 'vob_t' has no member named 'fixme_a_codec' | export_pcm.c:115: warning: pointer targets in passing argument 1 of 'strlcpy' differ in signedness | export_pcm.c: In function 'export_tc_pcm_encode': | export_pcm.c:212: warning: implicit declaration of function 'p_write' | make[2]: *** [export_pcm.lo] Error 1 `---- Christian