* Emacs and GNUstep again
@ 2011-08-22 19:27 Germán Arias
2011-08-23 2:47 ` Ken Raeburn
0 siblings, 1 reply; 4+ messages in thread
From: Germán Arias @ 2011-08-22 19:27 UTC (permalink / raw)
To: Emacs
A couple of days ago, I compiled emacs with gnustep successfully. But
after update yesterday, I get errors again. So I suppose the problem is
in the changes in lisp files instead in my local changes. So I
reconfigure emacs with:
./configure --with-ns --enable-use-lisp-union-type
With this the compilation failed in:
nsfont.m: In function 'ns_otf_to_script':
nsfont.m:306:43: error: 'SYMBOL_NAME' undeclared (first use in this
function)
nsfont.m:306:43: note: each undeclared identifier is reported only once
for each function it appears in
nsfont.m:306:36: error: expected ')' before 'LISP_MAKE_RVALUE'
nsfont.m:306:36: error: expected ')' before 'LISP_MAKE_RVALUE'
make[1]: *** [nsfont.o] Error 1
make[1]: Leaving directory `/home/german/Instalados/emacs/src'
make: *** [src] Error 2
As I can see SYMBOL_NAME is defined in lisp.h and this file is included
in nsfont.m. So how I should interpret this error? Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Emacs and GNUstep again
2011-08-22 19:27 Emacs and GNUstep again Germán Arias
@ 2011-08-23 2:47 ` Ken Raeburn
2011-08-23 14:41 ` Chong Yidong
0 siblings, 1 reply; 4+ messages in thread
From: Ken Raeburn @ 2011-08-23 2:47 UTC (permalink / raw)
To: emacs-devel
On Aug 22, 2011, at 15:27, Germán Arias wrote:
> nsfont.m: In function 'ns_otf_to_script':
> nsfont.m:306:43: error: 'SYMBOL_NAME' undeclared (first use in this
> function)
SYMBOL_NAME isn't followed by parens around an expression. I think:
SYMBOL_NAME XCDR ((script))
was supposed to be:
SYMBOL_NAME (XCDR (script))
but I haven't got a Mac build tree set up at the moment to test it out before committing (nor do I know what that function is supposed to be doing)....
Ken
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Emacs and GNUstep again
2011-08-23 2:47 ` Ken Raeburn
@ 2011-08-23 14:41 ` Chong Yidong
2011-08-23 18:18 ` Germán Arias
0 siblings, 1 reply; 4+ messages in thread
From: Chong Yidong @ 2011-08-23 14:41 UTC (permalink / raw)
To: Ken Raeburn; +Cc: emacs-devel
Ken Raeburn <raeburn@raeburn.org> writes:
> SYMBOL_NAME isn't followed by parens around an expression. I think:
>
> SYMBOL_NAME XCDR ((script))
>
> was supposed to be:
>
> SYMBOL_NAME (XCDR (script))
>
> but I haven't got a Mac build tree set up at the moment to test it out
> before committing (nor do I know what that function is supposed to be
> doing)....
Yes, it's clearly a typo. I've changed it in the repository.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Emacs and GNUstep again
2011-08-23 14:41 ` Chong Yidong
@ 2011-08-23 18:18 ` Germán Arias
0 siblings, 0 replies; 4+ messages in thread
From: Germán Arias @ 2011-08-23 18:18 UTC (permalink / raw)
To: Chong Yidong; +Cc: Ken Raeburn, emacs-devel
On mar, 2011-08-23 at 10:41 -0400, Chong Yidong wrote:
> Ken Raeburn <raeburn@raeburn.org> writes:
>
> > SYMBOL_NAME isn't followed by parens around an expression. I think:
> >
> > SYMBOL_NAME XCDR ((script))
> >
> > was supposed to be:
> >
> > SYMBOL_NAME (XCDR (script))
> >
> > but I haven't got a Mac build tree set up at the moment to test it out
> > before committing (nor do I know what that function is supposed to be
> > doing)....
>
> Yes, it's clearly a typo. I've changed it in the repository.
>
This solve the problem. Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-08-23 18:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-22 19:27 Emacs and GNUstep again Germán Arias
2011-08-23 2:47 ` Ken Raeburn
2011-08-23 14:41 ` Chong Yidong
2011-08-23 18:18 ` Germán Arias
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.