Re: [Evolution] Having trouble building on Ubuntu 18.04

2018-08-21 Thread Patrick O'Callaghan
On Tue, 2018-08-21 at 15:19 +, Bryan Everly wrote:
> On Tue, 2018-08-21 at 10:21 +0200, Milan Crha via evolution-list wrote:
> 
> 
> On Mon, 2018-08-20 at 16:47 +, Bryan Everly wrote:
> 
> I installed NSPR (sudo apt-get install libnspr4-dev) and have
> 

Please try and use a more conventional quoting style (see most of the
other traffic on the list for examples). This reply is extremely
difficult to read in plaintext mode, which is the preferred style on
this list.

Thank you.

poc

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Having trouble building on Ubuntu 18.04

2018-08-21 Thread Bryan Everly
On Tue, 2018-08-21 at 10:21 +0200, Milan Crha via evolution-list wrote:


On Mon, 2018-08-20 at 16:47 +, Bryan Everly wrote:

I installed NSPR (sudo apt-get install libnspr4-dev) and have

verified that the include file is in /usr/include/nspr and added a

-DWITH_NSPR_INCLUDES=/usr/include/nspr to my shell script that I use

to kick off the build so that it looks like this:


Hi,

it seems your distro doesn't provide pkg-config file for NSPR

(and probably also for NSS). I realized, after some testing, that the

test result is cached, which means even you specify the include

directory it is not used, thus a workaround would be to `rm * -r` in

the _build directory, but I realized it's not enough, thus I fixed that

in the master branch of evolution-data-server [1] and evolution [2].

Apply those changes in your checkout and it'll be fine, or, if you

compile the master branch, then just `git pull` in both of them.

Bye,

Milan


[1] https://gitlab.gnome.org/GNOME/evolution-data-server/commit/ce00713c2

[2] https://gitlab.gnome.org/GNOME/evolution/commit/75a1c7d2f2


___

evolution-list mailing list

evolution-list@gnome.org

To change your list options or unsubscribe, visit ...

https://mail.gnome.org/mailman/listinfo/evolution-list

Milan,

Thank you so much! You totally solved my problem and I really appreciate it.

- Bryan
___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list


Re: [Evolution] Having trouble building on Ubuntu 18.04

2018-08-21 Thread Milan Crha via evolution-list
On Mon, 2018-08-20 at 16:47 +, Bryan Everly wrote:
> I installed NSPR (sudo apt-get install libnspr4-dev) and have
> verified that the include file is in /usr/include/nspr and added a
> -DWITH_NSPR_INCLUDES=/usr/include/nspr to my shell script that I use
> to kick off the build so that it looks like this:

Hi,
it seems your distro doesn't provide pkg-config file for NSPR
(and probably also for NSS). I realized, after some testing, that the
test result is cached, which means even you specify the include
directory it is not used, thus a workaround would be to `rm * -r` in
the _build directory, but I realized it's not enough, thus I fixed that
in the master branch of evolution-data-server [1] and evolution [2].
Apply those changes in your checkout and it'll be fine, or, if you
compile the master branch, then just `git pull` in both of them.
Bye,
Milan

[1] https://gitlab.gnome.org/GNOME/evolution-data-server/commit/ce00713c2
[2] https://gitlab.gnome.org/GNOME/evolution/commit/75a1c7d2f2

___
evolution-list mailing list
evolution-list@gnome.org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list