On Fri, Nov 29, 2002 at 05:16:19AM +1100, Michael Lake wrote:
> Hi all,
> 
> Am trying to get ekepoint to make. It barfs at the configure stage. I
> have installed ecore libs from the Enlightenment site
> 
> ...
> lib/Makefile.am:22: variable `ECORE_LIBS' not defined
> lib/Makefile.am:22: variable `EVAS_LIBS' not defined
> src/Makefile.am:13: variable `ECORE_LIBS' not defined
> src/Makefile.am:13: variable `EVAS_LIBS' not defined
> ...
> so it looks like this ECORE_LIBS  variable is not defined or set.
> Below is the output from the instal of ecore. It compiled and built fine
> and there were no errors during install.

these aren't environment vars, they're automake vars and come from
the ecore and evas aclocal files, which probably got installed in
/usr/local/share/aclocal.

I think you need to run:

        aclocal -I /usr/local/share/aclocal

in the top level source directory before running autogen.sh, or
something silly like that. Give that a go, and if you have any problems
flame the author :)

K.
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to