e17 install cvs
hack_benjamin
ulist at gs1.ubuntuforums.org
Fri Sep 16 16:07:58 UTC 2005
Using this script:
Code:
--------------------
#!/bin/bash
export WANT_AUTOMAKE=1.7
export WANT_AUTOCONF=1.7
build=" e17/libs/eet
e17/libs/edb
e17/libs/evas
e17/libs/ecore
e17/libs/embryo
e17/libs/imlib2
e17/libs/edje
e17/libs/epeg
e17/libs/epsilon
e17/libs/esmart
e17/libs/emotion
e17/libs/engrave
e17/libs/ewl
e17/libs/etox
e17/apps/entice
e17/apps/entrance
e17/apps/eclair
e17/apps/e
e17/apps/e_utils
e17/apps/e_modules
e17/apps/elicit
misc/engage
misc/erss"
for i in $build
do
clear
echo "##### COMPILING ${i} #####"
cd $HOME/bin/build/cvs/e17/$i
./autogen --prefix=/usr/local
sudo make uninstall
make
echo "##### INSTALLING ${i} #####"
sudo make install
done
--------------------
i get the following error when compiling anything: [The same error
occurs using the get-e.sh script from rasterman]
Code:
--------------------
./configure: line 2429: syntax error near unexpected token `edb,'
./configure: line 2429: `AM_INIT_AUTOMAKE(edb, 1.0.5.004)'
--------------------
and then it proceeds to tell me that sudo doesnt know the commands make
uninstall and make install (again the same happens with the get-e.sh
script)
please help, I've used e for a few months now on gentoo, but i just
switched and want it again, anyone any idea how to fix it? (and yes I
have installed the right version of autoconf and automake)
--
hack_benjamin
More information about the ubuntu-users
mailing list