On Thu, 28 Jan 2010 13:44:18 +0000 Nick Treleaven nick.treleaven@btinternet.com wrote:
I found an error in GeanyLua when compiling geany plugins.You can see error at http://nopaste.geany.org/p/m66352bc5 . Steps to reproduce :
- cd geany-plugins/
- ./autogen.sh
- make - j 2
OK, thanks. It seems GeanyLua is using a deprecated function, and the recent changes break deprecated support. I'll try to fix this soon.
Actually it was a Geany API issue, fixed in SVN.
* src/plugindata.h: Fix renaming sci_send_message(), sci_send_command() function pointers.
Regards, Nick