On 15 Jul 2008, at 21:09, Glenn Morris wrote:
David Reitter wrote:I'm not sure where is error comes from. cc'ing emacs-devel.I think easymenu, easy-mmode, ns-win need to be added to SOME_MACHINE_LISP in src/Makefile.in.
well, that fixed it. thanks!
Checking the change below in (soon, since it's based on your advice).
- David
*** Makefile.in 15 Jul 2008 14:35:28 -0400 1.410
--- Makefile.in 16 Jul 2008 01:17:08 -0400
***************
*** 897,903 ****
../lisp/international/codepage.elc \
../lisp/international/fontset.elc \
../lisp/mouse.elc \
! ../lisp/term/x-win.elc
/* Construct full set of libraries to be linked.
Note that SunOS needs -lm to come before -lc; otherwise, you get
--- 897,907 ----
../lisp/international/codepage.elc \
../lisp/international/fontset.elc \
../lisp/mouse.elc \
! ../lisp/term/x-win.elc \
! ../lisp/term/ns-win.elc \
! ../lisp/emacs-lisp/easy-mmode.elc \
! ../lisp/ns-carbon-compat.elc \
! ../lisp/emacs-lisp/easy-menu.elc
/* Construct full set of libraries to be linked.
Note that SunOS needs -lm to come before -lc; otherwise, you get
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Emacs-app-dev- mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-
