lua-users home
lua-l archive

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


Hi all,
I'm a Lua newbie and I'm having trouble installing the IUP libraries.
I have Lua 5.1, installed and I downloaded the latest version [1] and
set my LUA_PATH variable [2]. But when I try to run an example [3] I
get an error message:
lua: iup/html/examples/Lua/frame.wlua:5: module 'iuplua' not found:
        no field package.preload['iuplua']
        no file '/home/deech/Programming/Lua/IUP33/iuplua.so'
        no file './iuplua.so'
        no file '/usr/local/lib/lua/5.1/iuplua.so'
        no file '/usr/local/lib/lua/5.1/loadall.so'
        no file
'/usr/local/lib/lua/5.1/iuplua.so:/home/deech/Programming/Lua/IUP33/iuplua.so'
stack traceback:
        [C]: in function 'require'
        iup/html/examples/Lua/frame.wlua:5: in main chunk
        [C]: ?

I think I'm missing something really basic. Any help is appreciated.
Thanks ...
-deech

[1] http://sourceforge.net/projects/iup/files/3.3/Linux%20Libraries/iup-3.3_Linux24g3_lib.tar.gz/download
[2] export LUA_PATH=";;/usr/local/lib/lua/5.1/?.so:/location/of/iup/libs/?.so"
[3] lua iup/html/examples/Lua/frame.wlua