Hmmmm... on the other hand.. when the .so file doesn't get the underscore prefix, how do I inherit it in my module.pmod when the dir structure becomes:
Public.pmod/ Lang.pmod/ Lua.so Lua.pmod/ module.pmod
if I do: inherit Public.Lang.Lua; what am I inheriting... ?
Kaos wrote:
Disregard this. I got another error mixed up with this one.. (@module@ mentioned earlier).. I suppose the prefix has been removed in the 7.7 branch?
Kaos wrote:
I'm having trouble with the .so not getting the __ prefix - anyone else know about this? About to compile a new 7.6 and test with that as well..