unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3917: 23.0.91; Building the latest Emacs on Mac OS 10.3
@ 2009-07-24 10:42 ` Alex Schröder
  2009-09-18 22:05   ` bug#3917: marked as done (23.0.91; Building the latest Emacs on Mac OS 10.3) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Alex Schröder @ 2009-07-24 10:42 UTC (permalink / raw)
  To: emacs-pretest-bug

[-- Attachment #1: Type: text/plain, Size: 4668 bytes --]

I've been using an Emacs built in March for a while now. When I checked out
the latest Emacs from CVS and tried to build it, it failed. I've included
the output of the build process that seems to be the cause of the problem.

In GNU Emacs 23.0.91.1 (powerpc-apple-darwin7.9.0, NS apple-appkit-743.43)
 of 2009-03-13 on Alpinobombus.local
Windowing system distributor `Apple', version 10.3.743
configured using `configure  '--with-ns''

nsimage.m: In function `-[EmacsImage getPixelAtX:Y:]':
nsimage.m:433: warning: `NSBitmapImageRep' may not respond to `-colorAtX:y:'
nsimage.m:433: warning: cannot find method `-colorAtX:y:'; return type `id'
assumed
nsimage.m: In function `-[EmacsImage
setPixelAtX:Y:toRed:green:blue:alpha:]':
nsimage.m:464: warning: `NSBitmapImageRep' may not respond to
`-setColor:atX:y:'
nsimage.m:464: warning: cannot find method `-setColor:atX:y:'; return type
`id' assumed
nsimage.m: In function `-[EmacsImage setAlphaAtX:Y:to:]':
nsimage.m:481: warning: `NSBitmapImageRep' may not respond to `-colorAtX:y:'
nsimage.m:481: warning: cannot find method `-colorAtX:y:'; return type `id'
assumed
nsimage.m:483: warning: `NSBitmapImageRep' may not respond to
`-setColor:atX:y:'
nsimage.m:483: warning: cannot find method `-setColor:atX:y:'; return type
`id' assumed
gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/alex/Source/emacs/src
-Dtemacs    -g -O2   nsfont.m
nsfont.m: In function `ns_attribute_fvalue':
nsfont.m:121: error: `NSFontTraitsAttribute' undeclared (first use in this
function)
nsfont.m:121: error: (Each undeclared identifier is reported only once
nsfont.m:121: error: for each function it appears in.)
nsfont.m:121: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m: In function `ns_spec_to_descriptor':
nsfont.m:143: error: `NSFontWeightTrait' undeclared (first use in this
function)
nsfont.m:147: error: `NSFontSlantTrait' undeclared (first use in this
function)
nsfont.m:151: error: `NSFontWidthTrait' undeclared (first use in this
function)
nsfont.m:153: error: `NSFontTraitsAttribute' undeclared (first use in this
function)
nsfont.m:157: warning: `NSFontDescriptor' may not respond to
`-fontDescriptorWithFamily:'
nsfont.m:157: warning: cannot find method `-fontDescriptorWithFamily:';
return type `id' assumed
nsfont.m: In function `ns_descriptor_to_entity':
nsfont.m:168: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m:170: warning: `NSFontDescriptor' may not respond to
`-symbolicTraits'
nsfont.m:170: warning: cannot find method `-symbolicTraits'; return type
`id' assumed
nsfont.m:170: warning: initialization makes integer from pointer without a
cast
nsfont.m:181: error: `NSFontBoldTrait' undeclared (first use in this
function)
nsfont.m:186: error: `NSFontItalicTrait' undeclared (first use in this
function)
nsfont.m:192: error: `NSFontCondensedTrait' undeclared (first use in this
function)
nsfont.m:192: error: `NSFontExpandedTrait' undeclared (first use in this
function)
nsfont.m:201: warning: `NSFontDescriptor' may not respond to
`-symbolicTraits'
nsfont.m:201: warning: cannot find method `-symbolicTraits'; return type
`id' assumed
nsfont.m:201: error: `NSFontMonoSpaceTrait' undeclared (first use in this
function)
nsfont.m: In function `ns_findfonts':
nsfont.m:476: warning: `NSFontDescriptor' may not respond to
`-matchingFontDescriptorsWithMandatoryKeys:'
nsfont.m:476: warning: cannot find method
`-matchingFontDescriptorsWithMandatoryKeys:'; return type `id' assumed
nsfont.m:484: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m:489: error: `NSFontSlantTrait' undeclared (first use in this
function)
nsfont.m:494: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m:498: error: `NSFontItalicTrait' undeclared (first use in this
function)
nsfont.m:498: warning: cannot find method
`-fontDescriptorWithSymbolicTraits:'; return type `id' assumed
nsfont.m:499: warning: cannot find method `-fontDescriptorWithFamily:';
return type `id' assumed
nsfont.m: In function `nsfont_open':
nsfont.m:667: error: `NSFontWeightTrait' undeclared (first use in this
function)
nsfont.m:669: error: `NSFontSlantTrait' undeclared (first use in this
function)
nsfont.m: In function `ns_uni_to_glyphs':
nsfont.m:1274: warning: multiple declarations for method `initWithCapacity:'
/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:108:
warning: using `-(id)initWithCapacity:(unsigned)numItems'
nsterm.h:315: warning: also found `-initWithCapacity:(unsigned long)c'
make[1]: *** [nsfont.o] Error 1
make[1]: Leaving directory `/Users/alex/Source/emacs/src'
make: *** [src] Error 2
Alpinobombus:~/Source/emacs alex$

[-- Attachment #2: Type: text/html, Size: 5248 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#3917: marked as done (23.0.91; Building the latest Emacs on Mac OS 10.3)
  2009-07-24 10:42 ` bug#3917: 23.0.91; Building the latest Emacs on Mac OS 10.3 Alex Schröder
@ 2009-09-18 22:05   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-09-18 22:05 UTC (permalink / raw)
  To: Adrian Robert

[-- Attachment #1: Type: text/plain, Size: 902 bytes --]

Your message dated Fri, 18 Sep 2009 18:01:15 -0400
with message-id <21143172-3698-4D0D-8B18-958FF655EE81@gmail.com>
and subject line Re: 23.0.91; Building the latest Emacs on Mac OS 10.3
has caused the Emacs bug report #3917,
regarding 23.0.91; Building the latest Emacs on Mac OS 10.3
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
3917: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3917
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 13398 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 4668 bytes --]

I've been using an Emacs built in March for a while now. When I checked out
the latest Emacs from CVS and tried to build it, it failed. I've included
the output of the build process that seems to be the cause of the problem.

In GNU Emacs 23.0.91.1 (powerpc-apple-darwin7.9.0, NS apple-appkit-743.43)
 of 2009-03-13 on Alpinobombus.local
Windowing system distributor `Apple', version 10.3.743
configured using `configure  '--with-ns''

nsimage.m: In function `-[EmacsImage getPixelAtX:Y:]':
nsimage.m:433: warning: `NSBitmapImageRep' may not respond to `-colorAtX:y:'
nsimage.m:433: warning: cannot find method `-colorAtX:y:'; return type `id'
assumed
nsimage.m: In function `-[EmacsImage
setPixelAtX:Y:toRed:green:blue:alpha:]':
nsimage.m:464: warning: `NSBitmapImageRep' may not respond to
`-setColor:atX:y:'
nsimage.m:464: warning: cannot find method `-setColor:atX:y:'; return type
`id' assumed
nsimage.m: In function `-[EmacsImage setAlphaAtX:Y:to:]':
nsimage.m:481: warning: `NSBitmapImageRep' may not respond to `-colorAtX:y:'
nsimage.m:481: warning: cannot find method `-colorAtX:y:'; return type `id'
assumed
nsimage.m:483: warning: `NSBitmapImageRep' may not respond to
`-setColor:atX:y:'
nsimage.m:483: warning: cannot find method `-setColor:atX:y:'; return type
`id' assumed
gcc -c  -Demacs -DHAVE_CONFIG_H  -I. -I/Users/alex/Source/emacs/src
-Dtemacs    -g -O2   nsfont.m
nsfont.m: In function `ns_attribute_fvalue':
nsfont.m:121: error: `NSFontTraitsAttribute' undeclared (first use in this
function)
nsfont.m:121: error: (Each undeclared identifier is reported only once
nsfont.m:121: error: for each function it appears in.)
nsfont.m:121: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m: In function `ns_spec_to_descriptor':
nsfont.m:143: error: `NSFontWeightTrait' undeclared (first use in this
function)
nsfont.m:147: error: `NSFontSlantTrait' undeclared (first use in this
function)
nsfont.m:151: error: `NSFontWidthTrait' undeclared (first use in this
function)
nsfont.m:153: error: `NSFontTraitsAttribute' undeclared (first use in this
function)
nsfont.m:157: warning: `NSFontDescriptor' may not respond to
`-fontDescriptorWithFamily:'
nsfont.m:157: warning: cannot find method `-fontDescriptorWithFamily:';
return type `id' assumed
nsfont.m: In function `ns_descriptor_to_entity':
nsfont.m:168: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m:170: warning: `NSFontDescriptor' may not respond to
`-symbolicTraits'
nsfont.m:170: warning: cannot find method `-symbolicTraits'; return type
`id' assumed
nsfont.m:170: warning: initialization makes integer from pointer without a
cast
nsfont.m:181: error: `NSFontBoldTrait' undeclared (first use in this
function)
nsfont.m:186: error: `NSFontItalicTrait' undeclared (first use in this
function)
nsfont.m:192: error: `NSFontCondensedTrait' undeclared (first use in this
function)
nsfont.m:192: error: `NSFontExpandedTrait' undeclared (first use in this
function)
nsfont.m:201: warning: `NSFontDescriptor' may not respond to
`-symbolicTraits'
nsfont.m:201: warning: cannot find method `-symbolicTraits'; return type
`id' assumed
nsfont.m:201: error: `NSFontMonoSpaceTrait' undeclared (first use in this
function)
nsfont.m: In function `ns_findfonts':
nsfont.m:476: warning: `NSFontDescriptor' may not respond to
`-matchingFontDescriptorsWithMandatoryKeys:'
nsfont.m:476: warning: cannot find method
`-matchingFontDescriptorsWithMandatoryKeys:'; return type `id' assumed
nsfont.m:484: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m:489: error: `NSFontSlantTrait' undeclared (first use in this
function)
nsfont.m:494: warning: `NSFontDescriptor' may not respond to
`-objectForKey:'
nsfont.m:498: error: `NSFontItalicTrait' undeclared (first use in this
function)
nsfont.m:498: warning: cannot find method
`-fontDescriptorWithSymbolicTraits:'; return type `id' assumed
nsfont.m:499: warning: cannot find method `-fontDescriptorWithFamily:';
return type `id' assumed
nsfont.m: In function `nsfont_open':
nsfont.m:667: error: `NSFontWeightTrait' undeclared (first use in this
function)
nsfont.m:669: error: `NSFontSlantTrait' undeclared (first use in this
function)
nsfont.m: In function `ns_uni_to_glyphs':
nsfont.m:1274: warning: multiple declarations for method `initWithCapacity:'
/System/Library/Frameworks/Foundation.framework/Headers/NSArray.h:108:
warning: using `-(id)initWithCapacity:(unsigned)numItems'
nsterm.h:315: warning: also found `-initWithCapacity:(unsigned long)c'
make[1]: *** [nsfont.o] Error 1
make[1]: Leaving directory `/Users/alex/Source/emacs/src'
make: *** [src] Error 2
Alpinobombus:~/Source/emacs alex$

[-- Attachment #2.1.2: Type: text/html, Size: 5248 bytes --]

[-- Attachment #3: Type: message/rfc822, Size: 2627 bytes --]

From: Adrian Robert <adrian.b.robert@gmail.com>
To: 3917-done@emacsbugs.donarmstrong.com
Subject: Re: 23.0.91; Building the latest Emacs on Mac OS 10.3
Date: Fri, 18 Sep 2009 18:01:15 -0400
Message-ID: <21143172-3698-4D0D-8B18-958FF655EE81@gmail.com>

Closing, the NS port will no longer support 10.3 unless someone steps  
up to write the alternative code.  I've updated the README to reflect  
this.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-09-18 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <21143172-3698-4D0D-8B18-958FF655EE81@gmail.com>
2009-07-24 10:42 ` bug#3917: 23.0.91; Building the latest Emacs on Mac OS 10.3 Alex Schröder
2009-09-18 22:05   ` bug#3917: marked as done (23.0.91; Building the latest Emacs on Mac OS 10.3) Emacs bug Tracking System

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).