On Wed, 31 Mar 2010, Dave Ray wrote:
> Gustavo Sverzut Barbieri wrote: >>> Well, there is several solutions: >>> >>> 1) as you said, write your own .pc file and put it in the correct >>> directory. (that's what i do for Windows) >>> >>> 2) i can add a check of lua library in edje's configure.ac if >>> no .pc file >>> is found. >>> >>> I'll try to find some time to improve lua check this week >> >> not needed, LUA_CFLAGS and LUA_LIBS should do. > > Thank you, I added those to my environment. EDJE now finds LUA, and > completes the configure script. > > That fixed my original problem. EDJE's autogen.sh completes without > errors. > > But now EDJE fails to compile. The errors show hundreds of unresolved > symbols involving LUA. I have no idea what the problem is. > > This will put an end to my attempts to install e17 on MacOS-X, unless > somebody is willing to look at those. if you just configured with LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib" ./configure then it's normal. Try LUA_CFLAGS="-I/my/prefix/include" LUA_LIBS="-L/my/prefix/lib -llua" ./configure I prefer at least adding some options to configure rather than doing that. Vincent ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel