On 2014-07-15 12:31, via Pd-list wrote:
Quoting Martin Peach via Pd-list pd-list@lists.iem.at:
On 2014-07-13 11:30, Claude Heiland-Allen via Pd-list wrote:
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)
i just noticed that pdlua has not been packaged for Debian, and i think this should be changed.
however, not having a self-contained build-system is, hmm, ugly.
given that the template/Makefile has been the "way to go" for some time now, would you consider adding/switching?
I thought it _was_ following the template. There is a makefile in pdlua/src. I'm not sure what to add to it to make it self-contained. All the compiler needs to know is the locations of m_pd.h and lua.h, and the linker needs to find the right liblua.
Martin