On 2014-07-13 11:30, Claude Heiland-Allen via Pd-list wrote:
On 13/07/14 16:15, Martin Peach wrote:
On 2014-07-13 11:01, Claude Heiland-Allen via Pd-list wrote:
On 13/07/14 15:56, Martin Peach wrote:
On 2014-07-13 06:59, Claude Heiland-Allen via Pd-list wrote:
$ pd -version Pd-0.45.5 ("") compiled 18:50:42 Jun 18 2014
lua 0.8 (GPL) 2013 Claude Heiland-Allen, merging pdlua 0.7.1 (GPL) 2011 Martin Peach, based on lua 0.6~svn (GPL) 2008 Claude Heiland-Allen lua: compiled for pd-0.45 on Jun 18 2014 19:11:04
compiled against Debian's lua5.1
(I merged Martin Peach's bugfixes into my gitorious repo, because I had trouble building the version from svn)
What kind of trouble did you have?
There wasn't a build system in the relevant directory. I did this some time ago so it might have changed since...
I think the way to do it is using the makefile in the externals directory of svn trunk. From /externals do: make loaders-pdlua That should set up the paths properly.
Right. I didn't fancy getting the whole externals tree, just the part I wanted (pdlua) and there wasn't any way to build it "locally".
You just need the makefile that is in trunk/externals then. (and trunk/externals/loaders/pdlua)
make loaders-pdlua just builds the pdlua stuff.
Martin