On Sun, 2015-12-20 at 08:49 +0000, Oliver Elphick wrote:
> 
> $ CPPFLAGS=-I/usr/include/libsecret-1 EVOLUTION_DATA_SERVER_CFLAGS="-
> I
> /usr/local/include/evolution-data-server"
> EVOLUTION_DATA_SERVER_LIBS=-L/usr/local/lib ./configure --disable-
> autoar

        Hi,
I do not know whether you already managed to figure out what is wrong,
but just in case, do not override EVOLUTION_DATA_SERVER_LIBS before the
./configure call, rather override LD_LIBRARY_PATH variable, like this:
   $ export LD_LIBRARY_PATH=/usr/local/lib
   $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/share/pkgconfig
   $ ./configure --disable-autoar

Hope it helps.
        Bye,
        Milan

_______________________________________________
evolution-list mailing list
[email protected]
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-list

Reply via email to