hi list, I have this message error " error: .x8a0730: no such object" in the shell I'm on windows2000 / pd0.37.
I don't understand this message (i'm not a cryptological expert ... )
I remember see this before ... any idea ?
thanks jerome
abel.jerome@free.fr wrote:
hi list, I have this message error " error: .x8a0730: no such object" in the shell I'm on windows2000 / pd0.37.
any idea ?
this means, that a "graphical object" (like slider, ...) has a problem. most probably it is in a closed window and wants to get drawn....
mfg.a.sdr IOhannes
On Mon, Nov 15, 2004 at 12:55:09PM +0100, Johannes M Zmoelnig wrote:
abel.jerome@free.fr wrote:
hi list, I have this message error " error: .x8a0730: no such object" in the shell I'm on windows2000 / pd0.37.
any idea ?
it was built for a different version where things are named differently. try this how-to: http://whats-your.name/pd/extra/ (pasted below)
* run installer for mingw/MSYS/MSYS-dtk all into same path eg. c:/HERE
* add ;c:/HERE/bin in computer->advanced->environment->PATH (installer might have done this)
* logoff/login. create a new shortcut with this target: rxvt -sl 10000 -g 80x36 -fn "lucida console-10" -e bash --login -i
now open this shortcut and you have GNU environment youve come to love. to get latest externals:
cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/pure-data co externals cd externals/build/win && make (check top line "prefix=../../.. " in makefile to match pd install path)
a few (less than 5) are broken: rm ../src/sfplay.c and make