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