I'm having major problems getting Scite-st
(http://caladbolg.net/scite_st.php) working. I know this is Lua list,
but I'm not sure whether the problem is with Scite or with Lua (and
the Scite mailing list is not working at the moment). Lua version is
5.1.1 (from Kubuntu repositories) and Scite-st is the latest from svn.
Scite requires (among others) LPeg-library
(http://www.inf.puc-rio.br/~roberto/lpeg.html) which I had to compile
myself because I have amd64 and the one from Scite's webpages is
32bit. After compiling I copied the resulting lpeg.so to Scite's
lexers/ -directory, but when I try to run Scite, it gives me an error:
Lua Error: error loading module 'lpeg' from file
'/home/olli/Programs/scite-st/share/scite-st/lexers/lpeg.so':
/home/olli/Programs/scite-st/share/scite-st/lexers/lpeg.so:
undefined symbol: lua_insert.