From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: charles@aurox.ch (Charles A. Roelli) Newsgroups: gmane.emacs.devel Subject: Re: xwidgets on macOS? Date: Thu, 13 Oct 2016 16:01:43 +0200 Message-ID: References: <20161012165315.2a1e5029@jabberwock.cb.piermont.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1476367568 10087 195.159.176.226 (13 Oct 2016 14:06:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2016 14:06:08 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 13 16:06:03 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bugdh-00081K-1f for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2016 16:05:41 +0200 Original-Received: from localhost ([::1]:40638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bugdf-0005Oc-PM for ged-emacs-devel@m.gmane.org; Thu, 13 Oct 2016 10:05:39 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55676) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bugdS-0005Lz-9L for emacs-devel@gnu.org; Thu, 13 Oct 2016 10:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bugdO-0003c0-3f for emacs-devel@gnu.org; Thu, 13 Oct 2016 10:05:26 -0400 Original-Received: from [195.159.176.226] (port=45440 helo=blaine.gmane.org) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bugdN-0003aw-Tj for emacs-devel@gnu.org; Thu, 13 Oct 2016 10:05:22 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1bugd6-0004KF-3S for emacs-devel@gnu.org; Thu, 13 Oct 2016 16:05:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:mnvyi2hoylAf59LWWD+GBnRnJnc= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:208206 Archived-At: "Perry E. Metzger" writes: > Is there a way to use xwidgets on macOS under NS/Cocoa? I don't want > to have to run XQuartz... > > Perry I tried to build Emacs with gtk3 on a Mac recently, and the build failed because the header file "gdk/gdkx.h" is not available (the compiler gave warnings, after which linking temacs failed since symbols were missing). Apparently the header is available only when gtk3 was built with X11, not with Quartz.