Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread ben
On Friday, August 14, 2015 at 4:07:25 PM UTC-4, Matthew Wild wrote: > > On 14 August 2015 at 20:02, > wrote: > > My question is now focused on what configure args should I use to get > timber > > to use lua version 5.2. > > ./configure --runwith=lua5.2 > > Change 'lua5.2' to whatever the pa

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread Matthew Wild
On 14 August 2015 at 20:02, wrote: > My question is now focused on what configure args should I use to get timber > to use lua version 5.2. ./configure --runwith=lua5.2 Change 'lua5.2' to whatever the path is to your Lua 5.2 interpreter. Regards, Matthew -- You received this message because

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread ben
On Friday, August 14, 2015 at 12:16:10 PM UTC-4, Matthew Wild wrote: > > On 14 August 2015 at 16:57, > wrote: > > I have downloaded the timber trunk and I'm working through getting it > build. > > currently it's failing with this linker error. Which I isolated to > util-src > > Makefile. >

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread Matthew Wild
On 14 August 2015 at 16:57, wrote: > I have downloaded the timber trunk and I'm working through getting it build. > currently it's failing with this linker error. Which I isolated to util-src > Makefile. > > slim# pwd > /Users/Shared/prosody/timber-trunk/util-src > slim# make > MACOSX_DEPLOYMENT_

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread ben
On Friday, August 14, 2015 at 8:30:09 AM UTC-4, Matthew Wild wrote: > > On 14 August 2015 at 12:39, > wrote: > > > > > > > > On Friday, August 14, 2015 at 6:32:49 AM UTC-4, Matthew Wild wrote: > >> > >> Hi Ben, > >> > >> Lua 5.2 has major changes that are not backwards-compatible with Lua

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread Matthew Wild
On 14 August 2015 at 12:39, wrote: > > > > On Friday, August 14, 2015 at 6:32:49 AM UTC-4, Matthew Wild wrote: >> >> Hi Ben, >> >> Lua 5.2 has major changes that are not backwards-compatible with Lua >> 5.1. In particular for example, the module() function was removed >> which Prosody uses in almo

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread ben
On Friday, August 14, 2015 at 6:32:49 AM UTC-4, Matthew Wild wrote: > > Hi Ben, > > Lua 5.2 has major changes that are not backwards-compatible with Lua > 5.1. In particular for example, the module() function was removed > which Prosody uses in almost every file in the project :) > > We're wo

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread ben
On Friday, August 14, 2015 at 6:35:41 AM UTC-4, Вадим Мисбах-Соловьёв wrote: > > > You really need Lua 5.1. Lua 5.2/5.3 are different languages that are > not > > backwards-compatible with 5.1. > > Not exactly. They are compatible, if they were built with compatibility > CFLAGS > (not sure,

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread Vadim A. Misbakh-Soloviov
> You really need Lua 5.1. Lua 5.2/5.3 are different languages that are not > backwards-compatible with 5.1. Not exactly. They are compatible, if they were built with compatibility CFLAGS (not sure, if macos maintainers do that). Anyway, TS (ben), it is nothing that can stop you from try to run

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread Matthew Wild
Hi Ben, Lua 5.2 has major changes that are not backwards-compatible with Lua 5.1. In particular for example, the module() function was removed which Prosody uses in almost every file in the project :) We're working on 5.2 support for future releases, but the 0.9.x series will remain compatible wi

Re: [prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread Thijs Alkemade
> On 14 aug. 2015, at 00:16, b...@cogs.com wrote: > > I working through installing Prosody and I really like it so far. I have a > set-up that seems to be installed but when I try launch prosody I receive the > message that I have lua 5.2 installed and lua 5.1 is required. > My question is can

[prosody-dev] is it lua 5.1 really required for Prosody .9.8?

2015-08-14 Thread ben
I working through installing Prosody and I really like it so far. I have a set-up that seems to be installed but when I try launch prosody I receive the message that I have lua 5.2 installed and lua 5.1 is required. My question is can I just the ./confiugre to use 5.2 and see what happens? The s