e17

Otis Driftwood notesoncircumscribingthesky at gmail.com
Fri Sep 2 11:54:17 PDT 2005


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 at cvs.sf.net:/cvsroot/enlightenment login
        cvs -z3 -d:pserver:anonymous at 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
   


More information about the freebsd-amd64 mailing list