I just uploaded a revised version of the Lua plugin that should be compatible with Geany 0.12 and GTK 2.8 through 2.12.
As per Murphy's Law, the hosting service where I had the files stored disappeared from the face of the Earth at almost the same instant that Enrico announced Geany-0.12!
But I have since moved the files to a different server, so hopefully all is well now. If you have had trouble downloading them in the past few days, please try again now: http://yetanothergeek.justfree.com/geanylua/
Regards, - Jeff
On Sat, 13 Oct 2007 14:44:54 -0500, "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
I just uploaded a revised version of the Lua plugin that should be compatible with Geany 0.12 and GTK 2.8 through 2.12.
Cool. I added a note on the Geany website.
Another note: Don't you need to specify the location of the Lua header files on your system? On my system(Debian Testing) I have to add "lua5.1" to the both pkg-config calls so that pkg-config prints the cflags and libs for gtk _and_ lua. Otherwise lua.h is not found by the compiler. I have also to remove "-llua" from the linker command in the Makefile because it is added by pkg-config and called "-llua5.1".
As per Murphy's Law, the hosting service where I had the files stored disappeared from the face of the Earth at almost the same instant that Enrico announced Geany-0.12!
Lol.
Regards, Enrico
On 10/14/07, Enrico Tröger enrico.troeger@uvena.de wrote:
I added a note on the Geany website.
Great, thanks! (btw my last name is with 'y' not 'i' :)
I have to add "lua5.1" to the both pkg-config calls so that pkg-config prints the cflags and libs for gtk _and_ lua. Otherwise lua.h is not found by the compiler.
My lua was built/installed from sources so I guess it puts things in a different place. But you are right, it's almost always better to use pkg-config if possible. Actually, I never noticed that Lua had a *.pc file until you mentioned it. I'll try to get this updated soon.
- Jeff
On Mon, 15 Oct 2007 12:13:50 -0500, "Jeff Pohlmeyer" yetanothergeek@gmail.com wrote:
On 10/14/07, Enrico Tröger enrico.troeger@uvena.de wrote:
I added a note on the Geany website.
Great, thanks! (btw my last name is with 'y' not 'i' :)
Oops, I'm very sorry. I guess it was a force of habit, in German most Meier is an often used name and so I just wrote it with 'i'. Sorry.
I have to add "lua5.1" to the both pkg-config calls so that pkg-config prints the cflags and libs for gtk _and_ lua. Otherwise lua.h is not found by the compiler.
My lua was built/installed from sources so I guess it puts things in a different place. But you are right, it's almost always better to use pkg-config if possible. Actually, I never noticed that Lua had a *.pc file until you mentioned it. I'll try to get this updated soon.
Hmm, not a big deal IMO. The code itself is more important ;-).
Regards, Enrico