hello
this is not the same post as the one before, but concerns the svn-version
i have hard times on osx here... system: osx (10.6) on a macbook pro
i downloaded pd, checked it out from git and svn, but so far there is no version i compiled which is working
i checked out the svn-repository and tried to compile 0.43 in this folder: ./pure-data/branches/pd-gui-rewrite/0.43/
i run the autogen.sh script, make a ./configure and a make... then these error occurs:
Undefined symbols: "_sys_do_open_midi", referenced from: _sys_open_midi in pd-s_midi.o
... and so on... all errors are related to midi...
i also tried configuring with the option -enable-portmidi, then the linker cannot find the symbols: _pm_free, _pm_initm, _pm_term ... and so on...
how to compile this version??
thanks for any help. ingo
That's old and defunct. Check the Getting Pd Source page on puredata.info and get the sources using 'git'.
.hc
On Feb 19, 2011, at 4:57 AM, Ingo Randolf wrote:
hello
this is not the same post as the one before, but concerns the svn- version
i have hard times on osx here... system: osx (10.6) on a macbook pro
i downloaded pd, checked it out from git and svn, but so far there is no version i compiled which is working
i checked out the svn-repository and tried to compile 0.43 in this folder: ./pure-data/branches/pd-gui-rewrite/0.43/
i run the autogen.sh script, make a ./configure and a make... then these error occurs:
Undefined symbols: "_sys_do_open_midi", referenced from: _sys_open_midi in pd-s_midi.o
... and so on... all errors are related to midi...
i also tried configuring with the option -enable-portmidi, then the linker cannot find the symbols: _pm_free, _pm_initm, _pm_term ... and so on...
how to compile this version??
thanks for any help. ingo _______________________________________________ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev
----------------------------------------------------------------------------
"Free software means you control what your computer does. Non-free software means someone else controls that, and to some extent controls you." - Richard M. Stallman