Another new version of GeanyLua, this release adds:
* Support for dynamic loading of third-party Lua modules.
* The ability to arrange menu items in arbitrary order.
* A new "keygrab" function for accessing multiple script actions from a single keybinding.
Along with a few bug fixes (and maybe even a few new bugs!)
http://yetanothergeek.justfree.com/geanylua/
- Jeff
Hi Jeff! (and list),
In geanylua 0.6.0, 'make install' fails with the following error:
/usr/bin/install -c .libs/geanylua.so /home/harri/.geany/plugins /usr/bin/install -c .libs/libgeanylua.so /home/harri/.geany/plugins/geanylua /bin/mkdir -p /home/harri/.geany/plugins/geanylua /bin/mkdir: `/home/harri/.geany/plugins/geanylua' exists but is not a directory make: *** [install-scripts] Error 1
And this is simply because the 'geanylua' directory does not yet exist when the second install -command runs.
Best regards, -Harri
On Jan 28, 2008 7:08 AM, Harri Koskinen geany_fi@fastmonkey.org wrote:
In geanylua 0.6.0, 'make install' fails with the following error: ... And this is simply because the 'geanylua' directory does not yet exist when the second install -command runs.
Oops! You're right. Should be fixed now in 0.6.1
Thanks for reporting!
- Jeff