The only patch I ran across so far was #define lua_open() luaL_newstate() According to: http://www.lua.org/manual/5.1/manual.html#7.3 lua_open is no longer supported.
Used that to get grafx2 to compile ( http://code.google.com/p/grafx2/issues/detail?id=494 ). Recommend you check the Lua manuals (see lua link) for the other changes. You may also want to check out the cclive site http://cclive.sourceforge.net/ or check with the quvi mailing lists http://sourceforge.net/apps/trac/quvi/wiki/MailingLists If you run across any further information on this, would be interested to hear what you find. I know a few other applications that are stuck using older versions of lua. Sincerely, Laura http://www.distasis.com/cpp -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
