Results 1 to 4 of 4

Thread: Evolution 3.6

  1. #1
    Join Date
    Sep 2012
    Beans
    2

    Evolution 3.6

    If I had a package, eg "evolution-3.6.0.tar.xz" to install, I read that you should be able to do this by the following commands.
    -. / Configure
    - make
    - Make install

    But I get the following message back.
    "make: *** No targets specified and no makefile found. Stopped."

    What goes wrong?

  2. #2
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: Evolution 3.6

    That may happen if there are missing dependencies . Evolution 3.6 is in the 12.10 repository which uses a different version of Gnome and it may not be compatible with 12.04 or earlier.
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  3. #3
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Evolution 3.6

    First of all, to compile software you must install the build-essential package (or build-essentials, not remember if it had S at the end).

    So install that first:
    sudo apt-get install build-essential(s)

    Then, you need to unpack the .tar.gz if you didn't do it. Usually it will unpack in a folder of the same or similar name as the file. Go into that folder.

    Once you are in the folder try the:
    sudo configure
    sudo make
    sudo make install
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  4. #4
    Join Date
    Feb 2007
    Location
    India
    Beans
    79
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Evolution 3.6

    Hi
    Did you succeed in compiling and using latest version of evolution? Please share your experience?
    What are the steps you followed?

    Thanks
    Vig
    thanks
    vig

Tags for this Thread

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
  •