Hello,
is there a version of pdlua that is not obsolete, downloadable, and working on arm?
https://gitorious.org/pdlua <--- deprecated
svn co http://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/loade... <--- deprecated
https://github.com/rfabbri/pd-macambira/tree/master/externals/loaders/pdlua <--- how do I get/try this one, is this one deprecated as well?
who is the official maintainer at the end?
I am the maintainer of the second link, http://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/loade...
I didn't know it was deprecated. I also can't test it on ARM but if you could tell me what doesn't work I'll try to fix it.
Martin
On 2014-07-05 06:42, patrice colet via Pd-list wrote:
Hello,
is there a version of pdlua that is not obsolete, downloadable, and working on arm?
https://gitorious.org/pdlua <--- deprecated
svn co http://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/loade... <--- deprecated
https://github.com/rfabbri/pd-macambira/tree/master/externals/loaders/pdlua <--- how do I get/try this one, is this one deprecated as well?
who is the official maintainer at the end?
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 2014-07-05 10:01, Martin Peach via Pd-list wrote:
I am the maintainer of the second link, http://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/loade...
Sorry, the link is now this: http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/loaders/pdl...
Maybe that one works for you?
Martin
hello,
glad to know it's maintained! I thought it was deprecated since the link is obsolete, also I've seen a fork using a build system that seem up to date, but I'm not sure how to get it...
Is it possible to have a build system that uses libtool like in external template?
I'm asking this because I need to modify Makefile for successing compilation, I'm using lua5.2 and need to put 5.2 at some good places, or doing some symlinks, also the README file seems to be a very old one... I've tried yesterday to compile, it has worked, and today it doesn't, I don't why...(see below)
Le 05/07/2014 16:28, Martin Peach a écrit :
On 2014-07-05 10:01, Martin Peach via Pd-list wrote:
I am the maintainer of the second link, http://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/loade...
Sorry, the link is now this: http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/loaders/pdl...
this link doesn't work on me, svn tells to use this following one when I try the old one I've posted:
http://svn.code.sf.net/p/pure-data/svn/trunk/externals/loaders/pdlua
this download some sources but i'm not sure at all now if it's the good ones, the compiled result doesn't work, it says on pd console when I open hello-help.pd:
pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded pdlua: already loaded maximum object loading depth 1000 reached pdlua ... couldn't create pdluax hello ... couldn't create
Maybe that one works for you?
Martin
On 2014-07-05 15:39, patrice colet via Pd-list wrote:
hello,
glad to know it's maintained! I thought it was deprecated since the link is obsolete, also I've seen a fork using a build system that seem up to date, but I'm not sure how to get it...
Is it possible to have a build system that uses libtool like in external template?
It's designed to be built along with all the externals in pd-extended, it uses the main makefile in externals. I find libtoool not very helpful, there is nothing special here except the name of the lua library you want to use. The makefile in src calls for liblua (-llua) so you should set your system to point to the version of lua you want.
I'm asking this because I need to modify Makefile for successing compilation, I'm using lua5.2 and need to put 5.2 at some good places, or doing some symlinks, also the README file seems to be a very old one... I've tried yesterday to compile, it has worked, and today it doesn't, I don't why...(see below)
I changed it (according to svn commit 17235) on 2014-01-06 to compile for 5.2. So maybe you still don't have this version.
Le 05/07/2014 16:28, Martin Peach a écrit :
On 2014-07-05 10:01, Martin Peach via Pd-list wrote:
I am the maintainer of the second link, http://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/externals/loade...
Sorry, the link is now this: http://sourceforge.net/p/pure-data/svn/HEAD/tree/trunk/externals/loaders/pdl...
That works for me in a web browser. It's the main repository for pd-extended stuff.
this link doesn't work on me, svn tells to use this following one when I try the old one I've posted:
http://svn.code.sf.net/p/pure-data/svn/trunk/externals/loaders/pdlua
That looks like the right one.
this download some sources but i'm not sure at all now if it's the good ones, the compiled result doesn't work, it says on pd console when I open hello-help.pd:
pdlua: already loaded pdlua: already loaded
Something's wrong there. I don't know what, did it compile without errors?
Martin