Am 11.07.2006 um 22:24 schrieb Adrian Robert:
> OK. If you are using the patch, I just realized that I did not
> include "configure" in the patch, because I was thinking the patch
> was more for visual examination by emacs developers and the
> 'configure' diffs took up 90% of the diff. I belive "configure.in"
> WAS included however, so you should be able to fix at least this by
> a run of "autoconf" in the top-level emacs directory.
Last night I tried to follow this and copied the Unicode Emacs tree
to emacs-23.0.0_NS-9.0pre3, added the files from
emacs-23.0.0_NS-9.0pre3_patch_add.tgz, and patched from
emacs-23.0.0_NS-9.0pre3-1.patch and repertoryFix_pre3.patch.
Some patches from emacs-23.0.0_NS-9.0pre3-1.patch were rejected for
src/Makefile.in (and lisp/faces.el). Src/Makefile.in had unexpanded
macros that made patch fail. In the end when compiling I get:
nsterm.m:2026: error: too few arguments to function
‘get_phys_cursor_geometry’
(with a triangle in the fringe!). Obviously src/nsterm.m needs
another patch:
find .. -type f -name "*.[chm]" -exec grep get_phys_cursor_geometry
{} /dev/null \;
../src/dispextern.h:extern void get_phys_cursor_geometry P_ ((struct
window *, struct glyph_row *,
struct
glyph *, int *, int *, int
*));
../src/w32term.c: get_phys_cursor_geometry (w, row,
cursor_glyph, &left, &top, &h);
../src/xterm.c: get_phys_cursor_geometry (w, row,
cursor_glyph, &x, &y, &h);
../src/macterm.c: get_phys_cursor_geometry (w, row,
cursor_glyph, &x, &y, &h);
../src/xdisp.c: get_phys_cursor_geometry (w, row, glyph, xp,
yp, heightp)
>>>> ../src/nsterm.m: fy = get_phys_cursor_geometry (w, glyph_row,
phys_cursor_glyph, &h);
--
Greetings
Pete
If all else fails read the instructions.
- Donald Knuth
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Emacs-app-dev- mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-