unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sven Joachim <svenjoac@gmx.de>
To: Paul Eggert <eggert@cs.ucla.edu>
Cc: Susan Cragin <susancragin@earthlink.net>,
	EMACS development team <emacs-devel@gnu.org>
Subject: Re: Failure to compile this morning
Date: Thu, 12 Jul 2012 09:27:39 +0200	[thread overview]
Message-ID: <87bojlmob8.fsf@turtle.gmx.de> (raw)
In-Reply-To: <4FFE0374.6080501@cs.ucla.edu> (Paul Eggert's message of "Wed, 11 Jul 2012 15:51:32 -0700")

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



  parent reply	other threads:[~2012-07-12  7:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-11 11:33 Failure to compile this morning Susan Cragin
2012-07-11 22:51 ` Paul Eggert
2012-07-12  0:13   ` Glenn Morris
2012-07-12  7:27   ` Sven Joachim [this message]
2012-07-12 15:22     ` Paul Eggert

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87bojlmob8.fsf@turtle.gmx.de \
    --to=svenjoac@gmx.de \
    --cc=eggert@cs.ucla.edu \
    --cc=emacs-devel@gnu.org \
    --cc=susancragin@earthlink.net \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).