Hello, Thanks everyone, I will take a look at your suggestions later. Jason On Tue, 2019-01-22 at 12:00 +0000, evolution-hackers-request gnome org wrote: Send evolution-hackers mailing list submissions toevolution-hackers gnome orgTo subscribe or unsubscribe via the World Wide Web, visithttps://mail.gnome.org/mailman/listinfo/evolution-hackersor, via email, send a message with subject or body 'help' toevolution-hackers-request gnome orgYou can reach the person managing the list atevolution-hackers-owner gnome orgWhen replying, please edit your Subject line so it is more specificthan "Re: Contents of evolution-hackers digest..."Today's Topics:1. Building the Latest Source of Evolution (Dr. Jason Amerson)2. Re: Building the Latest Source of Evolution (Milan Crha)3. Re: Building the Latest Source of Evolution (Andre Klapper)4. Re: Building the Latest Source of Evolution (Milan Crha)----------------------------------------------------------------------Message: 1Date: Mon, 21 Jan 2019 22:32:05 -0500From: "Dr. Jason Amerson" <drjason alphagenius org>To: <evolution-hackers gnome org>Subject: [Evolution-hackers] Building the Latest Source of EvolutionMessage-ID:<168739d6f20 2a1e b6662d91cf012812a6099493e38ac1cd alphagenius org>Content-Type: text/plain; format=flowed; charset="us-ascii"I am trying to build Evolution Data Server and Evolution using the methodoutlined in the Wiki. I was able to successfully get through theinstructions for Evolution Data Server. I have stalled on the part toconfigure the build before make && make install. I am being told that thepackages libebook-1.2 and libecal-1.2 are not found. I have searched forthem and cannot find them. These are required packages. Up until now, Ihave been able to fix my own errors but now I need help. I am using Ubuntu18.04 with the latest updates.------------------------------Message: 2Date: Tue, 22 Jan 2019 09:58:02 +0100From: Milan Crha <mcrha redhat com>To: evolution-hackers gnome orgSubject: Re: [Evolution-hackers] Building the Latest Source ofEvolutionMessage-ID:<705c30457ea5383cb685cf69f6afe412a3190258 camel redhat com>Content-Type: text/plain; charset="UTF-8"On Mon, 2019-01-21 at 22:32 -0500, Dr. Jason Amerson wrote:I am trying to build Evolution Data Server and Evolution using the methodoutlined in the Wiki.Hi,I suppose you mean:https://wiki.gnome.org/Apps/Evolution/BuildingI was able to successfully get through theinstructions for Evolution Data Server. I have stalled on the part toconfigure the build before make && make install. I am being told that thepackages libebook-1.2 and libecal-1.2 are not found.Those are provided by evolution-data-server and installed (as part of`make install`) to the prefix you specified. Using the steps as theyare written on the Wiki (see above) makes it bullet proof, thus I guessyou made your own modifications, which diverged from the steps.As the first try, I'd make sure you run `source $HOME/sources/build`,aka you've properly setup the environment, as outlined here:https://wiki.gnome.org/Apps/Evolution/Building#Set_up_environmentMaybe consider the flatpak build, which is simpler to run:https://wiki.gnome.org/Apps/Evolution/Flatpakor even better install the flatpak Evolution from flathub.org, whichsaves you time, because you get working copy without a need to compileanything.Bye,Milan------------------------------Message: 3Date: Tue, 22 Jan 2019 10:09:24 +0100From: Andre Klapper <ak-47 gmx net>To: evolution-hackers gnome orgSubject: Re: [Evolution-hackers] Building the Latest Source ofEvolutionMessage-ID: <31de178e56df6e69dbd8de8392abc94b8df15100 camel gmx net>Content-Type: text/plain; charset="UTF-8"Hi,On Mon, 2019-01-21 at 22:32 -0500, Dr. Jason Amerson wrote:I am trying to build Evolution Data Server and Evolution using the methodoutlined in the Wiki.Do you mean https://wiki.gnome.org/Apps/Evolution/Building ?I was able to successfully get through theinstructions for Evolution Data Server. I have stalled on the part toconfigure the build before make && make install. I am being told that thepackages libebook-1.2 and libecal-1.2 are not found.https://packages.ubuntu.com/ allows searching for package names thatthe "Ubuntu" distribution uses. I entered "libecal" on that website andit listed "libecal1.2-dev" for development. Is that package installed?I have searched forthem and cannot find them. These are required packages. Up until now, Ihave been able to fix my own errors but now I need help. I am using Ubuntu18.04 with the latest updates.Cheers,andre |