lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> Thanks, when I load luaxml, lua complains that its missing the
> LuaXML_lib.lua file, but I don't see that file in the zip package:
> root@lab:/usr/local/src/luaxml# ls
> lua51.dll  LuaXml.cdr    LuaXML_lib.dll  LuaXml.lua  Makefile    test.lua
> lua.exe    LuaXML_lib.c  LuaXML_lib.o    LuaXml.png  readme.txt  test.xml

Lua is trying to load either LuaXML_lib.lua or LuaXML_lib.so.
You have LuaXML_lib.dll. Are you mixing platforms?