***I pasted the converstion***<br><br>>On Sun, 4 Jan 2009 22:03:47 +0000 (GMT), "Radde, Kai-Uwe"<br>><kaiuweradde at <a href="http://yahoo.de">yahoo.de</a>> wrote:<br><br>>Hi,<br><br><br>>>checking for LUA... configure: error: Package requirements (lua5.1 >=<br>
>>5.1.2) were not met:<br>>><br>>>No package 'lua5.1' found<br>>> [...]<br>>>I installed the package lua5.1 via synaptic (installs version 5.1.3-1<br>><br>>You also need to install the development files. On Debian, the package<br>
>is called 'liblua5.1-0-dev', I guess it's named similar on Ubuntu.<br>>After installing this package, configure should work but you probably<br>>run into compilation errors because the downloaded tarball is only for<br>
>Geany 0.14 and so won't work with Geany 0.15.<br>><br>>To work around this, you can download the SVN version of the code which<br>>could/should work with Geany 0.15 (not sure right now).<br>>To do so, run (you need the subversion package for this):<br>
>svn checkout -r177<br>><a href="https://geany-plugins.svn.sf.net/svnroot/geany-plugins/trunk/geanylua">https://geany-plugins.svn.sf.net/svnroot/geany-plugins/trunk/geanylua</a><br>><br>>Then run ./configure && make && make install<br>
>again.<br>><br>>Sorry for all the inconvience.<br>>We'll try to make this easier in the future.<br>><br>>Regards,<br>>Enrico<br><br>First off, thanks for the excellent program.<br><br>There are a few problems with building geanylua right now. One is that I had to add '#define GETTEXT_PACKAGE "geany"' to /usr/include/geany/support.h. And as pointed out, it's installing in the legacy ~/.geany on Linux.<br>
<br>There's something else I'd like to request about geanylua. Trying to write a package for it is turning out to be a mess. I'm writing a PKGBUILD for the Arch Linux User Repository, and geanylua doesn't install like other programs. Basically it's breaking out of fakeroot and trying to install directly into the file system. If possible, could someone look into having this code compile like other programs so it can be generically packaged? All other plug-ins in current subversion build fine.<br>
<br>By the way, is this a good place to file bug reports and enhancement requests? <br>