[PD] Installing PD on OpenSUSE

2014-05-11 Thread Andrew Faraday
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.
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Installing PD on OpenSUSE

2014-05-11 Thread Martin Peach

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




___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Installing PD on OpenSUSE

2014-05-11 Thread Andrew Faraday
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.pe...@sympatico.ca
 To: jbtur...@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
 
 
  ___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Installing PD on OpenSUSE

2014-05-11 Thread Martin Peach
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:
-  LUACFLAGS += -I/usr/include/lua5.1 # lua is named differently on 
every platform, check this and change it to fit
-  LIBS += -llua5.1  # lua is named differently on every platform, check 
this and change it to fit
+  LUACFLAGS += -I/usr/include/lua # lua is named differently on every 
platform, check this and change it to fit
+  LIBS += -llua  # lua is named differently on every platform, check 
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.pe...@sympatico.ca
  To: jbtur...@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
  
 


___
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