paragui-users
[Top][All Lists]
Advanced

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

[paragui-users] RE: newbie questions


From: tony Tong
Subject: [paragui-users] RE: newbie questions
Date: Tue, 11 Jun 2002 20:14:59 -0700 (PDT)

I use "rpm -q " function to make it sure that  the
freetype and its develope package have been installed
on my RH7.1 box. yes, they do exist and they are 2.0.1
. But I cannot pass compile .
So I download freetype2.0.4.tar.gz from freetype.org.
I want to rpm -e older freetype .but it told me many
tools need it . so i just let it alone and go to
install new version .
I untar  the freetype2 package and install it .
but this time I encounter a new error. The bottom is
the new error report. I dont find where is wrong .
And also I wonder whether I must uninstall the older
freetype package . But I am afraid it will crash many
tool I needed ,even the entire linux . 


error report
Making all in font
make[2]: Entering directory
`/workplace/paragui/paragui-1.0.1/src/font'
/bin/sh ../../libtool --mode=compile c++
-DHAVE_CONFIG_H -I. -I. -I../../include
-I/usr/local/include -I/usr/local/include/SDL
-D_REENTRANT    -I../../include    -g -O2 -Wall
-I/usr/local/include/freetype2   -fno-exceptions
-I/usr/local/include -c pgfont_impl.cpp
rm -f .libs/pgfont_impl.lo
c++ -DHAVE_CONFIG_H -I. -I. -I../../include
-I/usr/local/include -I/usr/local/include/SDL
-D_REENTRANT -I../../include -g -O2 -Wall
-I/usr/local/include/freetype2 -fno-exceptions
-I/usr/local/include -c pgfont_impl.cpp  -fPIC -DPIC
-o .libs/pgfont_impl.lo
In file included from
/usr/local/include/freetype2/freetype/ftcache.h:39,
                 from facecache.h:10,
                 from pgfont_impl.cpp:2:
/usr/local/include/freetype2/freetype/ftglyph.h:86:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:88:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:89:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:127:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:128:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:129:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:163:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftglyph.h:185:
`FT_Error' was not declared in this scope
/usr/local/include/freetype2/freetype/ftglyph.h:185:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h:185:
syntax error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:207:
`FT_Error' was not declared in this scope
/usr/local/include/freetype2/freetype/ftglyph.h:207:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h:207:
redefinition of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:185:
`int FT_EXPORT' previously defined here
/usr/local/include/freetype2/freetype/ftglyph.h:207:
syntax error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:236:
`FT_Error' was not declared in this scope
/usr/local/include/freetype2/freetype/ftglyph.h:236:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h:236:
redefinition of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:207:
`int FT_EXPORT' previously defined here
/usr/local/include/freetype2/freetype/ftglyph.h:236:
syntax error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:314:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h: In
function `int FT_EXPORT ()':
/usr/local/include/freetype2/freetype/ftglyph.h:314:
`int FT_EXPORT ()' redeclared as different kind of 
symbol
/usr/local/include/freetype2/freetype/ftglyph.h:236:
previous declaration of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:236:
previous non-function declaration `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:314:
conflicts with function declaration `int FT_EXPORT 
()'
/usr/local/include/freetype2/freetype/ftglyph.h:314:
parse error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:315:
type specifier omitted for parameter
/usr/local/include/freetype2/freetype/ftglyph.h:315:
parse error before `,'
/usr/local/include/freetype2/freetype/ftglyph.h:316:
ISO C++ forbids declaration of `FT_Glyph_Get_CBox' 
with no type
/usr/local/include/freetype2/freetype/ftglyph.h:390:
`FT_Error' undeclared (first use this function)
/usr/local/include/freetype2/freetype/ftglyph.h:390:
(Each undeclared identifier is reported only once 
for each function it appears in.)
/usr/local/include/freetype2/freetype/ftglyph.h:390:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h:390:
redefinition of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:236:
`int FT_EXPORT' previously defined here
/usr/local/include/freetype2/freetype/ftglyph.h:390:
syntax error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:407:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h: In
function `int FT_EXPORT ()':
/usr/local/include/freetype2/freetype/ftglyph.h:407:
`int FT_EXPORT ()' redeclared as different kind of 
symbol
/usr/local/include/freetype2/freetype/ftglyph.h:390:
previous declaration of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:390:
previous non-function declaration `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:407:
conflicts with function declaration `int FT_EXPORT 
()'
/usr/local/include/freetype2/freetype/ftglyph.h:407:
parse error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:407:
ISO C++ forbids declaration of `FT_Done_Glyph' 
with no type
/usr/local/include/freetype2/freetype/ftglyph.h:437:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h: In
function `int FT_EXPORT ()':
/usr/local/include/freetype2/freetype/ftglyph.h:437:
`int FT_EXPORT ()' redeclared as different kind of 
symbol
/usr/local/include/freetype2/freetype/ftglyph.h:390:
previous declaration of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:390:
previous non-function declaration `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:437:
conflicts with function declaration `int FT_EXPORT 
()'
/usr/local/include/freetype2/freetype/ftglyph.h:437:
parse error before `('
/usr/local/include/freetype2/freetype/ftglyph.h:437:
`FT_Matrix' undeclared (first use this function)
/usr/local/include/freetype2/freetype/ftglyph.h:437:
`a' undeclared (first use this function)
/usr/local/include/freetype2/freetype/ftglyph.h:438:
`b' undeclared (first use this function)
/usr/local/include/freetype2/freetype/ftglyph.h:438:
ISO C++ forbids declaration of 
`FT_Matrix_Multiply' with no type
/usr/local/include/freetype2/freetype/ftglyph.h:438:
initializer list being treated as compound 
expression
/usr/local/include/freetype2/freetype/ftglyph.h:456:
ISO C++ forbids declaration of `FT_EXPORT' with no 
type
/usr/local/include/freetype2/freetype/ftglyph.h:456:
redefinition of `int FT_EXPORT'
/usr/local/include/freetype2/freetype/ftglyph.h:390:
`int FT_EXPORT' previously defined here
/usr/local/include/freetype2/freetype/ftglyph.h:456:
syntax error before `('
In file included from facecache.h:10,
                 from pgfont_impl.cpp:2:
/usr/local/include/freetype2/freetype/ftcache.h:83:
syntax error before `;'
/usr/local/include/freetype2/freetype/ftcache.h:113:
`FTC_Face_Requester' undeclared (first use this 
function)
/usr/local/include/freetype2/freetype/ftcache.h:113:
`FTC_FaceID' undeclared (first use this function)
/usr/local/include/freetype2/freetype/ftcache.h:113:
parse error before `,'
/usr/local/include/freetype2/freetype/ftcache.h:116:
ISO C++ forbids declaration of `FT_Error' with no 
type
/usr/local/include/freetype2/freetype/ftcache.h:116:
typedef declaration includes an initializer
/usr/local/include/freetype2/freetype/ftcache.h:116:
`typedef int (FT_Error) (...)' used prior to 
declaration
/usr/local/include/freetype2/freetype/ftcache.h:116:
confused by earlier errors, bailing out
make[2]: *** [pgfont_impl.lo] Error 1
make[2]: Leaving directory
`/workplace/paragui/paragui-1.0.1/src/font'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/workplace/paragui/paragui-1.0.1/src'
make: *** [all-recursive] Error 1



__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



reply via email to

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