all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Build has been broken on OSX for a few days
@ 2010-06-29  2:24 Randal L. Schwartz
  2010-06-29  9:53 ` Jan Djärv
  0 siblings, 1 reply; 4+ messages in thread
From: Randal L. Schwartz @ 2010-06-29  2:24 UTC (permalink / raw)
  To: emacs-devel


This commit broke the build:

    commit 91bc145dd14fdd2e492c45741a655da7ee43178e
    Author: Chong Yidong <cyd@stupidchicken.com>
    Date:   Sat Jun 26 20:30:52 2010 -0400

        Change default-frame-alist and menu/tool-bar-mode interaction
        (Bug#2249).
        Don't add entries for `menu-bar-lines' and `tool-bar-lines' to
        `default-frame-alist' and `initial-frame-alist' at startup.
        Instead, use X resources to update the `menu-bar-mode' and
        `tool-bar-mode' variables at startup, and use them as defaults
        during
        frame creation.
    ....

with the collapse ending in:

    nsfns.m: In function 'Fx_display_color_cells':
    nsfns.m:2385: warning: ISO C90 forbids mixed declarations and code
    make[2]: *** [nsfns.o] Error 1
    make[1]: *** [src] Error 2
    make: *** [bootstrap] Error 2

-- 
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.vox.com/ for Smalltalk and Seaside discussion




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build has been broken on OSX for a few days
  2010-06-29  2:24 Build has been broken on OSX for a few days Randal L. Schwartz
@ 2010-06-29  9:53 ` Jan Djärv
  2010-06-29 11:59   ` Randal L. Schwartz
  0 siblings, 1 reply; 4+ messages in thread
From: Jan Djärv @ 2010-06-29  9:53 UTC (permalink / raw)
  To: Randal L. Schwartz; +Cc: emacs-devel

I fixed a couple of errors in that file, including the one below.

BTW, what version of gcc/OSX/gcc options are you using? I don't get that 
particular error, but others.

	Jan D.

Randal L. Schwartz skrev 2010-06-29 04.24:
>
> This commit broke the build:
>
>      commit 91bc145dd14fdd2e492c45741a655da7ee43178e
>      Author: Chong Yidong<cyd@stupidchicken.com>
>      Date:   Sat Jun 26 20:30:52 2010 -0400
>
>          Change default-frame-alist and menu/tool-bar-mode interaction
>          (Bug#2249).
>          Don't add entries for `menu-bar-lines' and `tool-bar-lines' to
>          `default-frame-alist' and `initial-frame-alist' at startup.
>          Instead, use X resources to update the `menu-bar-mode' and
>          `tool-bar-mode' variables at startup, and use them as defaults
>          during
>          frame creation.
>      ....
>
> with the collapse ending in:
>
>      nsfns.m: In function 'Fx_display_color_cells':
>      nsfns.m:2385: warning: ISO C90 forbids mixed declarations and code
>      make[2]: *** [nsfns.o] Error 1
>      make[1]: *** [src] Error 2
>      make: *** [bootstrap] Error 2
>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build has been broken on OSX for a few days
  2010-06-29  9:53 ` Jan Djärv
@ 2010-06-29 11:59   ` Randal L. Schwartz
  2010-07-01  6:26     ` Randal L. Schwartz
  0 siblings, 1 reply; 4+ messages in thread
From: Randal L. Schwartz @ 2010-06-29 11:59 UTC (permalink / raw)
  To: Jan Djärv; +Cc: emacs-devel

>>>>> "Jan" == Jan Djärv <jan.h.d@swipnet.se> writes:

Jan> I fixed a couple of errors in that file, including the one below.
Jan> BTW, what version of gcc/OSX/gcc options are you using? I don't get that
Jan> particular error, but others.

I'm still on Leopard:

  i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)

Snow Leopard tomorrow (which will be its own nightmare), because I'm
moving from a weak late-2007 MBP to a 2010 maxxed-out model.
-- 
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.vox.com/ for Smalltalk and Seaside discussion



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Build has been broken on OSX for a few days
  2010-06-29 11:59   ` Randal L. Schwartz
@ 2010-07-01  6:26     ` Randal L. Schwartz
  0 siblings, 0 replies; 4+ messages in thread
From: Randal L. Schwartz @ 2010-07-01  6:26 UTC (permalink / raw)
  To: emacs-devel

>>>>> "Randal" == Randal L Schwartz <merlyn@stonehenge.com> writes:

Randal> I'm still on Leopard:

Randal>   i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)

Randal> Snow Leopard tomorrow (which will be its own nightmare), because I'm
Randal> moving from a weak late-2007 MBP to a 2010 maxxed-out model.

And after upgrading to snow leopard, and getting the latest HEAD,
all is well again.

-- 
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.vox.com/ for Smalltalk and Seaside discussion




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-07-01  6:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29  2:24 Build has been broken on OSX for a few days Randal L. Schwartz
2010-06-29  9:53 ` Jan Djärv
2010-06-29 11:59   ` Randal L. Schwartz
2010-07-01  6:26     ` Randal L. Schwartz

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.