lua-users home
lua-l archive

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


2010/12/7 aditya siram <aditya.siram@gmail.com>:
> In my IUP download the closest thing I have to an "iuplua" module is a
> library called "libiuplua51.so". I assume this is the right one so I
> just set LUA_CPATH [1] to point to that library and now I get the
> following error message :
> lua: attempt to call a nil value
> stack traceback:
>        [C]: ?
>        [C]: in function 'require'
>        iup/html/examples/Lua/frame.wlua:5: in main chunk
>        [C]: ?
>
> Thanks for your feedback!
> -deech
>
> [1] export LUA_CPATH=";;$LUA_CPATH;$PWD/lib?51.so"

Ouch; that one sounds harder. Hope someone else will be able to help
you, I have no idea now :/

/M.