all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* OSX breakage
@ 2011-11-28 15:36 Mario Lassnig
  2011-11-28 16:48 ` Paul Eggert
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Mario Lassnig @ 2011-11-28 15:36 UTC (permalink / raw)
  To: emacs-devel

Hi,

the recent revno 106533 broke compilation on OSX Lion for me, because 
environ is not defined in unistd.h (possibly this is the case for 
previous versions of OSX as well).


The remedy (to include at the appropriate time and place):

#include <crt_externs.h>
#define environ (*_NSGetEnviron())

Thanks,
Mario



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

end of thread, other threads:[~2011-12-01 16:12 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-28 15:36 OSX breakage Mario Lassnig
2011-11-28 16:48 ` Paul Eggert
2011-11-28 17:47 ` Eli Zaretskii
2011-11-28 19:00   ` Paul Eggert
2011-11-29  5:00     ` Chong Yidong
2011-11-29  9:27       ` Paul Eggert
2011-11-29  9:28       ` bug#9772: " Paul Eggert
2011-11-29 13:56         ` bug#9960: bug#10155: " Stefan Monnier
2011-11-29 16:58           ` Paul Eggert
2011-11-29 17:30             ` bug#9772: " Eli Zaretskii
2011-11-29 18:22               ` bug#9960: " Paul Eggert
2011-11-30  2:45                 ` bug#10155: bug#9772: " Chong Yidong
2011-11-30  4:04                   ` Eli Zaretskii
2011-11-30  8:14                     ` Chong Yidong
2011-11-30 11:15                       ` bug#10155: " Mario Lassnig
2011-12-01 16:12                         ` Paul Eggert
2011-11-30 17:48                       ` bug#10155: " Jan Djärv
2011-11-29 16:39         ` bug#9772: " Eli Zaretskii
2011-11-30  2:27           ` Chong Yidong
2011-11-28 19:29   ` Randal L. Schwartz
2011-11-29 11:45 ` Ashish SHUKLA
2011-11-30 12:08   ` Carsten Mattner
2011-11-30 15:00   ` Ashish SHUKLA

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.