Bugs item #2794086, was opened at 2009-05-19 17:15
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
>Group: v0.41
>Status: Pending
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Thomas Mayer (elvettsemic)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: hexloader problem in 0.41-4 RC2
Initial Comment:
Hexloader will not load objects like [>~] in Pd version 0.41.4-extended-rc2 on Debian Lenny i386.
Hexloader is loaded:
hex loader $Revision: 1.5 $
written by IOhannes m zmölnig, IEM <zmoelnig(a)iem.at>
compiled on May 18 2009 at 02:37:31
compiled against Pd version 0.41.4.extended-rc2
but then:
>~ $2
... couldn't create
load_object: Symbol "0x3e0x7e_setup" not found
error: BUG: hexloader not loading abstraction: /usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
The file /usr/lib/pd/extra/zexy/0x3e0x7e.pd exists, as well as /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-06-02 19:24
Message:
This fix should make the hexloader compile correctly for Pd-extended:
http://pure-data.svn.sourceforge.net/viewvc/pure-data?view=rev&revision=116…
But in order to use it, it needs to be loaded first. Its not loaded by
default in Pd-extended. Please test this in tomorrow's builds.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-24 16:48
Message:
After mv-ing 0x3e0x7e.pd out of the way, I get the following output:
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(0x3e0x7e_setup)
verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(setup_0x3e0x7e)
verbose( 2):hexload object: Symbol "setup_0x3e0x7e" not found
----------------------------------------------------------------------
Comment By: ClaudiusMaximus (claudiusmaximus)
Date: 2009-05-23 14:10
Message:
Works fine here with hexloader and zexy --disable-library compiled from SVN
trunk against pd-0.41-4 on GNU/Linux/Debian/Lenny/pure:dyne:
tried ../zexy/src/0x3e0x7e.pd_linux and succeeded
verbose( 2):hexloader trying ../zexy/src/0x3e0x7e.pd_linux
(0x3e0x7e_setup)
verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found
verbose( 2):hexloader trying ../zexy/src/0x3e0x7e.pd_linux
(setup_0x3e0x7e)
[>~] part of zexy-2.2.3 (compiled: May 23 2009)
Copyright (l) 1999-2008 IOhannes m zm�nig, forum::f�::uml�te
& IEM
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-05-23 05:04
Message:
no this is not really the problem. hexloader doesn't implement abstraction
loading yet (it did once, but this failed to load abstraction recursively
so it is disabled for now), which explains perfectly why it doesn't load
0x3e0x7e.pd.
however, it should be able to load 0x3e0x7e.pd_linux which it doesn't:
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(0x3e0x7e_setup)
verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(setup_0x3e0x7e)
verbose( 2):hexload object: Symbol "setup_0x3e0x7e" not found
tried ./0x3e~.pd and failed
i don't know why.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-05-22 06:31
Message:
The problem is of course the lines:
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd and succeeded
error: BUG: hexloader not loading abstraction:
/usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
----------------------------------------------------------------------
Comment By: Thomas Mayer (elvettsemic)
Date: 2009-05-20 06:05
Message:
The output in the Pd console when double-verbose and loading [>~]:
tried /home/thomas/Shell-Scripte/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
verbose( 2):calling sys_load with '>~'
tried /home/thomas/Shell-Scripte/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~/>~.pd_linux and failed
tried ./>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/>~/>~-meta.pd and failed
tried /usr/lib/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/>~/>~-meta.pd and failed
tried /home/thomas/pd-externals/>~/>~-meta.pd and failed
tried /usr/local/lib/pd-externals/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
verbose( 2):calling sys_load with '0x3e~'
tried /home/thomas/Shell-Scripte/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~.pd_linux and failed
tried ./0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~/0x3e~-meta.pd and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/extra/creb/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/creb/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e~/0x3e~-meta.pd and failed
tried /home/thomas/pd-externals/0x3e~/0x3e~-meta.pd and failed
tried /usr/local/lib/pd-externals/0x3e~/0x3e~-meta.pd and failed
tried /usr/lib/pd/extra/0x3e~/0x3e~-meta.pd and failed
verbose( 2):calling sys_load with '0x3e0x7e'
tried /home/thomas/Shell-Scripte/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.l_i386 and failed
tried /usr/lib/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.l_i386 and failed
tried /home/thomas/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
load_object: Symbol "0x3e0x7e_setup" not found
tried ./0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e/0x3e0x7e-meta.pd
and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e/0x3e0x7e-meta.pd and
failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/extra/creb/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /home/thomas/pd-externals/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/local/lib/pd-externals/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e/0x3e0x7e-meta.pd and failed
tried ./>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/>~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/>~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/>~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/>~.l_i386 and failed
tried /usr/lib/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/creb/>~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/>~.l_i386 and failed
tried /home/thomas/pd-externals/>~.l_i386 and failed
tried /usr/local/lib/pd-externals/>~.l_i386 and failed
tried /usr/lib/pd/extra/>~.l_i386 and failed
tried ./>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/>~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/>~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/>~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/>~.pd_linux and failed
tried /usr/lib/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/creb/>~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/>~.pd_linux and failed
tried /home/thomas/pd-externals/>~.pd_linux and failed
tried /usr/local/lib/pd-externals/>~.pd_linux and failed
tried /usr/lib/pd/extra/>~.pd_linux and failed
tried ./0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.l_i386 and failed
tried /usr/lib/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e~.l_i386 and failed
tried /home/thomas/pd-externals/0x3e~.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e~.l_i386 and failed
tried /usr/lib/pd/extra/0x3e~.l_i386 and failed
tried ./0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd_linux and failed
tried /usr/lib/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd_linux and failed
tried /home/thomas/pd-externals/0x3e~.pd_linux and failed
tried /usr/local/lib/pd-externals/0x3e~.pd_linux and failed
tried /usr/lib/pd/extra/0x3e~.pd_linux and failed
tried ./0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.l_i386 and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.l_i386 and failed
tried /usr/lib/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.l_i386 and failed
tried /home/thomas/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.l_i386 and failed
tried /usr/lib/pd/extra/0x3e0x7e.l_i386 and failed
tried ./0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd_linux and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd_linux and
failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd_linux and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux and succeeded
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(0x3e0x7e_setup)
verbose( 2):hexload object: Symbol "0x3e0x7e_setup" not found
verbose( 2):hexloader trying /usr/lib/pd/extra/zexy/0x3e0x7e.pd_linux
(setup_0x3e0x7e)
verbose( 2):hexload object: Symbol "setup_0x3e0x7e" not found
tried ./0x3e~.pd and failed
tried /usr/lib/pd/extra/0x3e~.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pd and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pd and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pd and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pd and failed
tried /usr/lib/extra/creb/0x3e~.pd and failed
tried /usr/lib/pd/extra/creb/0x3e~.pd and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pd and failed
tried /home/thomas/pd-externals/0x3e~.pd and failed
tried /usr/local/lib/pd-externals/0x3e~.pd and failed
tried /usr/lib/pd/extra/0x3e~.pd and failed
tried ./0x3e~.pat and failed
tried /usr/lib/pd/extra/0x3e~.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e~.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e~.pat and failed
tried /usr/lib/pd/extra/zexy/0x3e~.pat and failed
tried /usr/lib/pd/extra/flatspace/0x3e~.pat and failed
tried /usr/lib/pd/extra/rtc/0x3e~.pat and failed
tried /usr/lib/pd/extra/cyclone/0x3e~.pat and failed
tried /usr/lib/extra/creb/0x3e~.pat and failed
tried /usr/lib/pd/extra/creb/0x3e~.pat and failed
tried /usr/lib/pd/extra/ggee/0x3e~.pat and failed
tried /home/thomas/pd-externals/0x3e~.pat and failed
tried /usr/local/lib/pd-externals/0x3e~.pat and failed
tried /usr/lib/pd/extra/0x3e~.pat and failed
tried ./0x3e0x7e.pd and failed
tried /usr/lib/pd/extra/0x3e0x7e.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pd and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pd and succeeded
error: BUG: hexloader not loading abstraction:
/usr/lib/pd/extra/zexy/0x3e0x7e.pd (not yet implemented)
tried ./0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/0x3e0x7e.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/0x3e0x7e.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/zexy/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/flatspace/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/rtc/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/cyclone/0x3e0x7e.pat and failed
tried /usr/lib/extra/creb/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/creb/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/ggee/0x3e0x7e.pat and failed
tried /home/thomas/pd-externals/0x3e0x7e.pat and failed
tried /usr/local/lib/pd-externals/0x3e0x7e.pat and failed
tried /usr/lib/pd/extra/0x3e0x7e.pat and failed
tried ./>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/zexy/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/flatspace/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/rtc/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/cyclone/>~/>~-meta.pd and failed
tried /usr/lib/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/creb/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/ggee/>~/>~-meta.pd and failed
tried /home/thomas/pd-externals/>~/>~-meta.pd and failed
tried /usr/local/lib/pd-externals/>~/>~-meta.pd and failed
tried /usr/lib/pd/extra/>~/>~-meta.pd and failed
tried /home/thomas/Shell-Scripte/>~.pd and failed
tried /usr/lib/pd/extra/>~.pd and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pd and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pd and failed
tried /usr/lib/pd/extra/zexy/>~.pd and failed
tried /usr/lib/pd/extra/flatspace/>~.pd and failed
tried /usr/lib/pd/extra/rtc/>~.pd and failed
tried /usr/lib/pd/extra/cyclone/>~.pd and failed
tried /usr/lib/extra/creb/>~.pd and failed
tried /usr/lib/pd/extra/creb/>~.pd and failed
tried /usr/lib/pd/extra/ggee/>~.pd and failed
tried /home/thomas/pd-externals/>~.pd and failed
tried /usr/local/lib/pd-externals/>~.pd and failed
tried /usr/lib/pd/extra/>~.pd and failed
tried /home/thomas/Shell-Scripte/>~.pat and failed
tried /usr/lib/pd/extra/>~.pat and failed
tried /home/thomas/Shell-Scripte/pd/abstractions/>~.pat and failed
tried /home/thomas/Shell-Scripte/pd/pdmtl/>~.pat and failed
tried /usr/lib/pd/extra/zexy/>~.pat and failed
tried /usr/lib/pd/extra/flatspace/>~.pat and failed
tried /usr/lib/pd/extra/rtc/>~.pat and failed
tried /usr/lib/pd/extra/cyclone/>~.pat and failed
tried /usr/lib/extra/creb/>~.pat and failed
tried /usr/lib/pd/extra/creb/>~.pat and failed
tried /usr/lib/pd/extra/ggee/>~.pat and failed
tried /home/thomas/pd-externals/>~.pat and failed
tried /usr/local/lib/pd-externals/>~.pat and failed
tried /usr/lib/pd/extra/>~.pat and failed
>~
... couldn't create
----------------------------------------------------------------------
Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-05-20 03:07
Message:
please run Pd with "-verbose -verbose" (yes, that's 2* verbose) and post
the output when trying to load [>~]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2794086&group_…
Bugs item #2799891, was opened at 2009-06-02 05:32
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2799891&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: puredata
>Group: v0.42
>Status: Deleted
>Resolution: Duplicate
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: float from [t a] to right inlet of [*~] causes error
Initial Comment:
If a float passes through a [t a] on its way to the right inlet of [*~], Pd complains:
error: inlet: expected 'signal' but got 'list'
Doesn't happen with [t f]
And no error if you do it the proper way: [*~ 0] :)
0.42-5 and pd-ext 0.41-4 rc3 on winxp
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-06-02 12:05
Message:
This is a duplicate of this bug report, so I am "deleting" it (which
doesn't actually remove it from the tracker):
https://sourceforge.net/tracker/index.php?func=detail&aid=1733623&group_id=…
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2799891&group_…
Bugs item #2799891, was opened at 2009-06-02 09:32
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2799891&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: float from [t a] to right inlet of [*~] causes error
Initial Comment:
If a float passes through a [t a] on its way to the right inlet of [*~], Pd complains:
error: inlet: expected 'signal' but got 'list'
Doesn't happen with [t f]
And no error if you do it the proper way: [*~ 0] :)
0.42-5 and pd-ext 0.41-4 rc3 on winxp
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2799891&group_…
Patches item #2799414, was opened at 2009-06-01 13:34
Message generated for change (Tracker Item Submitted) made by ritsch
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2799414&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: externals
Group: bugfix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Winfried Ritsch (ritsch)
Assigned to: Nobody/Anonymous (nobody)
Summary: Makefile generalized
Initial Comment:
Makefile for iem does not respect Include path PDSOURCE, or other possibility to name one,
So I added
PDSOURCE with default to /usr/local/src/pd/src as an ENVIRONMENT variable,
this was needed for my project
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2799414&group_…
Feature Requests item #2799270, was opened at 2009-06-01 02:28
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=2799270&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: mbx = my_canvas + message box
Initial Comment:
Add text-alignment, box style, and a GUI receive to my_canvas. Take away the "selectable size" and make the entire rectangle a clickable message box.
Default box style would look like a normal message box, except it has a second inlet for setting gui-properties (hence the extra receive). Dimensions, border width, bg color, text properties (alignment/size/font/etc.), would all be settable through the properties.
GUI style would be a rectangle, like my_canvas, but with inlets/outlet, and border.
Inactive style would take away the inlets and outlets and make the object non-clickable in noneditmode (similar to cyclone comments, but with a (possible) bg, border, and alignment).
dollar sign expansion might be confusing to the beginner, but it would work the same as it does currently: anything typed in the message box gets expanded at "message time", and "properties" in the GUI settings work as they do for all GUI objects. Plus there might need to be an option to lengthen the rectangle as needed for variable width fonts (or constrain it to a certain size).
This would make formatting text in help files much easier, and make message boxes more flexible and gop-able.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478073&aid=2799270&group_…