[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
fail to compile Terminal from backbone: ‘NSFontManager’ undeclared
From: |
Zhang Weiwu |
Subject: |
fail to compile Terminal from backbone: ‘NSFontManager’ undeclared |
Date: |
Mon, 04 May 2009 08:06:10 +0800 |
User-agent: |
Thunderbird 2.0.0.6 (X11/20071129) |
This has been asked on discuss-gnustep before but was unanswered:
http://www.mail-archive.com/discuss-gnustep@gnu.org/msg07102.html
In my case:
Pyrrhus:~/GNUstep/Backbone# make
This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help.
Making all in Frameworks/PrefsModule...
Making build-headers for framework PrefsModule...
Making all for framework PrefsModule...
Making all in Fonts...
sh /home/zhangweiwu/GNUstep/Backbone/Fonts/makefonts
Updating System.nfont...done.
Updating System Monospace.nfont...done.
Updating System Serif.nfont...mdone.
Making all in Applications/Preferences...
Making all in Modules/Colors...
Making all for bundle Colors...
Copying localized resources into the bundle wrapper...
Making all in Modules/Defaults...
Making all for bundle Defaults...
Copying localized resources into the bundle wrapper...
Making all in Modules/Font...
Making all for bundle Font...
Copying localized resources into the bundle wrapper...
Warning: Russian.lproj/Fonts.gorm not found - ignoring
Making all in Modules/Keyboard...
Making all for bundle Keyboard...
Copying localized resources into the bundle wrapper...
Making all in Modules/Time...
akMaking all for bundle Time...
e Copying resources into the bundle wrapper...
insta Copying localized resources into the bundle wrapper...
llMaking all for app Preferences...
Copying resources into the app wrapper...
Copying localized resources into the app wrapper...
Making all in Applications/Terminal...
Making all for app Terminal...
Compiling file TerminalViewPrefs.m ...
TerminalViewPrefs.m: In function ‘-[TerminalViewDisplayPrefs _pickFont]’:
TerminalViewPrefs.m:439: error: ‘NSFontManager’ undeclared (first use in this
function)
TerminalViewPrefs.m:439: error: (Each undeclared identifier is reported only
once
TerminalViewPrefs.m:439: error: for each function it appears in.)
TerminalViewPrefs.m:439: error: ‘fm’ undeclared (first use in this function)
TerminalViewPrefs.m: In function ‘-[TerminalViewDisplayPrefs changeFont:]’:
TerminalViewPrefs.m:465: warning: no ‘-convertFont:’ method found
TerminalViewPrefs.m:465: warning: (Messages without a matching method signature
TerminalViewPrefs.m:465: warning: will be assumed to return ‘id’ and accept
TerminalViewPrefs.m:465: warning: ‘...’ as arguments.)
make[2]: *** [obj/TerminalViewPrefs.m.o] Error 1
make[1]: *** [Terminal.all.app.variables] Error 2
make: *** [internal-all] Error 2
Pyrrhus:~/GNUstep/Backbone# make install
This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help.
Making all in Frameworks/PrefsModule...
Making build-headers for framework PrefsModule...
Making all for framework PrefsModule...
Making all in Fonts...
sh /home/zhangweiwu/GNUstep/Backbone/Fonts/makefonts
Updating System.nfont...done.
Updating System Monospace.nfont...done.
Updating System Serif.nfont...done.
Making all in Applications/Preferences...
Making all in Modules/Colors...
Making all for bundle Colors...
Copying localized resources into the bundle wrapper...
Making all in Modules/Defaults...
Making all for bundle Defaults...
Copying localized resources into the bundle wrapper...
Making all in Modules/Font...
Making all for bundle Font...
Copying localized resources into the bundle wrapper...
Warning: Russian.lproj/Fonts.gorm not found - ignoring
Making all in Modules/Keyboard...
Making all for bundle Keyboard...
Copying localized resources into the bundle wrapper...
Making all in Modules/Time...
Making all for bundle Time...
Copying resources into the bundle wrapper...
Copying localized resources into the bundle wrapper...
Making all for app Preferences...
Copying resources into the app wrapper...
Copying localized resources into the app wrapper...
Making all in Applications/Terminal...
Making all for app Terminal...
Compiling file TerminalViewPrefs.m ...
TerminalViewPrefs.m: In function ‘-[TerminalViewDisplayPrefs _pickFont]’:
TerminalViewPrefs.m:439: error: ‘NSFontManager’ undeclared (first use in this
function)
TerminalViewPrefs.m:439: error: (Each undeclared identifier is reported only
once
TerminalViewPrefs.m:439: error: for each function it appears in.)
TerminalViewPrefs.m:439: error: ‘fm’ undeclared (first use in this function)
TerminalViewPrefs.m: In function ‘-[TerminalViewDisplayPrefs changeFont:]’:
TerminalViewPrefs.m:465: warning: no ‘-convertFont:’ method found
TerminalViewPrefs.m:465: warning: (Messages without a matching method signature
TerminalViewPrefs.m:465: warning: will be assumed to return ‘id’ and accept
TerminalViewPrefs.m:465: warning: ‘...’ as arguments.)
make[2]: *** [obj/TerminalViewPrefs.m.o] Error 1
make[1]: *** [Terminal.all.app.variables] Error 2
make: *** [internal-all] Error 2
Pyrrhus:~/GNUstep/Backbone#