discuss-gnustep
[Top][All Lists]
Advanced

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

[Fwd: Re: GNUstep back: won't compile with art support]


From: Kazunobu Kuriyama
Subject: [Fwd: Re: GNUstep back: won't compile with art support]
Date: Tue, 27 Apr 2004 09:51:15 +0900
User-agent: Mozilla/5.0 (X11; U; Linux i686; ja-JP; rv:1.4) Gecko/20030624 Netscape/7.1



-------- Original Message --------
Subject:        Re: GNUstep back: won't compile with art support
Date:   Tue, 27 Apr 2004 01:25:04 +0200
From:   Sascha Erni, .rb <rb@nggalai.com>
Reply-To:       rb@nggalai.com
Organization:   nggalai.com
To:     Kazunobu Kuriyama <kazunobu.kuriyama@nifty.com>
References: <408C39A0.2080803@nggalai.com> <408CA44E.1060105@nifty.com> <408CBAFE.4040506@nggalai.com> <408CCAFA.2010001@nifty.com> <408D816C.7070909@nggalai.com> <408D8609.9060404@nifty.com> <408D8BA2.8060708@nggalai.com> <408D945B.8020706@nifty.com>



Hi Kazunobu,

Kazunobu Kuriyama wrote:
1.2.8? Typos or soname? If not, I'd like to recommend to use 2.1.2 or higher. Anyway,
it looks like the library can live with -art.

Typo--was 2.1.8. It's getting late over here (1.24am). ;)

(Have you had ldconfig(1) run after the installation?)

Yes, I did. I also uninstalled any libfreetype / freetype packages with --nodeps to make sure only the new files will be found / used.

Or could you send me the messages given by configure and make?

Sure thing--hence off the list. See the attached files. And thanks for your kind help. :)

93,
-Sascha.rb

--
Sascha "nggalai" Erni, .rb
www.dudagroup.com
www.3dcenter.de
www.nggalai.com


[root@karoshi back]# ./configure --enable-graphics=art --with-name=art
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for current libwraster support... checking for RFillImage in 
-lwraster... yes
checking wraster.h usability... yes
checking wraster.h presence... yes
checking for wraster.h... yes
yes
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11 function prototypes... yes
checking DPS/dpsclient.h usability... yes
checking DPS/dpsclient.h presence... yes
checking for DPS/dpsclient.h... yes
checking DPS/dpsNXargs.h usability... yes
checking DPS/dpsNXargs.h presence... yes
checking for DPS/dpsNXargs.h... yes
checking for main in -lfreetype... yes
checking ft2build.h usability... yes
checking ft2build.h presence... yes
checking for ft2build.h... yes
checking for XftFontOpen in -lXft... yes
checking X11/Xft/Xft.h usability... yes
checking X11/Xft/Xft.h presence... yes
checking for X11/Xft/Xft.h... yes
checking for XftDrawStringUtf8 in -lXft... yes
checking for FcPatternCreate in -lfontconfig... yes
checking fontconfig/fontconfig.h usability... yes
checking fontconfig/fontconfig.h presence... yes
checking for fontconfig/fontconfig.h... yes
checking for glXMakeContextCurrent in -lGL... yes
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
checking for GLX_RGBA_TYPE... yes
checking for usleep... yes
checking for X11/extensions/XShm.h... yes
checking for shmctl... yes
checking for main in -lgdi32... no
checking for main in -lart_lgpl_2... yes
checking libart_lgpl/libart.h usability... yes
checking libart_lgpl/libart.h presence... yes
checking for libart_lgpl/libart.h... yes
checking Backend Server... x11
checking Backend Graphics... art
checking Backend name... art
configure: creating ./config.status
config.status: creating back.make
config.status: creating config.make
config.status: creating config.h

[root@karoshi back]# make
Making all in Source...
make[1]: Entering directory `/usr/share/cvs/gnustep/core/back/Source'
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
cp ../config.h .
Making all in subprojects of bundle libgnustep-art...
make[2]: Entering directory `/usr/share/cvs/gnustep/core/back/Source/gsc'
Making all for subproject gsc...
 Compiling file gscolors.c ...
 Compiling file GSContext.m ...
 Compiling file GSGState.m ...
 Compiling file GSStreamContext.m ...
 Compiling file GSStreamGState.m ...
 Compiling file externs.m ...
 Linking subproject gsc ...
make[2]: Leaving directory `/usr/share/cvs/gnustep/core/back/Source/gsc'
make[2]: Entering directory `/usr/share/cvs/gnustep/core/back/Source/x11'
Making all for subproject x11...
 Compiling file xdnd.c ...
 Compiling file XGServer.m ...
 Compiling file XGServerEvent.m ...
XGServerEvent.m: In function `-[XGServer(EventOps) processEvent:]':
XGServerEvent.m:1243: warning: `NSGraphicsContext' does not respond to 
`gotShmCompletion:'
 Compiling file XGServerWindow.m ...
 Compiling file XGDragView.m ...
 Compiling file XIMInputServer.m ...
 Compiling file XGBitmapImageRep.m ...
 Compiling file XWindowBuffer.m ...
 Compiling file XGGLFormat.m ...
 Compiling file XGGLContext.m ...
 Linking subproject x11 ...
make[2]: Leaving directory `/usr/share/cvs/gnustep/core/back/Source/x11'
make[2]: Entering directory `/usr/share/cvs/gnustep/core/back/Source/art'
Making all for subproject art...
 Compiling file ARTContext.m ...
 Compiling file blit.m ...
blit.m:1492:2: warning: #warning RGB
blit.m:1518:2: warning: #warning BGR
blit.m:1544:2: warning: #warning RGBA
blit.m:1578:2: warning: #warning BGRA
blit.m:1612:2: warning: #warning ARGB
blit.m:1646:2: warning: #warning ABGR
blit.m:1680:2: warning: #warning B5G6R5
blit.m:1718:2: warning: #warning B5G5R5A1
 Compiling file ftfont.m ...
ftfont.m: In function `-[FTFontInfo initWithFontName:matrix:screenFont:]':
ftfont.m:721: error: structure has no member named `font'
ftfont.m:722: error: structure has no member named `font'
ftfont.m:726: error: structure has no member named `font'
ftfont.m:726: error: structure has no member named `font'
ftfont.m:731: error: structure has no member named `font'
ftfont.m:739: error: structure has no member named `font'
ftfont.m:741: warning: implicit declaration of function 
`FTC_Manager_Lookup_Size'
ftfont.m:741: error: structure has no member named `font'
ftfont.m:765: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:765: error: (Each undeclared identifier is reported only once
ftfont.m:765: error: for each function it appears in.)
ftfont.m:765: error: parse error before "cmap"
ftfont.m:766: error: `cmap' undeclared (first use in this function)
ftfont.m:766: error: structure has no member named `font'
ftfont.m:768: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:769: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:770: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:771: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:772: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:773: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m: In function `-[FTFontInfo 
drawString:at::to::::::::color::::transform:drawinfo:]':
ftfont.m:884: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:884: error: parse error before "cmap"
ftfont.m:938: error: structure has no member named `font'
ftfont.m:939: error: structure has no member named `font'
ftfont.m:1001: error: structure has no member named `font'
ftfont.m:1001: error: structure has no member named `font'
ftfont.m:1014: error: `cmap' undeclared (first use in this function)
ftfont.m:1014: error: structure has no member named `font'
ftfont.m:1016: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:1072: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:1073: error: structure has no member named `font'
ftfont.m:1073: error: structure has no member named `font'
ftfont.m:1080: error: structure has no member named `font'
ftfont.m:1080: error: structure has no member named `font'
ftfont.m:1080: error: structure has no member named `font'
ftfont.m:1209: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo 
drawGlyphs::at::to::::::color::::transform:drawinfo:]':
ftfont.m:1380: error: structure has no member named `font'
ftfont.m:1381: error: structure has no member named `font'
ftfont.m:1443: error: structure has no member named `font'
ftfont.m:1443: error: structure has no member named `font'
ftfont.m:1464: error: structure has no member named `font'
ftfont.m:1464: error: structure has no member named `font'
ftfont.m:1464: error: structure has no member named `font'
ftfont.m:1593: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo 
drawGlyphs::at::to::::::alpha::color::::transform:drawinfo:]':
ftfont.m:1754: error: structure has no member named `font'
ftfont.m:1755: error: structure has no member named `font'
ftfont.m:1817: error: structure has no member named `font'
ftfont.m:1817: error: structure has no member named `font'
ftfont.m:1839: error: structure has no member named `font'
ftfont.m:1839: error: structure has no member named `font'
ftfont.m:1839: error: structure has no member named `font'
ftfont.m:1966: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo glyphIsEncoded:]':
ftfont.m:2070: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo advancementForGlyph:]':
ftfont.m:2102: error: structure has no member named `font'
ftfont.m:2103: error: structure has no member named `font'
ftfont.m:2103: error: structure has no member named `font'
ftfont.m:2140: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo 
positionOfGlyph:precededByGlyph:isNominal:]':
ftfont.m:2208: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo widthOfString:]':
ftfont.m:2238: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:2238: error: parse error before "cmap"
ftfont.m:2250: error: `cmap' undeclared (first use in this function)
ftfont.m:2250: error: structure has no member named `font'
ftfont.m:2252: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:2259: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m: In function `-[FTFontInfo glyphWithName:]':
ftfont.m:2283: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo outlineString:at::gstate:]':
ftfont.m:2524: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:2524: error: parse error before "cmap"
ftfont.m:2555: error: `cmap' undeclared (first use in this function)
ftfont.m:2555: error: structure has no member named `font'
ftfont.m:2557: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:2565: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:2566: error: structure has no member named `font'
ftfont.m:2566: error: structure has no member named `font'
ftfont.m:2568: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo 
appendBezierPathWithGlyphs:count:toBezierPath:]':
ftfont.m:2628: error: structure has no member named `font'
ftfont.m: In function `-[FTFontInfo(subpixel) 
_drawGlyphs::at::to::::::color::::transform:drawinfo:]':
ftfont.m:2755: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:2755: error: parse error before "cmap"
ftfont.m:2806: error: structure has no member named `font'
ftfont.m:2807: error: structure has no member named `font'
ftfont.m:2833: error: structure has no member named `font'
ftfont.m:2833: error: structure has no member named `font'
ftfont.m:2846: error: `cmap' undeclared (first use in this function)
ftfont.m:2846: error: structure has no member named `font'
ftfont.m:2848: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:3031: error: structure has no member named `font'
ftfont.m: In function `-[NSFont(backend) glyphForCharacter:]':
ftfont.m:3132: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:3132: error: parse error before "cmap"
ftfont.m:3134: error: `cmap' undeclared (first use in this function)
ftfont.m:3134: error: structure has no member named `font'
ftfont.m:3136: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:3138: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m: In function `-[NSFont(backend) nameOfGlyph:]':
ftfont.m:3150: error: structure has no member named `font'
ftfont.m: In function `-[GSLayoutManager(backend) _generateGlyphsForRun:at:]':
ftfont.m:3217: error: `FTC_CMapDescRec' undeclared (first use in this function)
ftfont.m:3217: error: parse error before "cmap"
ftfont.m:3229: error: `cmap' undeclared (first use in this function)
ftfont.m:3229: error: structure has no member named `font'
ftfont.m:3231: error: `FTC_CMAP_BY_ENCODING' undeclared (first use in this 
function)
ftfont.m:3307: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m:3323: error: too few arguments to function `FTC_CMapCache_Lookup'
ftfont.m: In function `-[FTFontInfo(experimental) 
glyph:printing:extension:nameOfGlyph:]':
ftfont.m:3363: error: structure has no member named `font'
make[3]: *** [shared_obj/ftfont.o] Error 1
make[2]: *** [art.all.subproject.variables] Error 2
make[2]: Leaving directory `/usr/share/cvs/gnustep/core/back/Source/art'
make[1]: *** [libgnustep-art.all.bundle.variables] Error 2
make[1]: Leaving directory `/usr/share/cvs/gnustep/core/back/Source'
make: *** [internal-all] Error 2


reply via email to

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