Does anyone have instructions for building the geanylua plugin under windows? I can compile geany under windows now, so I'm hoping it isn't too difficult to compile geanylua.
Dennis
On Wed, 21 May 2008 11:50:54 -0700 "Dennis Sacks" dennis.sacks@gmail.com wrote:
Does anyone have instructions for building the geanylua plugin under windows? I can compile geany under windows now, so I'm hoping it isn't too difficult to compile geanylua.
I haven't done it, but from checking the Makefile I think you'd have to install the Lua development files in the MSYS environment (which provides a bash shell for windows), then run 'make win32'.
But a word of caution: the 0.7 Lua plugin release will not be compatible with any geany SVN much after Geany 0.14 was released, so if you just want to use the Lua plugin you will need Geany 0.14 and may as well use Jeff's binary download for v0.7.
Regards, Nick
ah okay, thanks. So a new version of geanylua needs to be released to support current SVN geany?
Dennis
On Thu, May 22, 2008 at 6:37 AM, Nick Treleaven < nick.treleaven@btinternet.com> wrote:
On Wed, 21 May 2008 11:50:54 -0700 "Dennis Sacks" dennis.sacks@gmail.com wrote:
Does anyone have instructions for building the geanylua plugin under windows? I can compile geany under windows now, so I'm hoping it isn't too difficult to compile geanylua.
I haven't done it, but from checking the Makefile I think you'd have to install the Lua development files in the MSYS environment (which provides a bash shell for windows), then run 'make win32'.
But a word of caution: the 0.7 Lua plugin release will not be compatible with any geany SVN much after Geany 0.14 was released, so if you just want to use the Lua plugin you will need Geany 0.14 and may as well use Jeff's binary download for v0.7.
Regards, Nick _______________________________________________ Geany mailing list Geany@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany
On Thu, 22 May 2008 08:12:50 -0700 "Dennis Sacks" dennis.sacks@gmail.com wrote:
ah okay, thanks. So a new version of geanylua needs to be released to support current SVN geany?
Yes, because some important parts of the plugin API have changed since v0.14, and all plugins will need some (probably minor) updating.
Regards, Nick