Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-11 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-10-10 22:24, Hans-Christoph Steiner wrote: On Oct 10, 2012, at 1:18 PM, Jamie Bullock wrote: Anyhow, to conform to the policies and conventions of the Pd svn, I've removed the headers and added the requisite instructions to the

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-11 Thread Jamie Bullock
On 10 Oct 2012, at 21:24, Hans-Christoph Steiner h...@at.or.at wrote: I've got mixed feelings about this. It's clearly much preferrable to do it this way on Linux distros, which provide these packages. On Mac it's a minor headache to 1. install a package manager 2. install the

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-11 Thread Hans-Christoph Steiner
On 10/11/2012 10:11 AM, Jamie Bullock wrote: On 10 Oct 2012, at 21:24, Hans-Christoph Steiner h...@at.or.at wrote: I've got mixed feelings about this. It's clearly much preferrable to do it this way on Linux distros, which provide these packages. On Mac it's a minor headache to 1.

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-10 Thread Jamie Bullock
On 10 Oct 2012, at 01:15, Hans-Christoph Steiner h...@at.or.at wrote: That fixed it. I just updated the Makefile to the latest version from the template. It now allows you to include the extra sources without having to modify the Makefile. It also has better support for building on Mac

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-10 Thread Hans-Christoph Steiner
On Oct 10, 2012, at 6:11 AM, Jamie Bullock wrote: On 10 Oct 2012, at 01:15, Hans-Christoph Steiner h...@at.or.at wrote: That fixed it. I just updated the Makefile to the latest version from the template. It now allows you to include the extra sources without having to modify the

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-10 Thread Jamie Bullock
On 10 Oct 2012, at 16:04, Hans-Christoph Steiner h...@at.or.at wrote: Great! I've just updated the Makefile so if looks in the include/ directory for headers as before. See svn 16376. It would be much preferrable if those headers were removed from the SVN and instead the README.txt

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-10 Thread Hans-Christoph Steiner
On Oct 10, 2012, at 1:18 PM, Jamie Bullock wrote: On 10 Oct 2012, at 16:04, Hans-Christoph Steiner h...@at.or.at wrote: Great! I've just updated the Makefile so if looks in the include/ directory for headers as before. See svn 16376. It would be much preferrable if those headers were

[PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-09 Thread Hans-Christoph Steiner
I just tried to compile pluginhost~ on my Mint install. I have dssi-dev and ladspa-sdk installed. I just ran make and got: hans@palatschinken pluginhost~ $ make cc -I/usr/local/include/pd -I./include -DPD -DVERSION='1.0' -DHAVE_SYS_CLOSE_AUDIO -DHAVE_SYS_CLOSE_MIDI -fPIC -Wall -W -g -g -O0 -o

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-09 Thread Jamie Bullock
On 9 Oct 2012, at 19:26, Hans-Christoph Steiner h...@at.or.at wrote: I just tried to compile pluginhost~ on my Mint install. I have dssi-dev and ladspa-sdk installed. I just ran make and got: hans@palatschinken pluginhost~ $ make cc -I/usr/local/include/pd -I./include -DPD

Re: [PD] compiling pluginhost~ on Ubuntu/Mint

2012-10-09 Thread Hans-Christoph Steiner
On 10/09/2012 02:35 PM, Jamie Bullock wrote: On 9 Oct 2012, at 19:26, Hans-Christoph Steiner h...@at.or.at wrote: I just tried to compile pluginhost~ on my Mint install. I have dssi-dev and ladspa-sdk installed. I just ran make and got: hans@palatschinken pluginhost~ $ make cc