Heather / gentoo-gnome

Unofficial Gnome Overlay (Also contains elementary stuff)
49 stars 40 forks source link

Can't compile gnome-base/gnome-settings-daemon-3.26.2 #212

Closed MalcolmMielle closed 6 years ago

MalcolmMielle commented 6 years ago

I have this error

weather-tz.c:26:34: fatal error: libgweather/gweather.h: No such file or directory
 #include <libgweather/gweather.h>

even though libgweather is installed

cnd commented 6 years ago

@MalcolmMielle I see, for now you can mask current version or gweather (well you can't, I mean remove keywords from ebuild and add previous) or patch (and PR) correction to ebuild to install includes more properly

you temporary copy (or symlink) (but not move) includes to /usr/include/libgweather (use locate to find where they are) but just temporary, I will check stuff on next week

tcicha commented 6 years ago

libgweather 3.27.1 has wrong include path in .pc file. fixed by this commit: https://git.gnome.org/browse/libgweather/commit/data/meson.build?id=f59b33978afc2db191008408aed65ab6ee0e814e

cnd commented 6 years ago

@tcicha thank you, it will be not hard to make a patch from this commit I'll do it on next week or someone else can do it and PR faster than me