unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Sun Yijiang <sunyijiang@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: ANN: Emacs.app 9.0-pre1
Date: Mon, 7 Nov 2005 16:17:09 +0800	[thread overview]
Message-ID: <5065e2900511070017l7fd6bcbt@mail.gmail.com> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 6242 bytes --]

I have GNUStep installed on my GNU/Linux, but got this error message:
# make
gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. -I/home/sun/sandbox/emacs-
23.0.0_NS-9.0pre1/src -D_BSD_SOURCE -g -O2 nsterm.m
nsterm.m: In function `ns_init_paths':
nsterm.m:292: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:292: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:298: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:301: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:311: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:311: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:311: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:313: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:332: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:332: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:334: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:349: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:364: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `ns_update_end':
nsterm.m:616: warning: `NSView' may not respond to `-unlockFocusNeedsFlush:'
nsterm.m:616: warning: (Messages without a matching method signature
nsterm.m:616: warning: will be assumed to return `id' and accept
nsterm.m:616: warning: `...' as arguments.)
nsterm.m: In function `ns_get_color':
nsterm.m:1129: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:1246: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:1248: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:1250: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:1252: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:1254: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:1272: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `ns_term_init':
nsterm.m:3046: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:3048: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:3051: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:3058: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:3082: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `-[EmacsView menuDown:]':
nsterm.m:4200: warning: multiple methods named `-representedObject' found
/usr/GNUstep/System/Library/Headers/AppKit/NSCell.h:351: warning: using
`-(id)representedObject'
/usr/GNUstep/System/Library/Headers/AppKit/NSRulerMarker.h:76: warning: also
found `-(id <NSCopying>)representedObject'
nsterm.m:4202: warning: multiple methods named `-representedObject' found
/usr/GNUstep/System/Library/Headers/AppKit/NSCell.h:351: warning: using
`-(id)representedObject'
/usr/GNUstep/System/Library/Headers/AppKit/NSRulerMarker.h:76: warning: also
found `-(id <NSCopying>)representedObject'
nsterm.m: In function `-[EmacsPrefsController init]':
nsterm.m:4781: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `ns_dumpglyphs':
nsterm.m:5001: warning: comparison between pointer and integer
nsterm.m:5087: warning: comparison between pointer and integer
nsterm.m:5093: warning: comparison between pointer and integer
nsterm.m: In function `removeSynthItal':
nsterm.m:5340: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `ns_load_font':
nsterm.m:5372: warning: assignment discards qualifiers from pointer target
type
nsterm.m:5423: warning: assignment discards qualifiers from pointer target
type
nsterm.m:5448: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:5582: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:5583: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `ns_list_fonts':
nsterm.m:5679: warning: assignment discards qualifiers from pointer target
type
nsterm.m:5688: warning: assignment makes pointer from integer without a cast
nsterm.m:5699: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:5702: warning: assignment discards qualifiers from pointer target
type
nsterm.m:5717: warning: assignment discards qualifiers from pointer target
type
nsterm.m:5724: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:5725: warning: assignment discards qualifiers from pointer target
type
nsterm.m:5732: warning: assignment discards qualifiers from pointer target
type
nsterm.m: In function `ns_font_to_xlfd':
nsterm.m:5794: warning: initialization discards qualifiers from pointer
target type
nsterm.m:5800: error: cannot find interface declaration for
`NXConstantString'
nsterm.m:5813: error: cannot find interface declaration for
`NXConstantString'
nsterm.m: In function `ns_fontname_to_xlfd':
nsterm.m:5847: error: cannot find interface declaration for
`NXConstantString'
make: *** [nsterm.o] Error 1

I add "#include <Foundation/Foundation.h>" to the head of nsterm.m, but got
same error messages.
This is what configure outputs:
What operating system and machine description files should Emacs use?
`s/gnu-linux.h' and `m/intel386.h'
What compiler should emacs be built with? gcc -g -O2
Should Emacs use the GNU version of malloc? yes
(Using Doug Lea's new malloc from the GNU C Library.)
Should Emacs use a relocating allocator for buffers? yes
Should Emacs use mmap(2) for buffer allocation? no
What window system should Emacs use? nextstep
What toolkit should Emacs use? none
Where do we find X Windows header files? NONE
Where do we find X Windows libraries? NONE
Does Emacs use -lXaw3d? no
Does Emacs use -lXpm? no
Does Emacs use -ljpeg? no
Does Emacs use -ltiff? no
Does Emacs use -lungif? no
Does Emacs use -lpng? no
Does Emacs use X toolkit scroll bars? yes

[-- Attachment #1.2: Type: text/html, Size: 8817 bytes --]

[-- Attachment #2: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

             reply	other threads:[~2005-11-07  8:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07  8:17 Sun Yijiang [this message]
2005-11-07 13:02 ` ANN: Emacs.app 9.0-pre1 Adrian Robert
2005-11-08  2:52   ` Sun Yijiang
2005-11-08  3:53     ` Adrian Robert
2005-11-08  6:54       ` Sun Yijiang
2005-11-08 12:05         ` Adrian Robert
2005-11-08 16:05           ` Sun Yijiang
2005-11-08 16:57             ` Fabien VALLON
  -- strict thread matches above, loose matches on Subject: below --
2005-11-05 20:51 Adrian Robert
2005-11-06 22:47 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5065e2900511070017l7fd6bcbt@mail.gmail.com \
    --to=sunyijiang@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).