I have this error message in the console window on startup:
/usr/lib/pd-extended/extra/pdlua/pdlua.pd_linux:
/usr/lib/pd-extended/extra/pdlua/pdlua.pd_linux: undefined symbol: lua_pcall
...
fk.
Hi all,
I've already found this topic on older mails on the list, but the problem is still not resolved : externals placed in sub-folders in /Library/Pd and ~/Library/Pd are not read. They have to be directly in the ~/Library/Pd folder but not in a sub-folder, like ~/Library/Pd/timbreID/ for example.
If I'm wrong, maybe more details have to be given here :
http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files
---
Anas Ghrab
Pd-extended 0.43-4
MacOS 10.7.5
OK, I committed the diff between older version of gem2pdp in pd-l2ork and
the latest found in pd-extended. Can you try it now? As a shortcut, you
could just go inside the externals folder and type "make gem2pdp" to see if
it compiles. Let me know.
From: Ivica Bukvic [mailto:ico@vt.edu]
Sent: Friday, January 25, 2013 8:04 AM
To: Fero Kiraly
Subject: Re: [PD] Building pd-l2ork on arch linux 64
Did you try building with l2ork_addons/tar_em_up.sh script? Also what distro
are your using? Finally, what happens if you replace l2ork gem2pdp external
folder with that of pd-extended?
On Jan 25, 2013 5:39 AM, "Fero Kiraly" <fero.kiraly(a)gmail.com> wrote:
Hi,
When doing PKGBUILD I have some troubles.
What I am doing:
#1 getting pd-lork from git >git clone git://github.com/pd-l2ork/pd.git
#2 getting Gem from git (to empty 'Gem' folder) >git clone
git://github.com/pd-l2ork/pd.git
#3 update docs (to 'doc' folder) >svn checkout
https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc
#4 Fixing pd/src/configure.in for tk/tcl 8.6
#5 running ' alocal autoconf configure ' script in l2ork_addons/cwiid/
#6 running 'aclocal ./autogen.sh' in Gem folder
#7 optimizing Gem for 64bit architecture FPIC_FLAG="-fPIC"
#8 finally run the make install in 'packages/linux_make'
make BUILDLAYOUT_DIR=$srcdir/$pkgname/packages \
GEM_EXTRA_CXXFLAGS="$FPIC_FLAG" \
DESTDIR=$pkgdir \
prefix=/usr \
install || return 1
the process ends with error compiling gem2pdp:
make[3]: Leaving directory
`/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/pdp'
cd /home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp && aclocal &&
autoconf
configure.ac:41: error: 'AM_PROG_CC_STDC': this macro is obsolete.
You should simply use the 'AC_PROG_CC' macro instead.
Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
but upon 'ac_cv_prog_cc_stdc'.
/usr/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded
from...
configure.ac:41: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: 1
make[2]: ***
[/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp/configure] Error
1
make[2]: Leaving directory
`/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory
`/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/packages'
make: *** [install] Error 2
can anybody help ?
fk
_______________________________________________
Pd-list(a)iem.at mailing list
UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
hi
i am new to Pd
i am trying to work with motion tracking in Pd
I am using pix_rgba ,pix_movement,and pix-blob to get nos out of the
pix_blob but when I am feeding it to a rectangle the movement is very wobbly
is there any other way to track motion
thanks
Sujay
i finally have a chance to play around with the gui-plugin stuff. using
"tkcanvas itemconfigure" im playing around with changing the look of my
patches in performance mode. question: is there a list / documentation of
the gui elements? other than reading over the pd-gui tcl code?
without knowing much i was doing things like:
$tkcanvas itemconfigure text -fill red -font Helvetica -size 16
but -size gives me error
so maybe there is something more other than a trial and error approach or
use of css knowledge which obviously does not completely translate.
m
--
____________________
m.e.grimm | m.f.a | ed.m.
megrimm(a)gmail.com
_________________________________
Dear list,
clicking on [pd~ start pd~-subprocess.pd( in the pd~-help does not open
the subprocess window, it shows this error in the console
error: pd~: No such file or directory
(Ubuntu 12.04 32bit, latest pd-l2ork in /usr/local)
lw.