Hey Yura,
attached is a patch to change the API usage of GeanyDoc to fix compilation with the SVN version of Geany.
Regards, Enrico
On 01/26/2010 11:07 PM, Enrico Tröger wrote:
Hey Yura,
attached is a patch to change the API usage of GeanyDoc to fix compilation with the SVN version of Geany.
Regards, Enrico
Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
I found an error in GeanyLua when compiling geany plugins.You can see error at http://nopaste.geany.org/p/m66352bc5 . Steps to reproduce : 1. cd geany-plugins/ 2. ./autogen.sh 3. make - j 2
P.S.: I know that this mail is not for here, but i don't wnaht to subscribe geany-plugins mailing list.
Hi,
Please create a new thread next time instead of using an old one -- even it might be related.
a.beloborodov@viscomp.bg 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
Which version of Geany are you using here?
Thanks, Frank
On 01/27/2010 10:57 AM, Frank Lanitz wrote:
Hi,
Please create a new thread next time instead of using an old one -- even it might be related.
a.beloborodov@viscomp.bg 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
Which version of Geany are you using here?
Thanks, Frank
Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
I forget to add it, sorry. ** INFO: Geany 0.19 (svn >= r4553), GTK+ 2.18.6, GLib 2.22.3
a.beloborodov@viscomp.bg wrote:
On 01/27/2010 10:57 AM, Frank Lanitz wrote:
Hi,
Please create a new thread next time instead of using an old one -- even it might be related.
a.beloborodov@viscomp.bg 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
Which version of Geany are you using here?
I forget to add it, sorry. ** INFO: Geany 0.19 (svn >= r4553), GTK+ 2.18.6, GLib 2.22.3
After installing lua I was able to reprouce it. It seems for me on first view really related to the above patch - but this is more a guess than something fix.
Regards, Frank
On Wed, 27 Jan 2010 10:40:38 +0200 "a.beloborodov@viscomp.bg" a.beloborodov@viscomp.bg 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.
Regards, Nick
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
On 01/28/2010 07:41 PM, Nick Treleaven wrote:
On Thu, 28 Jan 2010 13:44:18 +0000 Nick Treleavennick.treleaven@btinternet.com wrote:
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
It's works fine for me, thanks. Here is just some warnings while compiling plugins : http://nopaste.geany.org/p/m7aab122b