History...
point error 3. built PD, PD working, but had problems with Gem 4. built Gem with lots of help from friends, Gem working 5. now wants all extended capabilities, especially all sound and networking to work
well it seems as though even though Pd and Gem seem to work when I try to get my netclient loaded it fails and says something like ...couldn't create.
do I need to build some more stuff? I want everything in extended to work.
agent engram
so now I know a little more, I am trying to build everything in Pd-0.39.3-extended/externals...
when I run make I have some problems...what is LADSPA and why is it missing?
[root@aalto externals]# make install -d /home/cgraham/installs/Pd-0.39.3-extended/externals/build//bin cc -DPD -O3 -funroll-loops -fomit-frame-pointer -I/home/cgraham/installs/Pd- 0.39.3-extended/pd/src -Wall -W -ggdb -DUNIX -Dunix -fPIC -o "/home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/plugin~.o" -c "/home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/plugin~.c" In file included from /home/cgraham/installs/Pd-0.39.3-extended /externals/build/src/plugin~.c:2: /home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/../../plugin~/jload.c:17:20: error: ladspa.h: No such file or directory In file included from /home/cgraham/installs/Pd-0.39.3-extended /externals/build/src/../../plugin~/jload.c:18, from /home/cgraham/installs/Pd-0.39.3-extended /externals/build/src/plugin~.c:2: /home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/../../plugin~/jutils.h:35: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token /home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/../../plugin~/jutils.h:51: error: expected declaration specifiers or '...' before 'LADSPA_Descriptor_Function' In file included from /home/cgraham/installs/Pd-0.39.3-extended /externals/build/src/plugin~.c:2: /home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/../../plugin~/jload.c:146: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token In file included from /home/cgraham/installs/Pd-0.39.3-extended /externals/build/src/plugin~.c:3: /home/cgraham/installs/Pd-0.39.3-extended/externals/build/src/../../plugin~/jsearch.c: In function 'LADSPADirectoryPluginSearch': /
On Jan 9, 2008 10:26 PM, Agent Engram agentengram@gmail.com wrote:
History...
- Building reactable
- couldnt get CCRMA binaries to work on fedora, unknown cause, floating
point error 3. built PD, PD working, but had problems with Gem 4. built Gem with lots of help from friends, Gem working 5. now wants all extended capabilities, especially all sound and networking to work
well it seems as though even though Pd and Gem seem to work when I try to get my netclient loaded it fails and says something like ...couldn't create.
do I need to build some more stuff? I want everything in extended to work.
agent engram
--
i am an agent implanted into your unconscious when you abducted by the travelers. look for signs of me in your life.
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
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
arrg sorry, i found it....
http://puredata.info/docs/developer/sourceforge_cvs
On Jan 10, 2008 9:41 PM, Agent Engram agentengram@gmail.com wrote:
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
--
i am an agent implanted into your unconscious when you abducted by the travelers. look for signs of me in your life.
Agent Engram wrote:
History...
- Building reactable
- couldnt get CCRMA binaries to work on fedora, unknown cause, floating
point error
it would be a good idea to file a bug-report at planetCCRMA. most likely this is related to you being on amd64... (too few testers that provide feedback...)
- built PD, PD working, but had problems with Gem
- built Gem with lots of help from friends, Gem working
good.
- now wants all extended capabilities, especially all sound and
networking to work
well it seems as though even though Pd and Gem seem to work when I try to get my netclient loaded it fails and says something like ...couldn't create.
well [netclient] is an _external_ (as: it doesn't come with pd-vanilla). you will need to get the sources from the CVS and build it yourself.
have you read my email about "PD server"? it might save you a lot of time...
do I need to build some more stuff? I want everything in extended to work.
if you want to compile pd-extended for yourself, check out http://puredata.info/docs/developer/Fedora
mfga.dsr IOhannes