Hi,
i'm having several problems with the externals i'm trying to use.
First of all, I'm trying to add an external to print "hello world" on the screen. I copied the source from the "my first external tutorial" and everything compiled correctly. I added the ~.pd_linux and the ~.o on the /usr/lib/pd-extended/extra/helloworld directory.
In file->path... I put the /usr/lib/pd-extended/extra/helloworld. And in Startup... added external. My files are named external.pd_linux and external.o.
Once I have changed the path and startup settings the startup text box started showng the following messages:
[import] $Revision: 1.2 $
[import] is still in development, the interface could change!
compiled against Pd version 0.42.5
tried but couldn't sync A/D/A
libdir: can't load library
Gem: can't load library
cyclone: can't load library
zexy: can't load library
creb: can't load library
cxc: can't load library
iemlib: can't load library
list-abs: can't load library
mapping: can't load library
markex: can't load library
maxlib: can't load library
memento: can't load library
mjlib: can't load library
motex: can't load library
oscx: can't load library
pddp: can't load library
pdogg: can't load library
pixeltango: can't load library
pmpd: can't load library
rradical: can't load library
sigpack: can't load library
smlib: can't load library
toxy: can't load library
unauthorized: can't load library
pan: can't load library
hcs: can't load library
jmmmp: can't load library
ext13: can't load library
ggee: can't load library
flib: can't load library
ekext: can't load library
flatspace: can't load library
pdp: can't load library
pidip: can't load library
load_object: Symbol "external_setup" not found
external: can't load library
Does anyone know what I did wrong?
A last question. Once I got the library installed correctly, could I simply cal the method "helloworld_setup", on an pd object to print my message?
Thanks for helping!