From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: emacs user Newsgroups: gmane.emacs.help Subject: Re: compilation errors of trunk version on mac os x expected? Date: Sat, 5 Mar 2011 10:10:20 -0800 (PST) Organization: http://groups.google.com Message-ID: <5f7c5136-e538-4e38-a114-7d937d5c3dba@q12g2000prb.googlegroups.com> References: <455fe7bc-b63e-4832-a992-d2001fe6d32e@a11g2000pro.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1299350440 20483 80.91.229.12 (5 Mar 2011 18:40:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 5 Mar 2011 18:40:40 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 05 19:40:36 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PvwP5-0005d6-4y for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 19:40:35 +0100 Original-Received: from localhost ([127.0.0.1]:51838 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvwP4-0001uK-LA for geh-help-gnu-emacs@m.gmane.org; Sat, 05 Mar 2011 13:40:34 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!q12g2000prb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-NNTP-Posting-Host: 140.247.105.238 Original-X-Trace: posting.google.com 1299348620 27231 127.0.0.1 (5 Mar 2011 18:10:20 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sat, 5 Mar 2011 18:10:20 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: q12g2000prb.googlegroups.com; posting-host=140.247.105.238; posting-account=2cK20QoAAADjnST9XNG61hcFIwKD5YpP User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_5_8; en-US) AppleWebKit/534.13 (KHTML, like Gecko) Chrome/9.0.597.107 Safari/534.13, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:185638 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:79793 Archived-At: On Mar 5, 10:43=A0am, Matthew L Daniel wrote: > > thanks steve! =A0sounds like a good idea and I switched to compiling > > this way. =A0it seems, unfortunately, that this does not eliminate the > > crashes I see. =A0for example, > >http://groups.google.com/group/gnu.emacs.bug/browse_thread/thread/ffe... > > > 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) > =A0 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=3D$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. > > =A0 =A0I hope this helps in some small way, > =A0 =A0-- /v\atthew thanks! I actually have no problem building, as these are warning messages only. it's just that emacs (trunk version) keeps crashing a few times a day as mentioned in the bug report in the link above. cheers, E