From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: CVS main branch fails to build on OSX Date: Sun, 20 May 2007 15:21:16 +0200 Message-ID: <46504B4C.8090809@swipnet.se> References: <86y7jj64bb.fsf@blue.stonehenge.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1179667337 19218 80.91.229.12 (20 May 2007 13:22:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 20 May 2007 13:22:17 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Randal L. Schwartz" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun May 20 15:22:16 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HplMW-0005iG-3L for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 15:22:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HplMV-0001m7-Kl for ged-emacs-devel@m.gmane.org; Sun, 20 May 2007 09:22:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HplMR-0001m2-VT for emacs-devel@gnu.org; Sun, 20 May 2007 09:22:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HplMQ-0001jT-9q for emacs-devel@gnu.org; Sun, 20 May 2007 09:22:11 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HplMQ-0001jI-6c for emacs-devel@gnu.org; Sun, 20 May 2007 09:22:10 -0400 Original-Received: from av7-1-sn3.vrr.skanova.net ([81.228.9.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HplMP-0002Mu-QU for emacs-devel@gnu.org; Sun, 20 May 2007 09:22:09 -0400 Original-Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 9D87237EBE; Sun, 20 May 2007 15:21:25 +0200 (CEST) Original-Received: from smtp3-1-sn3.vrr.skanova.net (smtp3-1-sn3.vrr.skanova.net [81.228.9.101]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 8A3F137E55; Sun, 20 May 2007 15:21:25 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-1-sn3.vrr.skanova.net (Postfix) with ESMTP id ACBA237E45; Sun, 20 May 2007 15:22:07 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (Macintosh/20070326) In-Reply-To: <86y7jj64bb.fsf@blue.stonehenge.com> X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:71424 Archived-At: Randal L. Schwartz skrev: > $ make clean bootstrap install > [...] > gcc -I/sw/include -L/sw/lib -prebind -framework Carbon -framework QuickTime -Xlinker -headerpad -Xlinker 690 -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o window.o charset.o coding.o category.o ccl.o cm.o term.o xfaces.o emacs.o keyboard.o macros.o keymap.o sysdep.o buffer.o filelock.o insdel.o marker.o minibuf.o fileio.o dired.o filemode.o cmds.o casetab.o casefiddle.o indent.o search.o regex.o undo.o alloc.o data.o doc.o editfns.o callint.o eval.o floatfns.o fns.o print.o lread.o abbrev.o syntax.o unexmacosx.o bytecode.o process.o callproc.o region-cache.o sound.o atimer.o doprnt.o strftime.o intervals.o textprop.o composite.o md5.o mac.o macterm.o macfns.o macmenu.o macselect.o fontset.o fringe.o image.o terminfo.o lastfile.o LIBGPM -lncurses > i686-apple-darwin8-gcc-4.0.1: LIBGPM: No such file or directory > make[2]: *** [temacs] Error 1 > make[1]: *** [bootstrap-build] Error 2 > make: *** [bootstrap] Error 2 > > What's that "LIBPGM" doing in there? > The #ifdefs for LIBGPM where in the wrong place. Now fixed. Jan D.