[OS X TeX] emacs CVS version for OS X built (dmg)
Johan Glimming
glimming at kth.se
Thu Apr 28 04:41:38 EDT 2005
Hi
I applied a patch due to Yamamoto Mitsuharu below. Next, I applied
the transparency patch 2.0 (it was first rejected, so I had to do it
manually, not a big deal). Next, I used a particular ./configure via
a small "build" script. I also got advise from Steven Tamm on how to
build this.
The source is now on-line here:
http://www.nada.kth.se/~glimming/emacs-OSX-10.4-CVS-2005-04-27.tar.gz
Best,
Johan
---
Index: src/mac.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/mac.c,v
retrieving revision 1.34
diff -c -r1.34 mac.c
*** src/mac.c 24 Apr 2005 06:05:39 -0000 1.34
--- src/mac.c 26 Apr 2005 02:28:15 -0000
***************
*** 28,35 ****
#include "lisp.h"
#include "process.h"
- #include "sysselect.h"
#include "systime.h"
#include "blockinput.h"
#include "macterm.h"
--- 28,35 ----
#include "lisp.h"
#include "process.h"
#include "systime.h"
+ #include "sysselect.h"
#include "blockinput.h"
#include "macterm.h"
Index: src/macgui.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/macgui.h,v
retrieving revision 1.17
diff -c -r1.17 macgui.h
*** src/macgui.h 19 Apr 2005 12:03:38 -0000 1.17
--- src/macgui.h 26 Apr 2005 02:28:15 -0000
***************
*** 32,38 ****
--- 32,40 ----
#ifdef HAVE_CARBON
#undef Z
#ifdef MAC_OSX
+ #if ! HAVE_MKTIME || BROKEN_MKTIME
#undef mktime
+ #endif
#undef DEBUG
#undef free
#undef malloc
***************
*** 43,50 ****
--- 45,54 ----
#undef min
#undef init_process
#include <Carbon/Carbon.h>
+ #if ! HAVE_MKTIME || BROKEN_MKTIME
#undef mktime
#define mktime emacs_mktime
+ #endif
#undef free
#define free unexec_free
#undef malloc
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the MacOSX-TeX
mailing list