all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: merlyn@stonehenge.com (Randal L. Schwartz)
To: 12520@debbugs.gnu.org
Subject: bug#12520: current HEAD is broken on OSX Lion (atimer.c)
Date: Wed, 26 Sep 2012 07:33:56 -0700	[thread overview]
Message-ID: <86sja46egb.fsf@red.stonehenge.com> (raw)


Won't build:

gcc -std=gnu99 -c  -Demacs  -I. -I/Users/merlyn/MIRROR/emacs-GIT/src
-I../lib -I/Users/merlyn/MIRROR/emacs-GIT/src/../lib               -MMD
-MF deps/atimer.d -MP     -g3 -O2 atimer.c
atimer.c:46: error: expected '=', ',', ';', 'asm' or '__attribute__'
before 'alarm_timer'
atimer.c: In function 'set_alarm':
atimer.c:302: error: storage size of 'ispec' isn't known
atimer.c:305: warning: implicit declaration of function 'timer_settime'
atimer.c:305: error: 'alarm_timer' undeclared (first use in this
function)
atimer.c:305: error: (Each undeclared identifier is reported only once
atimer.c:305: error: for each function it appears in.)
atimer.c: In function 'init_atimer':
atimer.c:423: error: 'alarm_timer' undeclared (first use in this
function)
atimer.c:424: warning: implicit declaration of function 'timer_create'
atimer.c:424: error: 'CLOCK_REALTIME' undeclared (first use in this
function)
make[1]: *** [atimer.o] Error 1
make: *** [src] Error 2

Latest commit:

commit ce6242525b04b4dfb6dac7a636c5866632dad694
Author: Glenn Morris <rgm@gnu.org>
Date:   Wed Sep 26 00:07:32 2012 -0700

    Fix bug ref

diff --git a/src/ChangeLog b/src/ChangeLog
index b4a8fe1..23f56db 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -359,7 +359,7 @@
 2012-09-23  Jan Dj<C3><A4>rv  <jan.h.d@swipnet.se>
 
        * nsterm.m (ns_dumpglyphs_image): dr is a new rect to draw image
          into,
-       background rect may be larger (Bug#12445).
+       background rect may be larger (Bug#12245).
 
 2012-09-23  Chong Yidong  <cyd@gnu.org>

Sorry, didn't have time to bisect yet.
 
-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Smalltalk/Perl/Unix consulting, Technical writing, Comedy, etc. etc.
See http://methodsandmessages.posterous.com/ for Smalltalk discussion





             reply	other threads:[~2012-09-26 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-26 14:33 Randal L. Schwartz [this message]
2012-09-30  9:10 ` bug#12520: current HEAD is broken on OSX Lion (atimer.c) 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

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

  git send-email \
    --in-reply-to=86sja46egb.fsf@red.stonehenge.com \
    --to=merlyn@stonehenge.com \
    --cc=12520@debbugs.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.