On Thu, 20 Dec 2007 17:38:58 -0600 "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
On Dec 20, 2007 11:31 AM, Steve steve@trinidadgraphics.com wrote:
Hello,
The genaylua plugin doesn't want to compile with svn 2106. This error appears many times:
lua_doc.c:26: error: 'GeanyData' has no member named 'document'
I've compiled it several times before without a problem. Am I doing something wrong or has something changed?
Something has changed - for each time you see this error, you need to change 'document' to 'documents' in the genaylua sources.
( There are a couple of #define's in geanylua.h that also reference the geany_data->document. Fixing these will eliminate several errors.)
That did the trick. Thanks. The plugin is great, by the way.
Regards,
Steve