On Thu, Aug 26, 2004 at 12:25:46AM +0200, Tom Schouten wrote:
pdp 0.13 is an unstable intermediate release based on packet forth (libtile/libpdp).
Hi, I want to say about my little test of new version of pdp, I hope that this can help in the development.
No error in compilation (GCC 3.3.4 - slackware 10) unless that the ./configure scripts did not find libpng, but I have resolved compiling and installing libpng-1.2.6.
When I try to load the library I read this message:
PDP: pure data packet
PDP: version 0.13.0 (pf)
error e_file loading pdp's puredata support module
/usr/lib/pdp/script/image.pf:3: e_file: /usr/lib/pdp/plugins/image.so: cannot open shared object file: No such
file or directory
in primitive loadplugin
<DS> <0>
<RS> <6> ->#xt:jmp ->#xt:leave ->#xt:leave #stream:/usr/lib/pdp/script/puredata.pf ->#xt:r> ->#xt:jmp
#0 0x08217450 in stream-interpret
#1 0x082177e0 in loadscript
#stream:/usr/lib/pdp/script/puredata.pf
#2 0x08217ea0 in load
#3 0x08218700 in load-puredata
#4 0x0820c8c0 in interpreter
and if I try to run (random chosen) the pdp_plasma.pd patch (5.reference) when I bang on the pdp_plasma object I read this message:
error converting image/P411/16/320/240/3 (155) to bitmap/yv12/* <runtime>: e_undef: unbound symbol 'convert' in primitive throw <DS> <0> <RS> <6> ->#xt:jmp ->#xt:leave ->#xt:leave #stream:/usr/lib/pdp/script/puredata.pf ->#xt:r> ->#xt:jmp #0 0x08217450 in stream-interpret #1 0x082177e0 in loadscript #stream:/usr/lib/pdp/script/puredata.pf #2 0x08217ea0 in load #3 0x08218700 in load-puredata #4 0x0820c8c0 in interpreter pdp_xv: autocreate window pdp_xvideo: grabbed port 145 on adaptor 0
the object pdp_plasma not work, the xv window is black (but PD does not go in crash).
Lazzaro