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 with 5.1 only. This also keeps us compatible with LuaJIT, which is primarily 5.1-based and doesn't support some of Lua 5.2's features (yet?). Regards, Matthew On 13 August 2015 at 23:16, <[email protected]> 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 I just the ./confiugre to use 5.2 and see what happens? > > The system is already running a pre-reales os x 10.11 and Xcode-beta so I'm > not risking stability. > > Thanks, > > Ben > > -- > You received this message because you are subscribed to the Google Groups > "prosody-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/prosody-dev. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "prosody-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/prosody-dev. For more options, visit https://groups.google.com/d/optout.
