hi
i saw that a new pidip release is out, which should deal with some performance issues. i try to compile the new version but the compiling crashs when it comes to pdp_xcanvas.
i thought it could be, that my ffmpeg-cvs is to old (04-08). but with the newest version i have problems compiling it either, pdp_rec~ complains, as you can see below.
am i the only one with these problem? puzzled marc
->with ffmpeg-cvs-2003-30-10
pdp_xcanvas.c: At top level:
pdp_xcanvas.c:387: syntax error before '*' token
pdp_xcanvas.c:388: warning: function declaration isn't a prototype
pdp_xcanvas.c: In function pdp_xcanvas_input7': pdp_xcanvas.c:389:
x' undeclared (first use in this function)
pdp_xcanvas.c:389: s' undeclared (first use in this function) pdp_xcanvas.c:389:
f' undeclared (first use in this function)
pdp_xcanvas.c: At top level:
pdp_xcanvas.c:392: syntax error before '*' token
pdp_xcanvas.c:393: warning: function declaration isn't a prototype
pdp_xcanvas.c: In function pdp_xcanvas_input8': pdp_xcanvas.c:394:
x' undeclared (first use in this function)
pdp_xcanvas.c:394: s' undeclared (first use in this function) pdp_xcanvas.c:394:
f' undeclared (first use in this function)
pdp_xcanvas.c: At top level:
pdp_xcanvas.c:397: syntax error before '*' token
pdp_xcanvas.c:398: warning: function declaration isn't a prototype
pdp_xcanvas.c: In function pdp_xcanvas_input9': pdp_xcanvas.c:399:
x' undeclared (first use in this function)
pdp_xcanvas.c:399: s' undeclared (first use in this function) pdp_xcanvas.c:399:
f' undeclared (first use in this function)
pdp_xcanvas.c: At top level:
pdp_xcanvas.c:402: syntax error before '*' token
pdp_xcanvas.c:403: warning: function declaration isn't a prototype
pdp_xcanvas.c: In function pdp_xcanvas_free': pdp_xcanvas.c:406:
x' undeclared (first use in this function)
pdp_xcanvas.c:419: warning: implicit declaration of function
pdp_xvideo_free' pdp_xcanvas.c: In function
pdp_xcanvas_new':
pdp_xcanvas.c:427: x' undeclared (first use in this function) pdp_xcanvas.c:427: syntax error before ')' token pdp_xcanvas.c:494: warning: implicit declaration of function
pdp_xvideo_init'
make[1]: *** [pdp_xcanvas.o] Error 1
->with ffmpeg-cvs-2003-04-08
0/libavcodec -I/home/metafor/audio/ffmpeg-cvs-2003-10-30/libavformat
-I../include -o pdp_live~.o -c pdp_live~.c
pdp_live~.c: In function pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function)
pdp_live~.c:320: (Each undeclared identifier is reported only once
pdp_live~.c:320: for each function it appears in.)
make[1]: *** [pdp_live~.o] Error 1
hi,
metafor wrote:
hi
i saw that a new pidip release is out, which should deal with some performance issues. i try to compile the new version but the compiling crashs when it comes to pdp_xcanvas.
i thought it could be, that my ffmpeg-cvs is to old (04-08). but with the newest version i have problems compiling it either, pdp_rec~ complains, as you can see below.
am i the only one with these problem? puzzled marc
this error is not related with ffmpeg version, so you can use safely one of the latest ( ffmpeg-cvs-2003-30-10 is ok, i use ffmpeg-cvs-2003-10-07 ).
i think it's rather due to the version of PDP, this works fine with PDP 0.12.2.
but, is this the first error message you get at compile time? i think there are some before, no ?
cheers, sevy
->with ffmpeg-cvs-2003-30-10 pdp_xcanvas.c: At top level: pdp_xcanvas.c:387: syntax error before '*' token pdp_xcanvas.c:388: warning: function declaration isn't a prototype pdp_xcanvas.c: In function
pdp_xcanvas_input7': pdp_xcanvas.c:389:
x' undeclared (first use in this function) pdp_xcanvas.c:389:s' undeclared (first use in this function) pdp_xcanvas.c:389:
f' undeclared (first use in this function) pdp_xcanvas.c: At top level: pdp_xcanvas.c:392: syntax error before '*' token pdp_xcanvas.c:393: warning: function declaration isn't a prototype pdp_xcanvas.c: In functionpdp_xcanvas_input8': pdp_xcanvas.c:394:
x' undeclared (first use in this function) pdp_xcanvas.c:394:s' undeclared (first use in this function) pdp_xcanvas.c:394:
f' undeclared (first use in this function) pdp_xcanvas.c: At top level: pdp_xcanvas.c:397: syntax error before '*' token pdp_xcanvas.c:398: warning: function declaration isn't a prototype pdp_xcanvas.c: In functionpdp_xcanvas_input9': pdp_xcanvas.c:399:
x' undeclared (first use in this function) pdp_xcanvas.c:399:s' undeclared (first use in this function) pdp_xcanvas.c:399:
f' undeclared (first use in this function) pdp_xcanvas.c: At top level: pdp_xcanvas.c:402: syntax error before '*' token pdp_xcanvas.c:403: warning: function declaration isn't a prototype pdp_xcanvas.c: In functionpdp_xcanvas_free': pdp_xcanvas.c:406:
x' undeclared (first use in this function) pdp_xcanvas.c:419: warning: implicit declaration of functionpdp_xvideo_free' pdp_xcanvas.c: In function
pdp_xcanvas_new': pdp_xcanvas.c:427:x' undeclared (first use in this function) pdp_xcanvas.c:427: syntax error before ')' token pdp_xcanvas.c:494: warning: implicit declaration of function
pdp_xvideo_init' make[1]: *** [pdp_xcanvas.o] Error 1->with ffmpeg-cvs-2003-04-08 0/libavcodec -I/home/metafor/audio/ffmpeg-cvs-2003-10-30/libavformat -I../include -o pdp_live~.o -c pdp_live~.c pdp_live~.c: In function
pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.) make[1]: *** [pdp_live~.o] Error 1
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
i think it's rather due to the version of PDP, this works fine with PDP 0.12.2.
ooops, sorry, it was me, i have a patched PDP so that's why it works here.
i've uploaded a new archive where i basically removed the pdp_xcanvas object for now.
so please, download again : http://ydegoyon.free.fr/pidip-0.12.10.tar.gz
cheers, sevy
i've downloaded the new version without the xcanvas, but i'm still not able to compile.
it's not that urgent, i have pd running with pdp/pidip, but i have no clue what's this all about?? so if you have some suggestions i'll try them.
marc
codec -I/home/metafor/audio/ffmpeg-cvs-2003-10-30/libavformat
-I../include -o pdp_live~.o -c pdp_live~.c
pdp_live~.c: In function pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function)
pdp_live~.c:320: (Each undeclared identifier is reported only once
pdp_live~.c:320: for each function it appears in.)
make[1]: *** [pdp_live~.o] Error 1
make[1]: Leaving directory `/home/metafor/audio/pidip-0.12.10/modules'
make: *** [pdp_pidip_all] Error 2
metaborg:/home/metafor/audio/pidip-0.12.10# cd ..
metaborg:/home/metafor/audio# cd pdp-0.12.
bash: cd: pdp-0.12.: No such file or directory
Yves Degoyon wrote:
i think it's rather due to the version of PDP, this works fine with PDP 0.12.2.
ooops, sorry, it was me, i have a patched PDP so that's why it works here.
i've uploaded a new archive where i basically removed the pdp_xcanvas object for now.
so please, download again : http://ydegoyon.free.fr/pidip-0.12.10.tar.gz
cheers, sevy
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list
hi,
you said it yourself in your first mail, that's because you switched to an old version of ffmpeg, take one of the latest snapshot and it will be ok.
cheers, sevy
metafor wrote:
i've downloaded the new version without the xcanvas, but i'm still not able to compile.
it's not that urgent, i have pd running with pdp/pidip, but i have no clue what's this all about?? so if you have some suggestions i'll try them.
marc
codec -I/home/metafor/audio/ffmpeg-cvs-2003-10-30/libavformat -I../include -o pdp_live~.o -c pdp_live~.c pdp_live~.c: In function
pdp_decode_stream_from_url': pdp_live~.c:320:
AVFMT_NOHEADER' undeclared (first use in this function) pdp_live~.c:320: (Each undeclared identifier is reported only once pdp_live~.c:320: for each function it appears in.) make[1]: *** [pdp_live~.o] Error 1 make[1]: Leaving directory `/home/metafor/audio/pidip-0.12.10/modules' make: *** [pdp_pidip_all] Error 2 metaborg:/home/metafor/audio/pidip-0.12.10# cd .. metaborg:/home/metafor/audio# cd pdp-0.12. bash: cd: pdp-0.12.: No such file or directoryYves Degoyon wrote:
i think it's rather due to the version of PDP, this works fine with PDP 0.12.2.
ooops, sorry, it was me, i have a patched PDP so that's why it works here.
i've uploaded a new archive where i basically removed the pdp_xcanvas object for now.
so please, download again : http://ydegoyon.free.fr/pidip-0.12.10.tar.gz
cheers, sevy
PD-list mailing list PD-list@iem.at http://iem.at/cgi-bin/mailman/listinfo/pd-list