Hi all, Am trying to get ekepoint to make. It barfs at the configure stage. I have installed ecore libs from the Enlightenment site
ekepoint$ ./autogen.sh + autoheader + libtoolize --ltdl --force --copy You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. + aclocal aclocal: configure.in: 10: macro `AM_PATH_ECORE' not found in library + automake --foreign --add-missing 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 src/Makefile.am:16: variable `ECORE_LIBS' not defined src/Makefile.am:16: variable `EVAS_LIBS' not defined + autoconf + test -z '' + echo 'I am going to run ./configure with no arguments - if you wish ' I am going to run ./configure with no arguments - if you wish + echo 'to pass any to it, please specify them on the ./autogen.sh command line.' to pass any to it, please specify them on the ./autogen.sh command line. + cd /home/mikel/src/ekepoint + rm -f config.cache + ./configure creating cache ./config.cache ./configure: line 524: syntax error near unexpected token `AM_CONFIG_HEADER(config.h)' ./configure: line 524: `AM_CONFIG_HEADER(config.h)' + set +x 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. casteret:/home/mikel/src/ecore-0.0.2# make install Making install in src make[1]: Entering directory `/home/mikel/src/ecore-0.0.2/src' make[2]: Entering directory `/home/mikel/src/ecore-0.0.2/src' /bin/sh ../mkinstalldirs /usr/local/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libecore.la /usr/local/lib/lib ecore.la /usr/bin/install -c .libs/libecore.so.0.0.2 /usr/local/lib/libecore.so.0.0.2 (cd /usr/local/lib && rm -f libecore.so.0 && ln -s libecore.so.0.0.2 libecore.so.0) (cd /usr/local/lib && rm -f libecore.so && ln -s libecore.so.0.0.2 libecore.so) /usr/bin/install -c .libs/libecore.lai /usr/local/lib/libecore.la /usr/bin/install -c .libs/libecore.a /usr/local/lib/libecore.a ranlib /usr/local/lib/libecore.a chmod 644 /usr/local/lib/libecore.a PATH="$PATH:/sbin" ldconfig -n /usr/local/lib ---------------------------------------------------------------------- Libraries have been installed in: /usr/local/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- I have run ldconfig as root ut still same error. So what do I have to set this env varv to be ? Mike UTS CRICOS Provider Code: 00099F DISCLAIMER ======================================================================== This email message and any accompanying attachments may contain confidential information. If you are not the intended recipient, do not read, use, disseminate, distribute or copy this message or attachments. If you have received this message in error, please notify the sender immediately and delete this message. Any views expressed in this message are those of the individual sender, except where the sender expressly, and with authority, states them to be the views the University of Technology Sydney. Before opening any attachments, please check them for viruses and defects. ======================================================================== -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
