From: Matthew L Daniel <mdaniel@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: compilation errors of trunk version on mac os x expected?
Date: Sat, 05 Mar 2011 16:43:09 +0100 [thread overview]
Message-ID: <4D725A0D.7020704@gmail.com> (raw)
In-Reply-To: <455fe7bc-b63e-4832-a992-d2001fe6d32e@a11g2000pro.googlegroups.com>
>
> thanks steve! sounds like a good idea and I switched to compiling
> this way. it seems, unfortunately, that this does not eliminate the
> crashes I see. for example,
> http://groups.google.com/group/gnu.emacs.bug/browse_thread/thread/ffec5839b1b859c5
>
> I wish one of the developers on Mac would look into this and ask for
> more details etc...
>
> cheers, E
FWIW, I have been building nightly Emacs from trunk for the past few
days and it always builds fine here. I am not an Emacs developer,
though, so I couldn't pretend to address the issue in your link.
Emacs reports:
GNU Emacs 24.0.50.1 (x86_64-apple-darwin10.6.0, NS apple-appkit-1038.35)
of 2011-03-05 on machine.local
Similar to what Steve said, my build script is thus (and is run from
cron, so $PATH itself is pretty sparse):
set -e
# it needs chown which amazingly is not in /usr/bin
PATH=$PATH:/usr/sbin:/usr/local/sbin
./configure --with-ns
make bootstrap
make install
I do not have MacPorts installed, in favor of Homebrew
(http://mxcl.github.com/homebrew/), but as I mentioned earlier, I do not
believe Homebrew is in the PATH.
I hope this helps in some small way,
-- /v\atthew
next prev parent reply other threads:[~2011-03-05 15:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.9.1295581100.21031.help-gnu-emacs@gnu.org>
2011-03-05 12:36 ` compilation errors of trunk version on mac os x expected? emacs user
2011-03-05 15:43 ` Matthew L Daniel [this message]
[not found] ` <mailman.9.1299339797.13665.help-gnu-emacs@gnu.org>
2011-03-05 18:10 ` emacs user
2011-01-20 7:35 emacs user
2011-01-21 3:38 ` Steve Revilak
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=4D725A0D.7020704@gmail.com \
--to=mdaniel@gmail.com \
--cc=help-gnu-emacs@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.