From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sven Joachim Newsgroups: gmane.emacs.devel Subject: Re: Failure to compile this morning Date: Thu, 12 Jul 2012 09:27:39 +0200 Message-ID: <87bojlmob8.fsf@turtle.gmx.de> References: <16093923.1342006437865.JavaMail.root@elwamui-cypress.atl.sa.earthlink.net> <4FFE0374.6080501@cs.ucla.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1342078078 21928 80.91.229.3 (12 Jul 2012 07:27:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Jul 2012 07:27:58 +0000 (UTC) Cc: Susan Cragin , EMACS development team To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jul 12 09:27:55 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SpDoW-0006t5-Og for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2012 09:27:53 +0200 Original-Received: from localhost ([::1]:37806 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpDoV-0007Wy-GO for ged-emacs-devel@m.gmane.org; Thu, 12 Jul 2012 03:27:51 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:58385) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SpDoO-0007Wb-Fw for emacs-devel@gnu.org; Thu, 12 Jul 2012 03:27:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SpDoN-0004eX-I3 for emacs-devel@gnu.org; Thu, 12 Jul 2012 03:27:44 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:51269) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SpDoN-0004eH-65 for emacs-devel@gnu.org; Thu, 12 Jul 2012 03:27:43 -0400 Original-Received: (qmail invoked by alias); 12 Jul 2012 07:27:40 -0000 Original-Received: from p4FC7624C.dip.t-dialin.net (EHLO turtle.gmx.de) [79.199.98.76] by mail.gmx.net (mp016) with SMTP; 12 Jul 2012 09:27:40 +0200 X-Authenticated: #28250155 X-Provags-ID: V01U2FsdGVkX18NuskMO3AN2i3Cfkquz2U+kkGwgblru21HPihYfh Gf9MAwDmZXhTaN Original-Received: by turtle.gmx.de (Postfix, from userid 1000) id C28883F48E; Thu, 12 Jul 2012 09:27:39 +0200 (CEST) In-Reply-To: <4FFE0374.6080501@cs.ucla.edu> (Paul Eggert's message of "Wed, 11 Jul 2012 15:51:32 -0700") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151549 Archived-At: On 2012-07-12 00:51 +0200, Paul Eggert wrote: > Sorry about that -- I introduced some code that didn't > port to Solaris and similar hosts. Should be fixed in > trunk bzr 109035. It isn't: .../lib-src/movemail.c:149:6: error: operator '||' has no left operand Suggested fix: --8<---------------cut here---------------start------------->8--- === modified file 'lib-src/movemail.c' --- lib-src/movemail.c 2012-07-11 22:44:07 +0000 +++ lib-src/movemail.c 2012-07-12 06:51:17 +0000 @@ -145,7 +145,7 @@ static int mbx_delimit_begin (FILE *mbf) static int mbx_delimit_end (FILE *mbf); #endif -#if (MAIL_USE_MAILLOCK \ +#if (defined MAIL_USE_MAILLOCK \ || (!defined DISABLE_DIRECT_ACCESS && !defined MAIL_USE_MMDF \ && !defined MAIL_USE_SYSTEM_LOCK)) /* Like malloc but get fatal error if memory is exhausted. */ --8<---------------cut here---------------end--------------->8--- Cheers, Sven