Re: Error while building Calendar App

2017-08-11 Thread Nidhi Gupta
All of packages required in building Calendar App are not available in required version in Ubuntu 16.04 repository. So I have two options 1. Manually update-install all of them as well as dependencies of these packages.(which is a tedious task) 2. Upgrade to 17.04 which is not long term support

Re: Error while building Calendar App

2017-08-09 Thread Amandeep
The way I am doing it. Get a fresh clone of the repository. $ git clone https://git.gnome.org/browse/gnome-calendar $ cd gnome-calendar Run autogen.sh. If it gives any error, you may need to install the package it points to. $ ./autogen.sh $ make Run the calendar application $

Re: Error while building Calendar App

2017-08-03 Thread Nidhi Gupta
Maybe gdbus-codegen, file which is throwing this error is unable to locate codegen. I did sudo -H pip install codegen and terminal said it was already installed in /usr/local/lib/python2.7/dist-packages. And gdbus-codegen is located in

Re: Error while building Calendar App

2017-08-03 Thread Nidhi Gupta
I forgot to mention I am building it Ubuntu-Gnome distro 16.04. On Thu, Aug 3, 2017 at 11:02 PM, Nidhi Gupta wrote: > Hi, > I am Nidhi, BTech 2nd year CS student at DAIICT. I wanted to contribute to > GNOME, so I followed newcomers guide and decided to build Calendar

Error while building Calendar App

2017-08-03 Thread Nidhi Gupta
Hi, I am Nidhi, BTech 2nd year CS student at DAIICT. I wanted to contribute to GNOME, so I followed newcomers guide and decided to build Calendar App. I followed steps as given but during compilation in Builder ,it is giving error which says Traceback (most recent call last): File