[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
gnustep-back XGFont.m problem
From: |
Dennis Leeuw |
Subject: |
gnustep-back XGFont.m problem |
Date: |
Sat, 11 May 2002 19:16:48 +0200 |
gnustep-back produces an error:
XGFont.m: In function `-[XGFontInfo(Private) xCharStructForGlyph:]':
XGFont.m:360: `enc' undeclared (first use in this function)
XGFont.m:360: (Each undeclared identifier is reported only once
XGFont.m:360: for each function it appears in.)
XGFont.m:360: warning: passing arg 3 of `GSFromUnicode' from
incompatible pointer type
XGFont.m:362: parse error before '}' token
XGFont.m:343: warning: `index' might be used uninitialized in this
function
make[3]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/XGFont.o] Error 1
make[2]: *** [xlib.all.subproject.variables] Error 2
make[2]: Leaving directory `/usr/src/SPM/gnustep/core/back/Source/xlib'
make[1]: *** [libgnustep-back.all.bundle.subprojects] Error 2
make[1]: Leaving directory `/usr/src/SPM/gnustep/core/back/Source'
make: *** [internal-all] Error 2
one error I could solve:
line 361:
misses a ; like this:
index = c;
But then it went way beyond my knowledge:
XGFont.m: In function `-[XGFontInfo(Private) xCharStructForGlyph:]':
XGFont.m:360: `enc' undeclared (first use in this function)
XGFont.m:360: (Each undeclared identifier is reported only once
XGFont.m:360: for each function it appears in.)
XGFont.m:360: warning: passing arg 3 of `GSFromUnicode' from
incompatible pointer type
make[3]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/XGFont.o] Error 1
make[2]: *** [xlib.all.subproject.variables] Error 2
make[2]: Leaving directory `/usr/src/SPM/gnustep/core/back/Source/xlib'
make[1]: *** [libgnustep-back.all.bundle.subprojects] Error 2
make[1]: Leaving directory `/usr/src/SPM/gnustep/core/back/Source'
Greetings,
Dennis
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- gnustep-back XGFont.m problem,
Dennis Leeuw <=