all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Aaron Jensen <aaronjensen@gmail.com>
To: emacs-devel@gnu.org
Subject: Cocoa not detected when building on macOS 10.13
Date: Tue, 19 Sep 2017 18:43:53 +0200	[thread overview]
Message-ID: <CAHyO48xCAQOnsp95Ay9TSdnShf+=6_9eo8Ur8LotUw=7NP3BAw@mail.gmail.com> (raw)

Hi,

I’m not sure what I’m doing wrong, but when I build the emacs-26
branch on macOS 10.13 I don’t get cocoa specific features like
ns-transparent-titlebar

Is detection broken for 10.13?

Fwiw, this is what I ran to configure:

#!/usr/bin/env bash
export PATH="/usr/local/opt/gnu-sed/libexec/gnubin:$PATH"
export LDFLAGS="-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib
-lxml2 -lz -lpthread -licucore"
./autogen.sh
./configure CFLAGS="-I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/include/libxml2
-I/usr/local/opt/imagemagick@6/include" \
            --disable-dependency-tracking \
            --disable-silent-rules \
            --enable-locallisppath=/usr/local/share/emacs/site-lisp \
            --infodir=/usr/local/Cellar/emacs-plus/HEAD-d4c3669_2/share/info/emacs
\
            --prefix=/usr/local/Cellar/emacs-plus/HEAD-d4c3669_2 \
            --with-ns \
            --disable-ns-self-contained \
            --with-modules \
            --with-xml2 \
            --with-gnutls \
            --with-imagemagick \
            --with-rsvg \
            --without-dbus \
            --without-pop \
            --without-makeinfo



Aaron



             reply	other threads:[~2017-09-19 16:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-19 16:43 Aaron Jensen [this message]
2017-09-19 19:39 ` Cocoa not detected when building on macOS 10.13 Alan Third
2017-09-19 20:08   ` Aaron Jensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAHyO48xCAQOnsp95Ay9TSdnShf+=6_9eo8Ur8LotUw=7NP3BAw@mail.gmail.com' \
    --to=aaronjensen@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.