Page 11 of 54 FirstFirst ... 91011121321 ... LastLast
Results 101 to 110 of 538

Thread: HOWTO: installation of E17 from CVS

  1. #101
    Join Date
    May 2005
    Beans
    49

    Re: HOWTO: installation of E17 from CVS

    i have trouble with everything

    buildid@Breezy:~$ sh get_e.sh
    ---------------------------------------------------------------------

    => Checking cvs presence...
    => Checking `autoconf' presence...
    => Checking `automake' presence...
    => Checking sudo access...
    => Checking /etc/ld.so.conf sanity...
    ---------------------------------------------------------------------

    Just hit enter for the cvs password!
    Logging in to server:anonymous@cvs.sourceforge.net:2401/cvsroot/enlightenment
    CVS password:

    ---------------------------------------------------------------------
    Checkout/update...
    ---------------------------------------------------------------------
    => Updating e17...
    ~/e17 ~
    ..updating CVS tree, please wait...
    cvs update: warning: cannot make directory CVS in .: Permission denied
    cvs update: in directory apps/evfs/autom4te.cache:
    cvs update: cannot open CVS/Entries for reading: No such file or directory
    cvs update: warning: cannot make directory CVS in .: Permission denied
    cvs update: in directory apps/evfs/autom4te.cache:
    cvs update: cannot open CVS/Entries for reading: No such file or directory
    cvs update: warning: cannot make directory CVS in .: Permission denied
    cvs update: in directory apps/evfs/autom4te.cache:
    cvs update: cannot open CVS/Entries for reading: No such file or directory

  2. #102
    Join Date
    Sep 2005
    Location
    Earth, Europe
    Beans
    175
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: installation of E17 from CVS

    Code:
    sudo ./easy_e17.sh -i --skip=emotion,eclair
    And, then:

    Code:
    LIB-COMPILATION AND INSTALLATION:
    -----------------------------------------------------------------------------
    - imlib2 ..................... ok
    - edb ........................ ok
    - eet ........................ ok
    - evas ....................... ok
    - ecore ...................... ok
    - epeg ....................... ok
    - embryo ..................... ok
    - edje ....................... ok
    - epsilon .................... ok
    - esmart ..................... ok
    - emotion .................... SKIPPED
    - ewl ........................ ok
    - engrave .................... ERROR!
    -----------------------------------------------------------------------------
    
    LAST LOGLINES FROM /tmp/easy_e17/install_logs/engrave.log:
    -----------------------------------------------------------------------------
    Running aclocal...
    Running autoheader...
    configure.in:17: warning: AC_PROG_LEX invoked multiple times
    autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
    aclocal.m4:7013: AM_PROG_LEX is expanded from...
    configure.in:17: the top level
    Running autoconf...
    configure.in:17: warning: AC_PROG_LEX invoked multiple times
    autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
    aclocal.m4:7013: AM_PROG_LEX is expanded from...
    configure.in:17: the top level
    Running libtoolize...
    Running automake...
    automake: configure.in: installing `./install-sh'
    automake: configure.in: installing `./mkinstalldirs'
    automake: configure.in: installing `./missing'
    Makefile.am:2: require version 1.5, but have 1.4-p6
    src/bin/Makefile.am:1: require version 1.5, but have 1.4-p6
    -----------------------------------------------------------------------------
    What now ?
    By the way, I'm running Kubuntu breezy .
    Remember to read my blog: click here !

    "This is the greatest and best signature in the world"

  3. #103
    Join Date
    Apr 2005
    Beans
    1,395

    Re: HOWTO: installation of E17 from CVS

    Quote Originally Posted by drfalkor
    Code:
    sudo ./easy_e17.sh -i --skip=emotion,eclair
    And, then:

    Code:
    LIB-COMPILATION AND INSTALLATION:
    -----------------------------------------------------------------------------
    - imlib2 ..................... ok
    - edb ........................ ok
    - eet ........................ ok
    - evas ....................... ok
    - ecore ...................... ok
    - epeg ....................... ok
    - embryo ..................... ok
    - edje ....................... ok
    - epsilon .................... ok
    - esmart ..................... ok
    - emotion .................... SKIPPED
    - ewl ........................ ok
    - engrave .................... ERROR!
    -----------------------------------------------------------------------------
    
    LAST LOGLINES FROM /tmp/easy_e17/install_logs/engrave.log:
    -----------------------------------------------------------------------------
    Running aclocal...
    Running autoheader...
    configure.in:17: warning: AC_PROG_LEX invoked multiple times
    autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
    aclocal.m4:7013: AM_PROG_LEX is expanded from...
    configure.in:17: the top level
    Running autoconf...
    configure.in:17: warning: AC_PROG_LEX invoked multiple times
    autoconf/programs.m4:438: AC_DECL_YYTEXT is expanded from...
    aclocal.m4:7013: AM_PROG_LEX is expanded from...
    configure.in:17: the top level
    Running libtoolize...
    Running automake...
    automake: configure.in: installing `./install-sh'
    automake: configure.in: installing `./mkinstalldirs'
    automake: configure.in: installing `./missing'
    Makefile.am:2: require version 1.5, but have 1.4-p6
    src/bin/Makefile.am:1: require version 1.5, but have 1.4-p6
    -----------------------------------------------------------------------------
    What now ?
    By the way, I'm running Kubuntu breezy .
    upgrade your automake to 1.7 or higher

  4. #104
    Join Date
    Sep 2005
    Location
    Earth, Europe
    Beans
    175
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: installation of E17 from CVS

    Quote Originally Posted by foxy123
    upgrade your automake to 1.7 or higher
    Thank you, that worked. But another thing:

    Code:
    falkor@ubuntu:~$ sudo chown -R user:falkor ~/.ecore
    Password:
    chown: «user:falkor»: ugyldig bruker // not a user or something in english
    falkor@ubuntu:~$
    huh ? hmm, I try to do this

    Code:
    falkor@ubuntu:~$ users
    falkor
    falkor@ubuntu:~$
    What now ?
    Remember to read my blog: click here !

    "This is the greatest and best signature in the world"

  5. #105
    Join Date
    Oct 2005
    Beans
    Hidden!
    Distro
    Gutsy Gibbon Testing

    Re: HOWTO: installation of E17 from CVS

    Code:
    sudo chown -R falkor:falkor ~/.ecore
    registered linux user # 191485
    There's no place like ~

  6. #106
    Join Date
    Sep 2005
    Location
    Earth, Europe
    Beans
    175
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: installation of E17 from CVS

    Quote Originally Posted by veloct
    Code:
    sudo chown -R falkor:falkor ~/.ecore
    aaah, here we go Got it to work, looks very nice - but its crashes alot !
    Remember to read my blog: click here !

    "This is the greatest and best signature in the world"

  7. #107
    Join Date
    Apr 2005
    Beans
    1,395

    Re: HOWTO: installation of E17 from CVS

    Quote Originally Posted by drfalkor
    aaah, here we go Got it to work, looks very nice - but its crashes alot !
    it's been not in its most stable state for the last few days...

  8. #108
    Join Date
    Sep 2005
    Location
    Earth, Europe
    Beans
    175
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: installation of E17 from CVS

    Quote Originally Posted by foxy123
    it's been not in its most stable state for the last few days...
    Not for me. When I'm trying to open a folder or something it comes a message like "This is not a bug ..etc...etc..." and then I can chose to ignore, restart or exit, and then "POW"- back to the login screen again

    EDIT:Wooops, did I misunderstand ?
    Last edited by drfalkor; January 1st, 2006 at 07:56 PM.
    Remember to read my blog: click here !

    "This is the greatest and best signature in the world"

  9. #109
    Join Date
    Jan 2005
    Location
    Perth, Western Australia
    Beans
    77
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: installation of E17 from CVS

    ok, got this thing working great. damn i love enlightenment

    what i want to know is how to select a gtk2 theme for enlightenment, im sick of having the crappy standard coloured panels in gaim etc.

  10. #110
    Join Date
    Sep 2005
    Location
    Earth, Europe
    Beans
    175
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: HOWTO: installation of E17 from CVS

    I think it's working now without crashing all the time. What did I do ? Well, I deleted the cvs_dir and runned the script all over again - Wolla, here I am...
    Remember to read my blog: click here !

    "This is the greatest and best signature in the world"

Page 11 of 54 FirstFirst ... 91011121321 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •