so when I go go to the pd site there is no download for pd-0.41 are you suggesting getting it by cvs?
cvs -d:pserver:anonymous@pure-data.cvs.sourceforge.net:/cvsroot/pure-data login
cvs -z3 -d:pserver:anonymous@pure-data.cvs.sourceforge.net:/cvsroot/pure-data co -P *modulename*
can you tell me the modulename I would use?
agent engram
On Jan 10, 2008 12:46 AM, IOhannes m zmoelnig zmoelnig@iem.at wrote:
Agent Engram wrote:
so now I know a little more, I am trying to build everything in Pd-0.39.3-extended/externals...
btw, if you are on a native 64bit operating system, than you _really_ should use pd-0.41 (test). any Pd-version below 0.41 will be buggy on 64bit platforms.
when I run make I have some problems...what is LADSPA and why is it
missing?
http://www.google.com/search?q=LADSPA
it is missing because you haven't installed it. many externals depend on 3rd party libraries to bring new functionality to Pd. some of these check for the existence of these libs when building, others don't.
it think the documentation on http://puredata.info should provide enough information to resolve most dependency issues. if it doesn't, please update the docs.
fgmads IOhannes