Hi All,
After my Odyssey (with your support) to compile extended on amd64 I still
had some basic problems with it, namely:
- Didn't like each other with the gui-rewrite
- The GUI was very slow!
...so I decided to try an i386 autobuild, but
Pd-0.42.5-extended-ubuntu-jaunty-i386.deb<http://autobuild.puredata.info/auto-build/latest/Pd-0.42.5-extended-ubuntu-…>throws
this error:
Application initialization failed: Can't find a usable init.tcl in the
> following directories:
> /usr/lib/pd/tcl/library /usr/share/tcltk/tcl8.5 ./lib/tcl8.5
> ./lib/tcl8.5 ./library ./library ./tcl8.5.0/library ./tcl8.5.0/library
>
> /usr/share/tcltk/tcl8.5/init.tcl: version conflict for package "Tcl": have
> 8.5.0, need exactly 8.5.6
> version conflict for package "Tcl": have 8.5.0, need exactly 8.5.6
> while executing
> "package require -exact Tcl 8.5.6"
> (file "/usr/share/tcltk/tcl8.5/init.tcl" line 20)
> invoked from within
> "source /usr/share/tcltk/tcl8.5/init.tcl"
> ("uplevel" body line 1)
> invoked from within
> "uplevel #0 [list source $tclfile]"
>
> This probably means that Tcl wasn't installed properly.
>
Now my Tcl is 8.5.6, had even reinstalled it.
To tell you the truth, I'm not so much into compiling or doing tricks now*,
I just want to get my hands on a well working copy and make music.
Can you give me some advice? Jaunty, amd64.
Thanks, Andras
*because I got the cold :o/
Hi there, I am using the [pddp/pddplink] objetcs and I keep getting anoying
error messages everytime I open the patch. I use Mac OS 10.6
I am using it in a way such as:
[pddp/pddplink http://puredata.info]
and I get:
============
Application Error
Error: wrong # args: should be "pdd...
==============
then the options:
OK, Skip Messages, Details
===============
Details gives me:
wrong # args: should be "::pddp::srvUse ?root? ?port?"
wrong # args: should be "::pddp::srvUse ?root? ?port?"
while executing
"::pddp::srvUse /Users/alexandreporres/Desktop/!BOOK/Tutorial de Puredata -
Por Alexandre Porres (2010-5-jan)"
("after" script)
=================================
The links work alright anyway, so I don;t know why the complaints... Anyone
might be aware of what I'm doing wrong or need to do?
Thanks
Alex
Is anybody having problems running Pd extended with Snow Leopard? I'm having
trouble getting it running correctly without it freezing up. It will work
fine for a few minutes but soon freezes and will not let me open or close
files or open or close the program.
I would appreciate any help.
Thanks
Morgan
I forgot to Cc the list;
Cyrille's suggestion worked great :)
-------- Mensaje original --------
cyrille henry escribió:
>
> use GEMglPushMatrix() and GEMglPopMatrix()
>
Wow GREAT!!! Thanks so much!
I replaced all [separator]s with the attached abstraction, I must
confess I was a bit skeptical but it worked!
--
Matteo Sisti Sette
matteosistisette(a)gmail.com
http://www.matteosistisette.com
#N canvas 366 326 450 300 12;
#X obj 202 126 GEMglPushMatrix;
#X obj 149 62 inlet;
#X obj 149 96 t a a a;
#X obj 175 151 outlet;
#X obj 149 176 GEMglPopMatrix;
#X connect 1 0 2 0;
#X connect 2 0 4 0;
#X connect 2 1 3 0;
#X connect 2 2 0 0;
Matteo Sisti Sette escribió:
>
> Is this really all [separator] does?
Stupid question: Obviously it isn't (just had a look at the source code
though I don't understand a line).
But for what my patch does, it seems that replacing separators with a
push and pop has no side effects, fortunately.
--
Matteo Sisti Sette
matteosistisette(a)gmail.com
http://www.matteosistisette.com
hi
thanks to IOhannes indications i'm feeding my pix_mulitblob output into
the iemmatrix now. as long as there're enough blobs in the picture it
works pretty nice. but as soon as there're less blobs than given in the
argument to pix_multiblob i get:
error: $43: argument number out of range
error: $44: argument number out of range
...
for all the arguments of undetected blobs. and as soon as there's no
blob in the picture the pd-shell reports:
matrix : corrupt matrix passed
do i do something wrong?
i was using the attached patch
thanks for help & hints
olsen
--
ETs DNA will not be televised
Duh! I was missing the meaning of the error. It was a problem with my software, not pdp_qt
It's the usual problem with the [route routeme] object when sending it a list prefixed as [list routeme data(
It's been a while since I looked at PD, and this problem has pooped before - but simply putting a [route list] before the [route myroute] solves it.
Funny how it didn't happen before! Ah well...
...the fixed version works. Thx
Ed
Metastudio 3 for Pure Data - Free download at:
http://sharktracks.co.uk/puredata
--- On Tue, 5/1/10, Hans-Christoph Steiner <hans(a)at.or.at> wrote:
> From: Hans-Christoph Steiner <hans(a)at.or.at>
> Subject: Re: [PD] pdp_qt problems
> To: "Hans-Christoph Steiner" <hans(a)at.or.at>
> Cc: "Ed Kelly" <morph_2016(a)yahoo.co.uk>, "PD List" <pd-list(a)iem.at>
> Date: Tuesday, 5 January, 2010, 3:34
>
> Try the pdp_qt help patch. Your patch doesn't work
> for me, but the help patch does work with the video.
>
> Also, I just committed a change to pdp_qt.c to make its
> errors findable via the Find->Find last error menu.
>
> .hc
>
> On Jan 4, 2010, at 10:17 PM, Hans-Christoph Steiner wrote:
>
> >
> > Hey Ed,
> >
> > Happy New Year! Hmm, did it work before?Â
> Have you tried a nightly build? I'll take a
> look. pdp_qt and libquicktime are a finicky
> combo. Try pdp_yqt perhaps.
> >
> > .hc
> >
> > On Jan 4, 2010, at 8:48 PM, Ed Kelly wrote:
> >
> >> Hi all,
> >>
> >> I'm trying to get something together for the Jan 7
> deadline - and I've discovered that pdp_qt no longer loads
> my quicktime movies.
> >> All the movies are h.263 codec, quicktime files.
> >>
> >> I'm using Ubuntu 8.10, Pd-extended-0.41. I tried
> recompiling pdp from source and still no joy. But this is
> exactly the same setup as I used before, but a different
> computer! Any clues?
> >>
> >> pdp_qt: opening Shapes_51.mov
> >> pdp_qt: ERROR: not a quicktime file
> >>
> >> Enclosed - load test.pd
> >>
> >> Happy new year to all,
> >> Ed
> >> Metastudio 3 for Pure Data - Free download at:
> >> http://sharktracks.co.uk/puredata
> >>
> >>
> >>
> <pdpqt__.tar.gz>_______________________________________________
> >> Pd-list(a)iem.at
> mailing list
> >> UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
> >
> >
> >
> >
> >
> >
> ----------------------------------------------------------------------------
> >
> > 'You people have such restrictive dress for women,’
> she said, hobbling away in three inch heels and panty hose
> to finish out another pink-collar temp pool day. -
> “Hijab Scene #2", by Mohja Kahf
> >
> >
>
>
>
> ----------------------------------------------------------------------------
>
> Using ReBirth is like trying to play an 808 with a long
> stick.  -David Zicarelli
>
>
>