discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)


From: Bryan Pierce
Subject: Re: GNUstep.gui on OS X 10.3.9, make fails (Gorm fails)
Date: Mon, 13 Jul 2009 05:10:08 -0700
User-agent: Thunderbird 2.0.0.22 (Macintosh/20090605)

Oops...
here's the attachments I meant to include in my last post

Bryan


_______________________________________________
Discuss-gnustep mailing list
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep


My-Computer:/src/ProjectCenter-0.5.0 root# make
Making all in Framework...
Making build-headers for framework ProjectCenter...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCDefines.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/ProjectCenter.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCBundleManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCEditorManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCFileManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCAddFilesPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCFileCreator.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCMakefileFactory.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectManager.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProject.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectWindow.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectInspector.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBuilder.h...
 Creating 
ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBuilderOptions.h...
 Creating 
ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBuilderPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLauncher.h...
 Creating 
ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLauncherPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectEditor.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectBrowser.h...
 Creating 
ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLoadedFiles.h...
 Creating 
ProjectCenter.framework/Versions/0.5.0/Headers/PCProjectLoadedFilesPanel.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCPrefController.h...
 Creating ProjectCenter.framework/Versions/0.5.0/Headers/PCLogController.h...
 Creating derived_src/.stamp...
 Creating ProjectCenter.framework/Versions/0.5.0/Resources...
 Updating Version/Current symlink...
Making all for framework ProjectCenter...
 Compiling file PCBundleManager.m ...
 Compiling file PCEditorManager.m ...
PCEditorManager.m: In function `-[PCEditorManager 
openEditorForFile:editable:windowed:]':
PCEditorManager.m:136: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCEditorManager.m:155: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCEditorManager.m:155: warning: `NSFileManager' does not respond to 
`isTextFile:'
 Compiling file PCMakefileFactory.m ...
 Compiling file PCFileManager.m ...
PCFileManager.m: In function `-[PCFileManager 
createDirectoriesIfNeededAtPath:]':
PCFileManager.m:100: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager copyFile:toFile:]':
PCFileManager.m:140: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager removeDirectoriesIfEmptyAtPath:]':
PCFileManager.m:231: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager 
removeFile:fromDirectory:removeDirsIfEmpty:]':
PCFileManager.m:250: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager(UInterface) 
filesOfTypes:operation:multiple:title:accView:]':
PCFileManager.m:427: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager(UInterface) 
panel:shouldShowFilename:]':
PCFileManager.m:511: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager(UInterface) 
panel:isValidFilename:]':
PCFileManager.m:550: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
PCFileManager.m:45: warning: also found `+(PCFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
 Compiling file PCAddFilesPanel.m ...
 Compiling file PCFileCreator.m ...
PCFileCreator.m: In function `-[PCFileCreator createFileOfType:path:project:]':
PCFileCreator.m:141: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCFileCreator.m:141: warning: initialization from incompatible pointer type
 Compiling file PCProjectManager.m ...
PCProjectManager.m: In function `-[PCProjectManager 
convertLegacyProject:atPath:]':
PCProjectManager.m:434: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProjectManager.m: In function `-[PCProjectManager openProjectAt:]':
PCProjectManager.m:614: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProjectManager.m: In function `-[PCProjectManager createProjectOfType:path:]':
PCProjectManager.m:672: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProjectManager.m:672: warning: `NSFileManager' does not respond to 
`createDirectoriesIfNeededAtPath:'
PCProjectManager.m: In function `-[PCProjectManager(Subprojects) 
addSubproject]':
PCProjectManager.m:1250: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
 Compiling file PCProject.m ...
PCProject.m: In function `-[PCProject writeMakefile]':
PCProject.m:295: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject save]':
PCProject.m:416: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject addAndCopyFiles:forKey:]':
PCProject.m:1131: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject renameFile:toFile:]':
PCProject.m:1255: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
 Compiling file PCProjectWindow.m ...
 Compiling file PCProjectInspector.m ...
 Compiling file PCProjectBuilder.m ...
PCProjectBuilder.m: In function `-[PCProjectBuilder setMakePath]':
PCProjectBuilder.m:232: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProjectBuilder.m: In function `-[PCProjectBuilder prebuildCheck]':
PCProjectBuilder.m:458: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCProjectBuilder.m:458: warning: initialization from incompatible pointer type
PCProjectBuilder.m:459: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
 Compiling file PCProjectBuilderOptions.m ...
 Compiling file PCProjectBuilderPanel.m ...
 Compiling file PCProjectLauncher.m ...
 Compiling file PCProjectLauncherPanel.m ...
 Compiling file PCProjectEditor.m ...
 Compiling file PCProjectBrowser.m ...
 Compiling file PCProjectLoadedFiles.m ...
 Compiling file PCProjectLoadedFilesPanel.m ...
 Compiling file PCSplitView.m ...
 Compiling file PCButton.m ...
 Compiling file PCFileNameField.m ...
 Compiling file PCFileNameIcon.m ...
 Compiling file PCPrefController.m ...
 Compiling file PCLogController.m ...
 Creating derived_src/NSFramework_ProjectCenter.m...
 Compiling file derived_src/NSFramework_ProjectCenter.m ...
 Linking framework ProjectCenter ...
/usr/bin/libtool: internal link edit command failed
ld: for architecture ppc
ld: warning -L: directory name (../ProjectCenter/./obj) does not exist
ld: obj/NSFramework_ProjectCenter.o illegal reference to symbol: 
___objc_class_name_NSConstantString defined in indirectly referenced dynamic 
library /usr/GNUstep/Local/Library/Libraries/./libgnustep-base.dylib.1.18
 Copying resources into the framework wrapper...
 Copying localized resources into the framework wrapper...
 Creating ProjectCenter.framework/Versions/0.5.0/Resources/Info-gnustep.plist...
Making all in Modules...
Making all in Projects/Aggregate...
Making all for bundle Aggregate...
 Creating Aggregate.project/....
 Compiling file PCAggregateProject.m ...
PCAggregateProject.m: In function `-[PCAggregateProject createProjectAt:]':
PCAggregateProject.m:96: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCAggregateProject.m:96: warning: initialization from incompatible pointer type
 Linking bundle Aggregate ...
 Creating Aggregate.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Aggregate.project/Resources/Info-gnustep.plist...
Making all in Projects/Application...
Making all for bundle Application...
 Creating Application.project/....
 Compiling file PCAppProject.m ...
PCAppProject.m: In function `-[PCAppProject loadInfoFile]':
PCAppProject.m:83: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCAppProject.m:83: warning: initialization from incompatible pointer type
PCAppProject.m:110: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCAppProject.m: In function `-[PCAppProject createProjectAt:]':
PCAppProject.m:145: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCAppProject.m:145: warning: initialization from incompatible pointer type
 Compiling file PCAppProject+Inspector.m ...
 Linking bundle Application ...
 Creating Application.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Application.project/Resources/Info-gnustep.plist...
Making all in Projects/Bundle...
Making all for bundle Bundle...
 Creating Bundle.project/....
 Compiling file PCBundleProject.m ...
 Linking bundle Bundle ...
 Creating Bundle.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Bundle.project/Resources/Info-gnustep.plist...
Making all in Projects/Framework...
Making all for bundle Framework...
 Creating Framework.project/....
 Compiling file PCFrameworkProject.m ...
 Linking bundle Framework ...
 Creating Framework.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Framework.project/Resources/Info-gnustep.plist...
Making all in Projects/Library...
Making all for bundle Library...
 Creating Library.project/....
 Compiling file PCLibProject.m ...
PCLibProject.m: In function `-[PCLibProject createProjectAt:]':
PCLibProject.m:98: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCLibProject.m:98: warning: initialization from incompatible pointer type
 Linking bundle Library ...
 Creating Library.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Library.project/Resources/Info-gnustep.plist...
Making all in Projects/ResourceSet...
Making all for bundle ResourceSet...
 Creating ResourceSet.project/....
 Compiling file PCResourceSetProject.m ...
 Linking bundle ResourceSet ...
 Creating ResourceSet.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating ResourceSet.project/Resources/Info-gnustep.plist...
Making all in Projects/Tool...
Making all for bundle Tool...
 Creating Tool.project/....
 Compiling file PCToolProject.m ...
PCToolProject.m: In function `-[PCToolProject loadInfoFile]':
PCToolProject.m:83: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCToolProject.m:83: warning: initialization from incompatible pointer type
PCToolProject.m:110: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCToolProject.m: In function `-[PCToolProject createProjectAt:]':
PCToolProject.m:141: warning: multiple declarations for method `defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
../../../Headers/ProjectCenter/PCFileManager.h:66: warning: also found 
`+(PCFileManager *)defaultManager'
PCToolProject.m:141: warning: initialization from incompatible pointer type
 Linking bundle Tool ...
 Creating Tool.project/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating Tool.project/Resources/Info-gnustep.plist...
Making all in Editors/ProjectCenter...
Making all for bundle ProjectCenter...
 Creating ProjectCenter.editor/....
 Compiling file PCEditor.m ...
 Compiling file PCEditorView.m ...
 Compiling file TextPattern.m ...
TextPattern.m:262: warning: `DescribeTextPatternItem' defined but not used
 Compiling file SyntaxDefinition.m ...
SyntaxDefinition.m: In function `+[SyntaxDefinition(Private) 
loadSyntaxDefinitions]':
SyntaxDefinition.m:176: warning: `NSEnumerator' does not respond to `nextObject'
SyntaxDefinition.m:188: warning: `NSEnumerator' does not respond to `nextObject'
 Compiling file SyntaxHighlighter.m ...
SyntaxHighlighter.m: In function `-[SyntaxHighlighter(Private) 
fixUpContextsInRange:]':
SyntaxHighlighter.m:300: warning: unused variable `j'
SyntaxHighlighter.m: In function `-[SyntaxHighlighter highlightRange:]':
SyntaxHighlighter.m:800: warning: unused variable `prevContext'
 Linking bundle ProjectCenter ...
 Creating ProjectCenter.editor/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating ProjectCenter.editor/Resources/Info-gnustep.plist...
Making all in Parsers/ProjectCenter...
Making all for bundle ProjectCenter...
 Creating ProjectCenter.parser/....
 Compiling file PCParser.m ...
 Compiling file ObjCCommentHandler.m ...
 Compiling file ObjCClassHandler.m ...
 Compiling file ObjCMethodHandler.m ...
 Linking bundle ProjectCenter ...
 Creating ProjectCenter.parser/Resources...
 Copying resources into the bundle wrapper...
 Creating stamp file...
 Creating ProjectCenter.parser/Resources/Info-gnustep.plist...
Making all for app ProjectCenter...
 Creating ProjectCenter.app/....
 Compiling file PCAppController.m ...
PCAppController.m: In function `-[PCAppController applicationWillTerminate:]':
PCAppController.m:198: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager 
*)defaultManager'
PCAppController.m:199: warning: multiple declarations for method 
`defaultManager'
/usr/GNUstep/Local/Library/Headers/Foundation/NSFileManager.h:198: warning: 
using `+(NSFileManager *)defaultManager'
Headers/ProjectCenter/PCFileManager.h:66: warning: also found `+(PCFileManager 
*)defaultManager'
PCAppController.m:199: warning: assignment from incompatible pointer type
 Compiling file PCInfoController.m ...
 Compiling file PCMenuController.m ...
 Compiling file TextFinder.m ...
 Compiling file ProjectCenter_main.m ...
 Linking app ProjectCenter ...
/usr/bin/ld: can't locate file for: -lProjectCenter
collect2: ld returned 1 exit status
make[2]: *** [ProjectCenter.app/./ProjectCenter] Error 1
make[1]: *** [internal-app-run-compile-submake] Error 2
make: *** [ProjectCenter.all.app.variables] Error 2
My-Computer:/src/gorm-1.2.10 root# make
rm -f InterfaceBuilder; \
ln -s GormLib InterfaceBuilder
Making all in GormObjCHeaderParser...
Making all for library libGormObjCHeaderParser...
 Compiling file NSScanner+OCHeaderParser.m ...
 Compiling file OCClass.m ...
 Compiling file OCHeaderParser.m ...
 Compiling file OCIVar.m ...
 Compiling file OCIVarDecl.m ...
 Compiling file OCMethod.m ...
 Compiling file ParserFunctions.m ...
 Linking library libGormObjCHeaderParser ...
Making all in GormLib...
Making all for library libGorm...
 Compiling file IBApplicationAdditions.m ...
 Compiling file IBConnectors.m ...
 Compiling file IBDocuments.m ...
 Compiling file IBEditors.m ...
 Compiling file IBInspector.m ...
 Compiling file IBInspectorManager.m ...
 Compiling file IBInspectorMode.m ...
 Compiling file IBObjectAdditions.m ...
IBObjectAdditions.m:67: warning: incomplete implementation of category 
`IBObjectAdditions'
IBObjectAdditions.m:67: warning: method definition for 
`+canSubstituteForClass:' not found
IBObjectAdditions.m:67: warning: incomplete implementation of category 
`IBObjectAdditions'
IBObjectAdditions.m:67: warning: method definition for `-editorClassName' not 
found
IBObjectAdditions.m:67: warning: method definition for 
`-classInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for 
`-helpInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for 
`-sizeInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for 
`-connectInspectorClassName' not found
IBObjectAdditions.m:67: warning: method definition for `-inspectorClassName' 
not found
IBObjectAdditions.m:67: warning: method definition for `-imageForViewer' not 
found
IBObjectAdditions.m:67: warning: category `IBObjectAdditions' does not fully 
implement the `IBObjectProtocol' protocol
 Compiling file IBPalette.m ...
 Compiling file IBPlugin.m ...
 Compiling file IBResourceManager.m ...
 Linking library libGorm ...
Making all in GormCore...
Making all for library GormCore...
 Compiling file GormBoxEditor.m ...
 Compiling file GormClassEditor.m ...
GormClassEditor.m: In function `-[GormClassEditor initWithDocument:]':
GormClassEditor.m:177: warning: multiple declarations for method 
`setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using 
`-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also 
found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m: In function `-[GormClassEditor toggleView:]':
GormClassEditor.m:202: warning: multiple declarations for method 
`setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using 
`-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also 
found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m:209: warning: multiple declarations for method 
`setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using 
`-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also 
found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m: In function `-[GormClassEditor switchViewToDefault]':
GormClassEditor.m:224: warning: multiple declarations for method 
`setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using 
`-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also 
found `-(void)setContentView:(NSClipView *)aView'
GormClassEditor.m:231: warning: multiple declarations for method 
`setContentView:'
/usr/GNUstep/Local/Library/Headers/AppKit/NSBox.h:108: warning: using 
`-(void)setContentView:(NSView *)aView'
/usr/GNUstep/Local/Library/Headers/AppKit/NSScrollView.h:90: warning: also 
found `-(void)setContentView:(NSClipView *)aView'
 Compiling file GormClassInspector.m ...
 Compiling file GormClassManager.m ...
 Compiling file GormClassPanelController.m ...
 Compiling file GormConnectionInspector.m ...
 Compiling file GormControlEditor.m ...
 Compiling file GormCustomClassInspector.m ...
 Compiling file GormCustomView.m ...
 Compiling file GormDocument.m ...
GormDocument.m: In function `-[GormDocument images]':
GormDocument.m:3379: warning: multiple declarations for method `objects'
../InterfaceBuilder/IBDocuments.h:160: warning: using `-(NSArray *)objects'
/usr/GNUstep/Local/Library/Headers/GNUstepGUI/GSNibLoading.h:278: warning: also 
found `-(NSMapTable *)objects'
GormDocument.m: In function `-[GormDocument sounds]':
GormDocument.m:3387: warning: multiple declarations for method `objects'
../InterfaceBuilder/IBDocuments.h:160: warning: using `-(NSArray *)objects'
/usr/GNUstep/Local/Library/Headers/GNUstepGUI/GSNibLoading.h:278: warning: also 
found `-(NSMapTable *)objects'
 Compiling file GormDocumentController.m ...
 Compiling file GormDocumentWindow.m ...
 Compiling file GormFilePrefsManager.m ...
GormFilePrefsManager.m: In function `-[GormFilePrefsManager loadFromData:]':
GormFilePrefsManager.m:239: warning: multiple declarations for method `version'
/usr/GNUstep/Local/Library/Headers/Foundation/NSHTTPCookie.h:246: warning: 
using `-(unsigned)version'
GormFilePrefsManager.h:74: warning: also found `-(int)version'
GormFilePrefsManager.m:240: warning: multiple declarations for method `version'
/usr/GNUstep/Local/Library/Headers/Foundation/NSHTTPCookie.h:246: warning: 
using `-(unsigned)version'
GormFilePrefsManager.h:74: warning: also found `-(int)version'
 Compiling file GormFilesOwner.m ...
 Compiling file GormFontViewController.m ...
 Compiling file GormFunctions.m ...
 Compiling file GormGenericEditor.m ...
 Compiling file GormHelpInspector.m ...
 Compiling file GormImage.m ...
 Compiling file GormImageEditor.m ...
 Compiling file GormImageInspector.m ...
 Compiling file GormInspectorsManager.m ...
 Compiling file GormInternalViewEditor.m ...
 Compiling file GormMatrixEditor.m ...
 Compiling file GormNSSplitViewInspector.m ...
 Compiling file GormObjectEditor.m ...
 Compiling file GormObjectInspector.m ...
 Compiling file GormOpenGLView.m ...
 Compiling file GormOutlineView.m ...
 Compiling file GormPalettesManager.m ...
 Compiling file GormPlugin.m ...
 Compiling file GormPluginManager.m ...
 Compiling file GormResource.m ...
GormResource.m: In function `-[GormResource dealloc]':
GormResource.m:104: warning: `NSData' does not respond to `release'
 Compiling file GormResourceEditor.m ...
 Compiling file GormResourceManager.m ...
 Compiling file GormScrollViewAttributesInspector.m ...
 Compiling file GormScrollViewEditor.m ...
 Compiling file GormSetNameController.m ...
 Compiling file GormSound.m ...
 Compiling file GormSoundEditor.m ...
 Compiling file GormSoundInspector.m ...
 Compiling file GormSoundView.m ...
 Compiling file GormSplitViewEditor.m ...
 Compiling file GormViewEditor.m ...
 Compiling file GormViewKnobs.m ...
GormViewKnobs.m: In function `GormShowFrameWithKnob':
GormViewKnobs.m:157: warning: multiple declarations for method `currentContext'
/usr/GNUstep/Local/Library/Headers/AppKit/NSGraphicsContext.h:176: warning: 
using `+(NSGraphicsContext *)currentContext'
/usr/GNUstep/Local/Library/Headers/AppKit/NSOpenGL.h:97: warning: also found 
`+(NSOpenGLContext *)currentContext'
 Compiling file GormViewSizeInspector.m ...
 Compiling file GormViewWindow.m ...
 Compiling file GormViewWithContentViewEditor.m ...
 Compiling file GormViewWithSubviewsEditor.m ...
 Compiling file GormWindowEditor.m ...
 Compiling file GormWrapperBuilder.m ...
 Compiling file GormWrapperLoader.m ...
 Compiling file NSCell+GormAdditions.m ...
 Compiling file NSColorWell+GormExtensions.m ...
 Compiling file NSFontManager+GormExtensions.m ...
 Compiling file NSView+GormExtensions.m ...
 Compiling file GormPrivate.m ...
 Linking library GormCore ...
Making all in GormPrefs...
Making all for library GormPrefs...
 Compiling file GormColorsPref.m ...
 Compiling file GormGeneralPref.m ...
 Compiling file GormGuidelinePref.m ...
 Compiling file GormHeadersPref.m ...
 Compiling file GormPalettesPref.m ...
 Compiling file GormPluginsPref.m ...
 Compiling file GormPrefController.m ...
 Compiling file GormShelfPref.m ...
 Linking library GormPrefs ...
Making all in Palettes...
Making all in 0Menus...
Making all for palette 0Menus...
 Creating 0Menus.palette/Resources...
 Compiling file GormMenuEditor.m ...
 Compiling file GormNSMenu.m ...
 Compiling file GormNSMenuView.m ...
 Compiling file GormMenuItemAttributesInspector.m ...
 Compiling file GormMenuAttributesInspector.m ...
 Compiling file MenusPalette.m ...
 Compiling file inspectors.m ...
 Linking palette 0Menus ...
 Creating 0Menus.palette/Resources/Info-gnustep.plist...
 Creating 0Menus.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 1Windows...
Making all for palette 1Windows...
 Creating 1Windows.palette/Resources...
 Compiling file WindowsPalette.m ...
 Compiling file GormNSWindow.m ...
 Compiling file GormNSPanel.m ...
 Compiling file GormDrawerAttributesInspector.m ...
 Compiling file GormWindowAttributesInspector.m ...
 Compiling file GormWindowSizeInspector.m ...
 Compiling file inspectors.m ...
 Linking palette 1Windows ...
 Creating 1Windows.palette/Resources/Info-gnustep.plist...
 Creating 1Windows.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 2Controls...
Making all for palette 2Controls...
 Creating 2Controls.palette/Resources...
 Compiling file GormButtonAttributesInspector.m ...
GormButtonAttributesInspector.m: In function `-[GormButtonAttributesInspector 
ok:]':
GormButtonAttributesInspector.m:268: warning: `NSSwitch' does not respond to 
`state'
GormButtonAttributesInspector.m:268: warning: comparison between pointer and 
integer
GormButtonAttributesInspector.m:279: warning: `NSSwitch' does not respond to 
`state'
GormButtonAttributesInspector.m:279: warning: comparison between pointer and 
integer
GormButtonAttributesInspector.m:290: warning: `NSSwitch' does not respond to 
`state'
GormButtonAttributesInspector.m:290: warning: comparison between pointer and 
integer
GormButtonAttributesInspector.m:301: warning: `NSSwitch' does not respond to 
`state'
GormButtonAttributesInspector.m:301: warning: comparison between pointer and 
integer
GormButtonAttributesInspector.m: In function `-[GormButtonAttributesInspector 
revert:]':
GormButtonAttributesInspector.m:402: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:403: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:404: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:405: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:408: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:412: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:416: warning: `NSSwitch' does not respond to 
`setState:'
GormButtonAttributesInspector.m:420: warning: `NSSwitch' does not respond to 
`setState:'
 Compiling file GormBoxAttributesInspector.m ...
 Compiling file GormCellAttributesInspector.m ...
 Compiling file GormColorWellAttributesInspector.m ...
 Compiling file GormFormAttributesInspector.m ...
 Compiling file GormPopUpButtonAttributesInspector.m ...
 Compiling file GormSliderAttributesInspector.m ...
 Compiling file GormStepperAttributesInspector.m ...
 Compiling file GormProgressIndicatorAttributesInspector.m ...
 Compiling file GormTextFieldAttributesInspector.m ...
 Compiling file GormMatrixAttributesInspector.m ...
 Compiling file ControlsPalette.m ...
 Compiling file GormPopUpButtonEditor.m ...
 Compiling file GormButtonEditor.m ...
 Compiling file inspectors.m ...
 Linking palette 2Controls ...
 Creating 2Controls.palette/Resources/Info-gnustep.plist...
 Creating 2Controls.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 3Containers...
Making all for palette 3Containers...
 Creating 3Containers.palette/Resources...
 Compiling file ContainersPalette.m ...
 Compiling file inspectors.m ...
 Compiling file GormNSBrowser.m ...
 Compiling file GormNSTableView.m ...
 Compiling file GormTableViewEditor.m ...
 Compiling file GormTabViewEditor.m ...
 Compiling file GormNSOutlineView.m ...
 Compiling file GormBrowserAttributesInspector.m ...
 Compiling file GormTabViewAttributesInspector.m ...
 Compiling file GormTableColumnAttributesInspector.m ...
 Compiling file GormTableColumnSizeInspector.m ...
 Compiling file GormTableViewAttributesInspector.m ...
GormTableViewAttributesInspector.m: In function 
`-[GormTableViewAttributesInspector ok:]':
GormTableViewAttributesInspector.m:104: warning: multiple declarations for 
method `numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTableView.h:209: warning: using 
`-(int)numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTextTable.h:153: warning: also 
found `-(unsigned int)numberOfColumns'
GormTableViewAttributesInspector.m: In function 
`-[GormTableViewAttributesInspector revert:]':
GormTableViewAttributesInspector.m:226: warning: multiple declarations for 
method `numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTableView.h:209: warning: using 
`-(int)numberOfColumns'
/usr/GNUstep/Local/Library/Headers/AppKit/NSTextTable.h:153: warning: also 
found `-(unsigned int)numberOfColumns'
 Compiling file GormTableViewSizeInspector.m ...
 Linking palette 3Containers ...
 Creating 3Containers.palette/Resources/Info-gnustep.plist...
 Creating 3Containers.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in 4Data...
Making all for palette 4Data...
 Creating 4Data.palette/Resources...
 Compiling file DataPalette.m ...
 Compiling file GormDateFormatterAttributesInspector.m ...
 Compiling file GormImageViewAttributesInspector.m ...
 Compiling file GormNSComboBoxAttributesInspector.m ...
 Compiling file GormNumberFormatterAttributesInspector.m ...
 Compiling file GormTextViewAttributesInspector.m ...
 Compiling file GormTextViewEditor.m ...
 Compiling file GormTextViewSizeInspector.m ...
 Compiling file inspectors.m ...
 Linking palette 4Data ...
 Creating 4Data.palette/Resources/Info-gnustep.plist...
 Creating 4Data.palette/Resources/palette.table...
 Copying resources into the palette wrapper...
Making all in Plugins...
Making all in Gorm...
Making all for bundle Gorm...
 Creating Gorm.plugin/....
 Compiling file GormGormPlugin.m ...
 Compiling file GormGormWrapperBuilder.m ...
GormGormWrapperBuilder.m: In function `-[GormDocument(BuilderAdditions) 
prepareConnections]':
GormGormWrapperBuilder.m:78: warning: `GormFilesOwner' does not respond to 
`className'
GormGormWrapperBuilder.m:79: warning: `GormFilesOwner' does not respond to 
`className'
 Compiling file GormGormWrapperLoader.m ...
 Linking bundle Gorm ...
 Creating Gorm.plugin/Resources...
 Creating stamp file...
 Creating Gorm.plugin/Resources/Info-gnustep.plist...
Making all in Nib...
Making all for bundle Nib...
 Creating Nib.plugin/....
 Compiling file GormNibPlugin.m ...
 Compiling file GormNibWrapperBuilder.m ...
 Compiling file GormNibWrapperLoader.m ...
 Linking bundle Nib ...
 Creating Nib.plugin/Resources...
 Creating stamp file...
 Creating Nib.plugin/Resources/Info-gnustep.plist...
Making all in GModel...
Making all for bundle GModel...
 Creating GModel.plugin/....
 Compiling file GormGModelPlugin.m ...
 Compiling file GormGModelWrapperLoader.m ...
 Linking bundle GModel ...
 Creating GModel.plugin/Resources...
 Creating stamp file...
 Creating GModel.plugin/Resources/Info-gnustep.plist...
Making all for app Gorm...
 Creating Gorm.app/....
 Compiling file Gorm.m ...
 Compiling file main.m ...
 Linking app Gorm ...
 Creating Gorm.app/Resources...
 Creating stamp file...
 Creating Gorm.app/Resources/Info-gnustep.plist...
 Creating Gorm.app/Resources/Gorm.desktop...
 Copying resources into the app wrapper...
 Copying localized resources into the app wrapper...

reply via email to

[Prev in Thread] Current Thread [Next in Thread]