Date: Fri, 02 Sep 2005 19:52:02 +0100 From: Otis Driftwood <notesoncircumscribingthesky@gmail.com> To: freebsd-amd64@freebsd.org Subject: e17 Message-ID: <43189F52.6010403@imperial.ac.uk>
next in thread | raw e-mail | index | archive | help
has anyone by any chance got e17 cvs working? The scripts I'm using are: *updating the source:* #/bin/sh export WANT_AUTOMAKE=1.7 export WANT_AUTOCONF=2.5 build="e17/libs/eet e17/libs/imlib2 e17/libs/edb e17/libs/evas e17/libs/ecore e17/libs/epeg e17/libs/embryo e17/libs/edje e17/libs/epsilon e17/libs/esmart e17/libs/etox e17/libs/ewl e17/libs/emotion e17/apps/entrance e17/apps/e e17/apps/eclair e17/apps/e_utils e17/apps/e_modules e17/libs/engrave e17/apps/entice e17/apps/elicit misc/engage misc/erss" cd $HOME/bin/build/cvs/e17 cvs -d:pserver:anonymous@cvs.sf.net:/cvsroot/enlightenment login cvs -z3 -d:pserver:anonymous@cvs.sf.net:/cvsroot/enlightenment co $build * * *compiling *#/usr/local/bin/bash build=" e17/libs/eet e17/libs/imlib2 e17/libs/edb e17/libs/evas e17/libs/ecore e17/libs/epeg e17/libs/embryo e17/libs/edje e17/libs/epsilon e17/libs/esmart e17/libs/etox e17/libs/ewl e17/libs/emotion e17/apps/entrance e17/apps/e e17/apps/eclair e17/apps/e_utils e17/apps/e_modules e17/libs/engrave e17/apps/entice e17/apps/elicit misc/engage misc/erss" for i in $build do export CFLAGS="-I/home/hope/bin/build/cvs/e17/$i/include -I/usr/X11R6/include" export LDFLAGS="-L/home/hope/bin/build/cvs/e17/$i/lib -I/usr/X11R6/lib" * installing*: #!/usr/local/bin/bash build=" e17/libs/eet e17/libs/imlib2 e17/libs/edb e17/libs/evas e17/libs/ecore e17/libs/epeg e17/libs/embryo e17/libs/edje e17/libs/epsilon e17/libs/esmart e17/libs/etox e17/libs/ewl e17/libs/emotion e17/apps/entrance e17/apps/e e17/apps/eclair e17/apps/e_utils e17/apps/e_modules e17/libs/engrave e17/apps/entice e17/apps/elicit misc/engage misc/erss" su for i in $build do echo "#### INSTALLING $i ####" make install make clean done I'd be extremely grateful, most of them are telling me that: 1. They cannot find sed (should i symlinj it to the expected place?) 2. This: checking for correct ltmain.sh version... grep: ./ltmain.sh: No such file or directory no *** Gentoo sanity check failed! *** *** libtool.m4 and ltmain.sh have a version mismatch! *** *** (libtool.m4 = 1.5.18, ltmain.sh = ) *** Please run: libtoolize --copy --force if appropriate, please contact the maintainer of this package (or your distribution) for help. I don't understand why its asking for Gentoo stuff though... 3 checking for zlib.h... yes checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: "Cannot find jpeglib.h. Make sure your CFLAGS environment variable contains include lines for the location of this file" Any help? Cheers guys
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43189F52.6010403>