Great to hear this is coming along! On Fri, Apr 19, 2013 at 4:50 PM, Robert Schroll <[email protected]> wrote:
> Unfortunately, I can't complete the compilation; now I'm getting errors > about libsecret: > > [ 74%] Building C object src/CMakeFiles/geary.dir/** > client/secret-mediator.c.o > /home/rschroll/geary/src/**client/secret-mediator.c:17:**30: fatal error: > libsecret/secret.h: No such file or directory > > I'm not sure why it can't find the header file, since it is installed. > > $ locate secret.h > /usr/include/libsecret-1/**libsecret/secret.h > > Can someone with more CMake knowledge point me in the right direction? This could be a few things: * Is pkg-config aware of libsecret? This *should* happen automatically. The easy way to check is: pkg-config --list-all | grep libsecret * Did you re-./configure after installing libsecret? - Eric _______________________________________________ Geary mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/geary
