[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: luaxml
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 15 Oct 2013 13:50:21 -0300
> 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?