bug-gnustep
[Top][All Lists]
Advanced

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

Installation Warnings


From: Erik Hentell
Subject: Installation Warnings
Date: Mon, 29 Aug 2005 14:37:53 -0700

Hi all,

I recently installed GNUstep on my Powermac 8500 (200mb ram) running YDL 3.0. I received numerous warning messages, which I'm including in this email. Further, running GWorkspace was not possible, and seems to be related to GDNC somehow. The actually message (which popped up in an X11 window) was NSInternalInconsistencyExeption: unable to contact GDNC server-please check that the gdnc process is running. According to ps, GDNC was in fact running. I got the same message trying to launch Inspector.app or Finder.app.

There was an initial warning that OpenSSL libraries could not be found, but I specifically had YUM download the openssl-devel and openssl packages. Also, I had cups-devel packages installed, but they weren't found either.

I also got some warning while building ProjectCenter. Both PC and Gorm seem to work fine, although I haven't really done anything beyond fiddling, yet. I just wanted to make sure that this wasn't totally abnormal for an install.

Thanks,
Erik

------------------------------------------------

The warnings were as follows (I've cut out what seemed to be extraneous stuff- "compiling xyz.m", etc.):

                          GNUstep Installation


     This is an automatic installation script for GNUstep.

This script tries to build and install the core libraries for
GNUstep. Log files of the build process are kept so that if some
part of the build does not work, you can send the log files to
our attention (at bug-gnustep@gnu.org). From these we can try to
determine what the problem is.

--------------------------------------------------------------
W125 Warning
The OpenSSL package (libcrypto, etc) is needed to access https connections
with NSURL and for other purposes. This package is optional so you are
not required to install it.

******** Building GNUstep Base **********
NSKeyValueObserving.m: In function `newKey':
NSKeyValueObserving.m:232: warning: comparison is always false due to limited range of data type

NSRunLoop.m: In function `-[NSRunLoop(GNUstepExtensions) addEvent:type:watcher:forMode:]': NSRunLoop.m:585: warning: comparison of distinct pointer types lacks a cast

NSSocketPort.m: In function `-[NSSocketPort conversation:]':
NSSocketPort.m:1892: warning: comparison of distinct pointer types lacks a cast

NSMessagePort.m: In function `-[NSMessagePort conversation:]':
NSMessagePort.m:1439: warning: comparison of distinct pointer types lacks a cast

GSFFCallInvocation.m: In function `GSInvocationCallback':
GSFFCallInvocation.m:895: warning: unused variable `size'
gdnc.m: In function `-[GDNCServer registerClient:]':
gdnc.m:666: warning: method `isProxy' not implemented by protocol
gdnc.m:670: warning: method `setProtocolForProxy:' not implemented by protocol

******** Building GNUstep Gui **********
Could not find cups-config program, cups printing support will not be built.

NSInputManager.m: In function `-[NSInputManager handleKeyboardEvents:client:]': NSInputManager.m:484: warning: comparison of distinct pointer types lacks a cast

NSOpenGLContext.m: In function `+[NSOpenGLContext currentContext]':
NSOpenGLContext.m:68: warning: multiple declarations for method `currentContext' ../Headers/AppKit/NSOpenGL.h:95: warning: using `+(NSOpenGLContext *)currentContext' ../Headers/AppKit/NSGraphicsContext.h:168: warning: also found `+(NSGraphicsContext *)currentContext'

GSDragView.m: In function `-[GSDragView dragImage:at:offset:event:pasteboard:source:slideBack:]': GSDragView.m:265: warning: `GSDragView' does not respond to `_handleDrag:slidePoint:'
GSDragView.m: At top level:
GSDragView.m:309: warning: incomplete implementation of class `GSDragView' GSDragView.m:309: warning: method definition for `-windowAcceptingDnDunder:windowRef:' not found GSDragView.m:309: warning: method definition for `-sendExternalEvent:action:position:timestamp:toWindow:' not found

NSTextView.m: In function `-[NSTextView setTextContainer:]':
NSTextView.m:837: warning: `other' might be used uninitialized in this function
NSTextView.m: At top level:
NSTextView.m:2446: warning: incomplete implementation of class `NSTextView' NSTextView.m:2446: warning: method definition for `-selectedRange' not found NSTextView.m:2446: warning: class `NSTextView' does not fully implement the `NSTextInput' protocol

GSStandardWindowDecorationView.m: In function `-[GSStandardWindowDecorationView initWithFrame:window:]': GSStandardWindowDecorationView.m:123: warning: assignment from incompatible pointer type

NSPasteboard.m: In function `+[NSPasteboard pasteboardWithName:]':
NSPasteboard.m:1201: warning: method `isProxy' not implemented by protocol NSPasteboard.m:1205: warning: method `setProtocolForProxy:' not implemented by protocol
NSPasteboard.m: In function `+[NSPasteboard(Private) _pbs]':
NSPasteboard.m:1957: warning: method `retain' not implemented by protocol NSPasteboard.m:1959: warning: method `connectionForProxy' not implemented by protocol NSPasteboard.m:1962: warning: method `setProtocolForProxy:' not implemented by protocol
NSPasteboard.m:2027: warning: assignment from incompatible pointer type
NSPasteboard.m: In function `+[NSPasteboard(Private) _pasteboardWithTarget:name:]': NSPasteboard.m:2080: warning: comparison of distinct pointer types lacks a cast NSPasteboard.m:2083: warning: method `retain' not implemented by protocol NSPasteboard.m:2095: warning: method `retain' not implemented by protocol

******** Building GNUstep Back **********
Warning: Configuration: The file /usr/GNUstep/System/.GNUsteprc has been deprecated. Please use the configuration file /etc/GNUstep/GNUstep.conf to set standard paths.

xpbs.m: In function `-[XDragPbOwner pasteboardChangedOwner:]':
xpbs.m:1208: warning: implicit declaration of function `xdnd_set_selection_owner'
xpbs.m: In function `-[XDragPbOwner availableTypes]':
xpbs.m:1230: warning: implicit declaration of function `xdnd_get_type_list'

---------------------------------------------------------

Installation Finished

---------------------------------------------------------

Here's some stuff for ProjectCenter:

[root@asmodeus ProjectCenter-0.4.2]# make
Making all in Library...

PCFileManager.m: In function `-[PCFileManager createDirectoriesIfNeededAtPath:]': PCFileManager.m:158: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.m:46: warning: also found `+(PCFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCFileManager.m: In function `-[PCFileManager copyFile:toFile:]':
PCFileManager.m:191: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.m:46: warning: also found `+(PCFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager' PCFileManager.m: In function `-[PCFileManager removeFiles:fromDirectory:]': PCFileManager.m:262: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.m:46: warning: also found `+(PCFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager' PCFileManager.m: In function `-[PCFileManager(UInterface) panel:shouldShowFilename:]': PCFileManager.m:474: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.m:46: warning: also found `+(PCFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCFileCreator.m: In function `-[PCFileCreator createFileOfType:path:project:]': PCFileCreator.m:124: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager' PCFileCreator.m:124: warning: initialization from incompatible pointer type

PCProjectManager.m: In function `-[PCProjectManager convertLegacyProject:atPath:]': PCProjectManager.m:408: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCProjectManager.m: In function `-[PCProjectManager openProjectAt:]':
PCProjectManager.m:578: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager' PCProjectManager.m: In function `-[PCProjectManager(Subprojects) addSubproject]': PCProjectManager.m:1239: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCProject.m: In function `-[PCProject writeMakefile]':
PCProject.m:619: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject addAndCopyFiles:forKey:]':
PCProject.m:780: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject renameFile:toFile:]':
PCProject.m:882: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCProject.m: In function `-[PCProject save]':
PCProject.m:1059: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCProjectBrowser.m: In function `-[PCProjectBrowser click:]':
PCProjectBrowser.m:324: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCAggregateProj.m: In function `-[PCAggregateProj createProjectAt:]':
PCAggregateProj.m:62: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCAppProj.m: In function `-[PCAppProj createProjectAt:]':
PCAppProj.m:66: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCAppProj.m:66: warning: initialization from incompatible pointer type

PCAppProject.m: In function `-[PCAppProject loadInfoFileAtPath:]':
PCAppProject.m:92: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCBundleProj.m: In function `-[PCBundleProj createProjectAt:]':
PCBundleProj.m:65: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCLibProj.m: In function `-[PCLibProj createProjectAt:]':
PCLibProj.m:65: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCRenaissanceProj.m: In function `-[PCRenaissanceProj createProjectAt:]': PCRenaissanceProj.m:66: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCRenaissanceProject.m: In function `-[PCRenaissanceProject loadInfoFileAtPath:]': PCRenaissanceProject.m:91: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

make[2]: Leaving directory `/root/src/ProjectCenter-0.4.2/Modules/RenaissanceProject'
Making all in ToolProject...
make[2]: Entering directory `/root/src/ProjectCenter-0.4.2/Modules/ToolProject'

PCToolProj.m: In function `-[PCToolProj createProjectAt:]':
PCToolProj.m:65: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
 Compiling file PCToolProject.m ...
PCToolProject.m: In function `-[PCToolProject loadInfoFileAtPath:]':
PCToolProject.m:85: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ../../ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'

PCPrefController.m: In function `-[PCPrefController setBuildTool:]':
PCPrefController.m:671: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCPrefController.m: In function `-[PCPrefController setDebugger:]':
PCPrefController.m:692: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'
PCPrefController.m: In function `-[PCPrefController setEditor:]':
PCPrefController.m:708: warning: multiple declarations for method `defaultManager' /usr/GNUstep/System/Library/Headers/Foundation/NSFileManager.h:191: warning: using `+(NSFileManager *)defaultManager' ProjectCenter/PCFileManager.h:59: warning: also found `+(PCFileManager *)defaultManager'





reply via email to

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