Bug 7870 - make errors
Summary: make errors
Status: RESOLVED DUPLICATE of bug 7862
Alias: None
Product: fontconfig
Classification: Unclassified
Component: library (show other bugs)
Version: 2.2
Hardware: x86 (IA32) Linux (All)
: highest normal
Assignee: Keith Packard
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-14 05:26 UTC by stush
Modified: 2006-09-01 12:42 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description stush 2006-08-14 05:26:34 UTC
the version is 2.2.3 i use ./configure and its ok but  when i 
make it i get these errors

 gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/freetype2
-I/usr/local/include -DFONTCONFIG_PATH=\"/usr/local/etc/fonts\" -I.. -I../src -g
-O2 -MT fcfreetype.lo -MD -MP -MF .deps/fcfreetype.Tpo -c fcfreetype.c  -fPIC
-DPIC -o .libs/fcfreetype.o
fcfreetype.c:53:10: error: #include expects "FILENAME" or <FILENAME>
fcfreetype.c: In function 'FcGetPixelSize':
fcfreetype.c:268: error: dereferencing pointer to incomplete type
fcfreetype.c: In function 'FcFreeTypeQuery':
fcfreetype.c:818: error: dereferencing pointer to incomplete type
fcfreetype.c:826: error: dereferencing pointer to incomplete type
fcfreetype.c:848: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
fcfreetype.c:904: error: dereferencing pointer to incomplete type
fcfreetype.c:904: error: invalid type argument of '->'
make[2]: *** [fcfreetype.lo] Error 1
make[2]: Leaving directory `/home/Stush/Linux/fontconfig-2.2.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/Stush/Linux/fontconfig-2.2.3'
make: *** [all] Error 2

any ideas
Comment 1 Keith Packard 2006-09-01 12:42:15 UTC

*** This bug has been marked as a duplicate of 7862 ***


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.