Christopher Michael wrote: > Jackson wrote: >> Howdy- >> I am hoping someone can shed some light on the lua dependency requirement >> for edje. i haven't gotten edje to build in a while, it always fails to >> find LUA, though I have installed the lua and lua-dev 5 series (I'm on >> ubuntu jaunty). The output just claims that it cannot find LUA (not that it >> is an unsupported version or anything). >> >> Thanks! >> jxn >> > > # Lua pkg-config hack for different naming conventions > requirement_lua="" > PKG_CHECK_MODULES([LUA], [lua >= 5.1.0], requirement_lua="lua", > [PKG_CHECK_MODULES([LUA], [lua5.1 >= 5.1.0], requirement_lua="lua5.1", > [PKG_CHECK_MODULES([LUA], [lua-5.1 >= 5.1.0], > requirement_lua="lua-5.1", > [PKG_CHECK_MODULES([LUA], [lua51 >= 5.1.0], > requirement_lua="lua51", > AC_MSG_ERROR([unable to find Lua]) > ) > ]) > ]) > ]) > > > Looks like edje wants a lua greater than 5.1.0 . (OR Equal to)
Open a terminal and check: > > 'pkg-config --list-all | grep lua' > > and see if it shows up. > > dh > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
