LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fedora9 compile pango error (https://www.linuxquestions.org/questions/linux-newbie-8/fedora9-compile-pango-error-721728/)

dxdhit 04-26-2009 01:48 AM

fedora9 compile pango error
 
help me, I don't know how to deal with this problem. Thank you in advance.

../pango/pango-enum-types.h:12:9: error:macro names must be identifiers
../pango/pango-enum-types.h:14:9: error:macro names must be identifiers
../pango/pango-enum-types.h:17:9: error:macro names must be identifiers
../pango/pango-enum-types.h:19:9: error:macro names must be identifiers
../pango/pango-enum-types.h:22:9: error:macro names must be identifiers
../pango/pango-enum-types.h:25:9: error:macro names must be identifiers
../pango/pango-enum-types.h:27:9: error:macro names must be identifiers
../pango/pango-enum-types.h:29:9: error:macro names must be identifiers
../pango/pango-enum-types.h:31:9: error:macro names must be identifiers
../pango/pango-enum-types.h:33:9: error:macro names must be identifiers
../pango/pango-enum-types.h:36:9: error:macro names must be identifiers
../pango/pango-enum-types.h:38:9: error:macro names must be identifiers
../pango/pango-enum-types.h:41:9: error:macro names must be identifiers
../pango/pango-enum-types.h:43:9: error:macro names must be identifiers
../pango/pango-enum-types.h:45:9: error:macro names must be identifiers
../pango/pango-enum-types.h:48:9: error:macro names must be identifiers
../pango/pango-enum-types.h:51:9: error:macro names must be identifiers
../pango/pango-enum-types.h:54:9: error:macro names must be identifiers
make[4]: *** [fonts.lo] error 1
make[4]: Leaving directory `/home/dxdhit/下载/pango-1.24.1/pango'
make[3]: *** [all-recursive] error 1
make[3]: Leaving directory `/home/dxdhit/下载/pango-1.24.1/pango'
make[2]: *** [all] error 2
make[2]: Leaving directory `/home/dxdhit/下载/pango-1.24.1/pango'
make[1]: *** [all-recursive] error 1
make[1]: Leaving directory `/home/dxdhit/下载/pango-1.24.1'
make: *** [all] error 2

axelfc 04-26-2009 02:12 AM

Why are you trying to install pango by yourself? You should install it through yum. I guess yum install pango would do the job.

Take a look for more information: Fedora 10 Installation Guide

John VV 04-26-2009 12:47 PM

try
Code:

yum install pango pango-devel
but from the error it looks like you are missing some dependencies

did you read the two files README and INSTALL
http://svn.gnome.org/svn/pango/trunk/README


All times are GMT -5. The time now is 06:48 PM.