Hi guys

I'm a new user of FreeType, today I downloaded FreeType2.2.1 version
related packages.
I can build freetype2 lib successfully.


but when I building the 2.2.1 demo, it can pass the compile before the
"graph" files. :

[EMAIL PROTECTED]: /home1/a18614/freetype/ft2demos-2.2.1>l obj/
total 284
drwxr-xr-x   2 a18614   zch45-auf     512 Jan 12 16:41 .
drwxr-xr-x   7 a18614   zch45-auf     512 Jan 12 19:54 ..
-rw-r--r--   1 a18614   zch45-auf      87 Jul  8  2000 README
-rw-r--r--   1 a18614   zch45-auf    7468 Jan 12 16:41 common.o
-rw-r--r--   1 a18614   zch45-auf   51700 Jan 12 16:41 ftdump.o
-rw-r--r--   1 a18614   zch45-auf   25516 Jan 12 16:41 ftlint.o
-rw-r--r--   1 a18614   zch45-auf   31032 Jan 12 16:41 ftmemchk.o
-rw-r--r--   1 a18614   zch45-auf   24536 Jan 12 16:41 testname.o

and get 'ftdump', 'ftlint', 'ftmemchk' executable files.

 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]: 
/home1/a18614/freetype/ft2demos-2.2.1>l
bin/
total 150
drwxr-xr-x   3 a18614   zch45-auf     512 Jan 12 16:41 .
drwxr-xr-x   7 a18614   zch45-auf     512 Jan 12 19:54 ..
drwxr-xr-x   2 a18614   zch45-auf     512 Jan 12 16:41 .libs
-rw-r--r--   1 a18614   zch45-auf   12212 Jan 12 14:38 BAR-CODE-3-9.ttf
-rw-r--r--   1 a18614   zch45-auf   35328 Jan 12 14:42 WINGDNG3.TTF
-rwxr-xr-x   1 a18614   zch45-auf    3395 Jan 12 16:41 ftdump
-rwxr-xr-x   1 a18614   zch45-auf    3395 Jan 12 16:41 ftlint
-rwxr-xr-x   1 a18614   zch45-auf    3403 Jan 12 16:41 ftmemchk
-rw-r--r--   1 a18614   zch45-auf   13312 Jan 12 14:42 roman.fon
 <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED]: 
/home1/a18614/freetype/ft2demos-2.2.1>


but it will report a lot of error when compiling the graph related
files:

gcc -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB
-DFT_CONFIG_CONFIG_H="<ftconfig.h>"
-I/home1/a18614/freetype/ft2demos-2.2.1/graph -o
/home1/a18614/freetype/ft2demos-2.2.1/obj/grblit.o
/home1/a18614/freetype/ft2demos-2.2.1/graph/grblit.c
/home1/a18614/freetype/ft2demos-2.2.1/graph/grblit.c:806: parse error
before `{'
/home1/a18614/freetype/ft2demos-2.2.1/graph/grblit.c:806: stray '\' in
program
...

/home1/a18614/freetype/ft2demos-2.2.1/graph/gblender.h:146: `_gb'
undeclared here (not in a function)        // I can find the definition
of '_gb', "_fore'....
/home1/a18614/freetype/ft2demos-2.2.1/graph/gblender.h:146: stray '\' in
program
/home1/a18614/freetype/ft2demos-2.2.1/graph/gblender.h:147: `_fore'
undeclared here (not in a function)
...

the detail build error report please refer to the attached log file,

could someone help me on this?

Thanks!

 
 
BRs
Tony



-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Werner LEMBERG
Sent: Friday, January 12, 2007 5:42 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]; [email protected]
Subject: Re: [ft] FreeType 2.3.0 release candidate 1 is available


> CHANGES still mentions 2.2.2

Fixed, thanks.

> Please review savannah bugs. There is only 9 open bugs including 1
> mine. Who know may be they are fixed or way eaasy to fix.

I think the ones which are easy to fix have already been handled.

Will have a look into your issue later today.  In case of bad rendering
of certain glyphs, please always specify the font version.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype


Attachment: demo-make.log
Description: demo-make.log

_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to