pimvullers / elementary

The elementary OS experience for Gentoo Linux.
https://elementary.io/
113 stars 35 forks source link

pantheon-mail fails to compile #217

Closed ghost closed 2 years ago

ghost commented 2 years ago

I'm facing 2 errors while trying to compile pantheon-mail. First missing dev-libs/folks dependencie in the ebuild. and then :

error: Package `libedataserverui-1.2' not found in specified Vala API directories or GObject-Introspection GIR directories  
error: Package `libedataserver-1.2' not found in specified Vala API directories or GObject-Introspection GIR directories  

(does folks need the eds flag and evolution-data-server the vala flag ?)

pimvullers commented 2 years ago

Added missing dependencies, and the last error was most likely caused by missing vala flag on evolution-data-server. Please let me know whether the commit above fixes the problem, or what the latest error is.

ghost commented 2 years ago

Now everything works as expected thx!