Hi All
I've been trying to install pd-extended on OpenSUSE but whatever I do make install
fails. It looks like it's trying to find pdlua_stack_dump but it's not defined...
you can see the tail end of my make process here:
https://gist.github.com/AJFaraday/2ee07be60ac7af5f7a6c
If anyone knows why this isn't compiling I'd be grateful
Regards
Andrew Faraday
P.S. If I can't figure this out I'm probably going to re-install this box with ubuntu again.
On 2014-05-11 12:45, Andrew Faraday wrote:
Hi All
I've been trying to install pd-extended on OpenSUSE but whatever I do
make install
fails. It looks like it's trying to find pdlua_stack_dump but it's not defined...
The latest code should compile for Lua5.2 as well as 5.1, do you have this version of the pdlua makefile?: http://sourceforge.net/p/pure-data/svn/17235/
Martin
you can see the tail end of my make process here:
https://gist.github.com/AJFaraday/2ee07be60ac7af5f7a6c
If anyone knows why this isn't compiling I'd be grateful
Regards
Andrew Faraday
P.S. If I can't figure this out I'm probably going to re-install this box with ubuntu again.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I was under the impression that I had the latest code, I built it using Pd-extended_0.43.4-source.tar.bz2 line 152 is: LUACFLAGS += -I/usr/include/lua5.1
Also dependencies seem very sparsely documented, could I be missing one? Andrew F
Date: Sun, 11 May 2014 13:13:09 -0400 From: martin.peach@sympatico.ca To: jbturgid@hotmail.com; pd-list@iem.at Subject: Re: [PD] Installing PD on OpenSUSE
On 2014-05-11 12:45, Andrew Faraday wrote:
Hi All
I've been trying to install pd-extended on OpenSUSE but whatever I do
make install
fails. It looks like it's trying to find pdlua_stack_dump but it's not defined...The latest code should compile for Lua5.2 as well as 5.1, do you have this version of the pdlua makefile?: http://sourceforge.net/p/pure-data/svn/17235/
Martin
you can see the tail end of my make process here:
https://gist.github.com/AJFaraday/2ee07be60ac7af5f7a6c
If anyone knows why this isn't compiling I'd be grateful
Regards
Andrew Faraday
P.S. If I can't figure this out I'm probably going to re-install this box with ubuntu again.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I removed the requirement for 5.1 in the makkefile, this was in January of this year. I don't know when the pd-extended externals source was last updated from svn, maybe it needs refreshing.
From the diff:
every platform, check this and change it to fit
this and change it to fit
platform, check this and change it to fit
this and change it to fit Also there are some changes in pdlua.c to accommodate the new API in lua5.2, as seen here: http://sourceforge.net/p/pure-data/svn/17235
Martin
On 2014-05-11 13:26, Andrew Faraday wrote:
I was under the impression that I had the latest code, I built it using Pd-extended_0.43.4-source.tar.bz2
line 152 is:
LUACFLAGS += -I/usr/include/lua5.1
Also dependencies seem very sparsely documented, could I be missing one?
Andrew F
Date: Sun, 11 May 2014 13:13:09 -0400 From: martin.peach@sympatico.ca To: jbturgid@hotmail.com; pd-list@iem.at Subject: Re: [PD] Installing PD on OpenSUSE
On 2014-05-11 12:45, Andrew Faraday wrote:
Hi All
I've been trying to install pd-extended on OpenSUSE but whatever I do
make install
fails. It looks like it's trying to findpdlua_stack_dump
but it's not defined...
The latest code should compile for Lua5.2 as well as 5.1, do you have this version of the pdlua makefile?: http://sourceforge.net/p/pure-data/svn/17235/
Martin
you can see the tail end of my make process here:
https://gist.github.com/AJFaraday/2ee07be60ac7af5f7a6c
If anyone knows why this isn't compiling I'd be grateful
Regards
Andrew Faraday
P.S. If I can't figure this out I'm probably going to re-install this box with ubuntu again.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management ->
http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256
On 2014-05-11 19:47, Martin Peach wrote:
I removed the requirement for 5.1 in the makkefile, this was in January of this year.
i think the OP is referring to Pd-extended 0.43.4 - Released 2013-01-25
and while january matches, the year is off by one :-)
so the released Pd-extended sources are not at all up-to-date with the SVN.
fgmasd IOhannes