PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : E17 installieren



SupaSONiC
01.06.03, 10:48
Als erstes laden wir die Sourcen aus dem CVS:

export CVSROOT=:pserver:anonymous@cvs.enlightenment.sourc eforge.net:/cvsroot/enlightenment
cvs login
cvs -z3 co e17

Das wird eine Weile dauern, da er die kompletten Libs und Programme lädt (~70 MB)
Nun gehen wir in das E17 Dir rein

cd e17
und führen das folgende Script aus:

#!/bin/sh

CVS_SRC=`pwd`
BUILD_DIR="/opt/e17" #wenn ihr nen anderes dir haben wollt, schreibt das hier rein
FLAGS="" #eure compiler-flags
echo "Aufräumen..."
rm -rf $BUILD_DIR/*
rm -rf $CVS_SRC/logs
mkdir $CVS_SRC/logs

blah() {
make distclean &> /dev/null

./autogen.sh --prefix=$BUILD_DIR &> $CVS_SRC/logs/$X.log
make -j2 CFLAGS="$FLAGS" &> cat >> $CVS_SRC/logs/$X.log
make install &> /dev/null
if [ $(grep -c Error $CVS_SRC/logs/$X.log) != 0 ]; then
echo "Compile failed"
fi
}

echo "$BUILD_DIR/lib" >>/etc/ld.so.conf;/sbin/ldconfig

echo "E17 Libs..."
for X in edb imlib2 imlib2_loaders evas ewd ebits ecore ebg estyle etox ewl eet emenu eprog evas2
do
echo "Installiere: $X"
cd $CVS_SRC/libs/$X
blah
done

echo "E17 Apps..."
for X in etcher ebony med efsd ebindings e entice esmall imlib2_tools efileinfo efm elicit elogin entrance essence ewidget
do
echo "Installiere: $X"
cd /usr/local/src/e17/apps/$X
blah
done

Nun sollte sich E17 installieren, und ihr seit glücklich :)

MfG, SONiC

PS: Fehler, Fragen etc plz an ms@prosaqx.org

Djinn
02.07.04, 23:02
also irgendwie funzt das bei suse 9.1 nicht

psycho0815
02.07.04, 23:52
kannst du "irgendwie" näher spezifizieren?

Djinn
03.07.04, 09:26
sorry da hab ich doch was vergessen zu schreiben lol

so starte das script kommen die ersten fehler meldung

e19.sh: line 28: cd: /home/djinn/Desktop/DatenNeue/30.6/entrance-0.9.0/libs/edb: Datei oder Verzeichnis nicht gefunden
das macht er auch bei imlib2 ecore usw.
mal einen auszug der log


[
processing ./e17/apps/e
Running libtoolize...
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
Running aclocal ...
aclocal: `configure.ac' and `configure.in' both present.
aclocal: proceeding with `configure.ac'.
acinclude.m4:29: warning: underquoted definition of AC_PATH_GENERIC
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal

und etwas tiefer kommt
autom4te: unknown language: Autoconf-without-aclocal-m4
aclocal: autom4te failed with exit status: 1
Running autoheader...
autoheader: warning: `configure.ac' and `configure.in' both present.
at /usr/bin/autoheader line 113
autoheader: warning: proceeding with `configure.ac'.
at /usr/bin/autoheader line 113
WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
WARNING: and `config.h.top', to define templates for `config.h.in'
WARNING: is deprecated and discouraged.

WARNING: Using the third argument of `AC_DEFINE' and
WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
WARNING: `acconfig.h':

WARNING: AC_DEFINE([NEED_MAIN], 1,
WARNING: [Define if a function `main' is needed.])

WARNING: More sophisticated templates can also be produced, see the
WARNING: documentation.
autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
Running automake --gnu ...
automake: `configure.ac' and `configure.in' both present.
automake: proceeding with `configure.ac'.
configure.ac: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.ac: You should verify that configure.ac invokes AM_INIT_AUTOMAKE,
configure.ac: that aclocal.m4 is present in the top-level directory,
configure.ac: and that aclocal.m4 was recently regenerated (using aclocal).
Makefile.am:27: HAVE_JADE does not appear in AM_CONDITIONAL
/usr/share/automake-1.8/am/depend2.am: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.8/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
doc/Makefile.am:27: HAVE_JADE does not appear in AM_CONDITIONAL
lib/Makefile.am:12: Libtool library used but `LIBTOOL' is undefined
lib/Makefile.am:12:
lib/Makefile.am:12: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
lib/Makefile.am:12: to `configure.ac' and run `aclocal' and `autoconf' again.

m.o.o.
04.07.04, 13:25
Wie stabil ist denn E17 eingentlich & kann es schon was (lt. Webseite ja nicht viele)?

Jan-heiner
04.07.04, 13:41
was ist e17?
Doch nicht etwar der inter net Explorer oder ?

saibotrebeil
04.07.04, 13:45
e17 ist ein de, das ca mit hurd und dem untergang von ms released wird



saibotrebeil

peschmae
04.07.04, 14:36
Was krieg ich genau wenn ich E17 mit dem obigen Zeuchs installiere? Die Homepage sagt:


The DR17 is now in early re-write, however it is nothing more than a code framework at this point, even if you did find the code it would only show you a dialog window. Nothing more. No menus, no controls, no anything. At this point, emphisis is still on developing the EFL, since that is the real power center of DR17.


also noch kein Funktionierender Code. Oder ist das veraltet?

Oder handelt es sich dabei um das Zeugs was auf Enlightenment.org als "glorified test app" bezeichnet wird und in Zukunft _nicht_ der offizielle E17 werden wird?

MfG Peschmä