On 4/28/15 7:04 AM, Stan Sanderson wrote:
OS 10.10.3, upgrade gnome-settings-daemon 3.14.2_0 < 3.14.2_1 fails with error. 
After port clean and retrying port upgrade, the attached log is obtained.

Suggestions?

Thanks,

Stan


Hi, Stan.

The pertinent error from the log file is

:info:build gsd-keygrab.c:26:10: fatal error: 'gdk/gdkx.h' file not found
:info:build #include <gdk/gdkx.h>
:info:build          ^
:info:build gsd-input-helper.c:25:10: fatal error: 'gdk/gdkx.h' file not found
:info:build #include <gdk/gdkx.h>
:info:build          ^
gdk/gdkx.h is provided by gtk3 +x11. I think you probably have gtk3 +quartz installed which doesn't.

Because of the use of this X11 specific API, gnome-settings-daemon can only be built with gtk3 +x11.
I've updated the port in r135637 to enforce this requirement.

Use 'sudo port selfupgrade' to get the change.

Sorry.

Dave



_______________________________________________
macports-users mailing list
[email protected]
https://lists.macosforge.org/mailman/listinfo/macports-users

Reply via email to