Yeah, thanks. Just after I sent out my last message, I thought to myself "I wonder if the config, make, or install files will tell me anything interesting"; sure enough, I checked and corrected the problem. When I went back to post my "oops, I'm a dummy" post to the mailing list, I found your response. I guess I was just spoiled by make error messages like "LUA was found; but lua 5.10x required".
Everything is peachy now, thanks! On Sat, Aug 29, 2009 at 19:21, Christopher Michael <[email protected]>wrote: > 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 >> >> > -- The right understanding of any matter and a misunderstanding of the same matter do not wholly exclude each other. -- Franz Kafka, "The Trial" ------------------------------------------------------------------------------ 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
