1 /usr/GNUstep/System/Makefiles/Master/source-distribution.make:126: warning: overriding commands for target `dist' 2 /usr/GNUstep/System/Makefiles/Master/source-distribution.make:126: warning: ignoring old commands for target `dist' 3 /usr/GNUstep/System/Makefiles/Master/source-distribution.make:174: warning: overriding commands for target `cvs-tag' 4 /usr/GNUstep/System/Makefiles/Master/source-distribution.make:174: warning: ignoring old commands for target `cvs-tag' 5 /usr/GNUstep/System/Makefiles/Master/source-distribution.make:190: warning: overriding commands for target `internal-cvs-export' 6 /usr/GNUstep/System/Makefiles/Master/source-distribution.make:190: warning: ignoring old commands for target `internal-cvs-export' 7 Making all in Source... 8 make[1]: Entering directory `/usr/GNUstep/gs-source/StepTalk/Source' 9 Making all for library libStepTalk... 10 Compiling file STBehaviourInfo.m ... 11 Compiling file STClassInfo.m ... 12 Compiling file STEnvironment.m ... 13 STEnvironment.m: In function `-[STEnvironment addAllClasses]': 14 STEnvironment.m:202: warning: passing arg 1 of `addNamedObjectsFromDictionary:' makes pointer from integer without a cast 15 STEnvironment.m: In function `-[STEnvironment addClassesWithNames:]': 16 STEnvironment.m:209: warning: passing arg 1 of `addNamedObjectsFromDictionary:' makes pointer from integer without a cast 17 STEnvironment.m: In function `-[STEnvironment loadModule:]': 18 STEnvironment.m:222: warning: `STModule' does not respond to `providedClasses' 19 Compiling file STExterns.m ... 20 Compiling file STFunctions.m ... 21 Compiling file STLanguage.m ... 22 STLanguage.m: In function `+[STLanguage languageNameForFileType:]': 23 STLanguage.m:130: warning: cannot find method 24 STLanguage.m:130: warning: return type for `raise:format:' defaults to id 25 STLanguage.m: In function `+[STLanguage languageForFileType:]': 26 STLanguage.m:152: warning: cannot find method 27 STLanguage.m:152: warning: return type for `raise:format:' defaults to id 28 Compiling file STObjectReference.m ... 29 Compiling file STUndefinedObject.m ... 30 Compiling file NSInvocation+additions.m ... 31 Compiling file STEnvironmentDescription.m ... 32 Compiling file STObjCRuntime.m ... 33 STObjCRuntime.m: In function `STClassDictionaryFromNames': 34 STObjCRuntime.m:74: warning: `NSArray' does not respond to `objectEnumerator' 35 STObjCRuntime.m:79: warning: `NSEnumerator' does not respond to `nextObject' 36 STObjCRuntime.m:81: warning: assignment from incompatible pointer type 37 Compiling file STStructure.m ... 38 Compiling file STEngine.m ... 39 STEngine.m:116: warning: incomplete implementation of class `STEngine' 40 STEngine.m:116: warning: method definition for `+engineForLanguageWithName:' not found 41 Compiling file STModule.m ... 42 Compiling file STScripting.m ... 43 STScripting.m:66: warning: incomplete implementation of category `STScripting' 44 STScripting.m:66: warning: method definition for `-scriptingEnvironment' not found 45 STScripting.m:66: warning: category `STScripting' does not fully implement the `STScripting' protocol 46 Compiling file STSelector.m ... 47 Compiling file NSNumber+additions.m ... 48 Linking library libStepTalk ... 49 make[1]: Leaving directory `/usr/GNUstep/gs-source/StepTalk/Source' 50 Making all in Languages... 51 make[1]: Entering directory `/usr/GNUstep/gs-source/StepTalk/Languages' 52 Making all in Smalltalk... 53 make[2]: Entering directory `/usr/GNUstep/gs-source/StepTalk/Languages/Smalltalk' 54 Making all for bundle Smalltalk... 55 Creating Smalltalk.stlanguage/.... 56 Compiling file SmalltalkEngine.m ... 57 SmalltalkEngine.m: In function `-[SmalltalkEngine executeCode:inEnvironment:]': 58 SmalltalkEngine.m:73: warning: assignment from incompatible pointer type 59 SmalltalkEngine.m:74: warning: `STCompiledScript' does not respond to `executeInEnvironment:' 60 Compiling file NSArray+additions.m ... 61 Compiling file NSNumber+additions.m ... 62 Compiling file NSObject+additions.m ... 63 Compiling file STBlock.m ... 64 STBlock.m: In function `-[STBlock valueWithArgs:count:]': 65 STBlock.m:155: warning: `STBlock' does not respond to `evaluateInContext:arguments:count:' 66 Compiling file STBlockContext.m ... 67 Compiling file STBytecodeInterpreter.m ... 68 STBytecodeInterpreter.m: In function `+[STBytecodeInterpreter initialize]': 69 STBytecodeInterpreter.m:105: warning: assignment from incompatible pointer type 70 STBytecodeInterpreter.m: In function `-[STBytecodeInterpreter sendSelectorAtIndex:withArgCount:]': 71 STBytecodeInterpreter.m:449: warning: multiple declarations for method `name' 72 /usr/lib/gcc-lib/i386-linux/3.2.3/include/objc/Object.h:59: warning: using `-(const char *)name' 73 /usr/GNUstep/System/Library/Headers/Foundation/NSException.h:61: warning: also found `-(NSString *)name' 74 STBytecodeInterpreter.m: In function `-[STBytecodeInterpreter dispatchBytecode:]': 75 STBytecodeInterpreter.m:560: warning: cannot find method 76 STBytecodeInterpreter.m:560: warning: return type for `instanceVariableAtIndex:' defaults to id 77 STBytecodeInterpreter.m:586: warning: cannot find method 78 STBytecodeInterpreter.m:586: warning: return type for `setInstanceVariable:atIndex:' defaults to id 79 Compiling file STBytecodes.m ... 80 Compiling file STCompiledCode.m ... 81 Compiling file STCompiledMethod.m ... 82 STCompiledMethod.m: In function `-[STCompiledMethod description]': 83 STCompiledMethod.m:109: warning: `STCompiledMethod' does not respond to `clasName' 84 Compiling file STCompiledScript.m ... 85 Compiling file STCompiler.m ... 86 STCompiler.m: In function `-[STCompiler compileString:]': 87 STCompiler.m:127: warning: conflicting types for `-(STCompiledScript *)compileString:(NSString *)aString' 88 STCompiler.h:108: warning: previous declaration of `-(STCompiledCode *)compileString:(NSString *)aString' 89 STCompiler.m:138: `STCompilerGenericException' undeclared (first use in this function) 90 STCompiler.m:138: (Each undeclared identifier is reported only once 91 STCompiler.m:138: for each function it appears in.) 92 STCompiler.m:155: `STCompilerSyntaxException' undeclared (first use in this function) 93 STCompiler.m: In function `-[STCompiler compileMethod:]': 94 STCompiler.m:188: warning: assignment from incompatible pointer type 95 STCompiler.m: In function `-[STCompiler compileStatements:]': 96 STCompiler.m:214: warning: `STCompiler' does not respond to `initializeCompilationContext' 97 STCompiler.m: In function `-[STCompiler addTempVariable:]': 98 STCompiler.m:286: `STCompilerGenericException' undeclared (first use in this function) 99 STCompiler.m: In function `-[STCompiler compilePrimary:]': 100 STCompiler.m:465: warning: `STCompiler' does not respond to `emitPushTrue' 101 STCompiler.m:470: warning: `STCompiler' does not respond to `emitPushFalse' 102 STCompiler.m:474: warning: `STCompiler' does not respond to `emitPushNil' 103 STCompiler.m:519: `STCompilerInconsistencyException' undeclared (first use in this function) 104 STCompiler.m: In function `-[STCompiler compileMessage:]': 105 STCompiler.m:532: warning: `STCMessage' does not respond to `arguments' 106 STCompiler.m: In function `-[STCompiler exceptionInfo]': 107 STCompiler.m:714: warning: passing arg 1 of `dictionaryWithObjectsAndKeys:' makes pointer from integer without a cast 108 STCompiler.m: At top level: 109 STCompiler.m:944: warning: incomplete implementation of class `STCompiler' 110 STCompiler.m:944: warning: method definition for `+sharedCompiler' not found 111 STCompiler.m:944: warning: incomplete implementation of class `STCompiler' 112 STCompiler.m:944: warning: method definition for `-compileScript:' not found 113 make[3]: *** [shared_obj/STCompiler.o] Error 1 114 make[2]: *** [Smalltalk.all.bundle.variables] Error 2 115 make[2]: Leaving directory `/usr/GNUstep/gs-source/StepTalk/Languages/Smalltalk' 116 make[1]: *** [internal-all] Error 2 117 make[1]: Leaving directory `/usr/GNUstep/gs-source/StepTalk/Languages' 118 make: *** [internal-all] Error 2