Ticket #1369: gd.err

File gd.err, 10.3 KB (added by julien.touche@…, 20 years ago)

build error

Line 
1gd2 port
2libfreetype.6 is in base system (panther) /usr/X11R6/lib but no header
3so need a change in depends_lib
4
5DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
6DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
7DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
8DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
9DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
10DEBUG: com.apple.package registered provides 'package', a pre-existing procedure. Target override will not be provided
11DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/libpng-1.2.5.bz2
12DEBUG: Found Dependency: receipt: /opt/local/var/db/dports/receipts/jpeg-6b.bz2
13DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libfreetype.6.dylib regex: ^libfreetype\.6\.dylib$
14DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
15DEBUG: Found Dependency: path: /usr/X11R6/lib filename: libX11.6.dylib regex: ^libX11\.6\.dylib$
16DEBUG: Found Dependency: path: /usr/bin filename: perl regex: ^perl$
17DEBUG: Skipping completed com.apple.main (gd2)
18DEBUG: Skipping completed com.apple.fetch (gd2)
19DEBUG: Skipping completed com.apple.checksum (gd2)
20DEBUG: Skipping completed com.apple.extract (gd2)
21DEBUG: Skipping completed com.apple.patch (gd2)
22DEBUG: Skipping completed com.apple.configure (gd2)
23--->  Building gd2 with target all
24DEBUG: Executing com.apple.build (gd2)
25DEBUG: Assembled command: 'cd "/Users/touche/tmp/darwinports/dports/graphics/gd2/work/gd-2.0.15" && make all CCLD="gcc -L./.libs"'
26make  all-recursive
27Making all in config
28make[2]: Nothing to be done for `all'.
29Making all in test
30make[2]: Nothing to be done for `all'.
31if /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.   -I/opt/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2  -I/opt/local/include/libpng12  -g -O2 -MT gdft.lo -MD -MP -MF ".deps/gdft.Tpo" \
32  -c -o gdft.lo `test -f 'gdft.c' || echo './'`gdft.c; \
33then mv ".deps/gdft.Tpo" ".deps/gdft.Plo"; \
34else rm -f ".deps/gdft.Tpo"; exit 1; \
35fi
36rm -f .libs/gdft.lo
37gcc -DHAVE_CONFIG_H -I. -I. -I. -I/opt/local/include -I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/opt/local/include/libpng12 -g -O2 -MT gdft.lo -MD -MP -MF .deps/gdft.Tpo -c gdft.c  -fno-common -DPIC -o .libs/gdft.lo
38gdft.c:57:31: freetype/freetype.h: No such file or directory
39gdft.c:58:30: freetype/ftglyph.h: No such file or directory
40gdft.c:103: error: parse error before "FT_Library"
41gdft.c:103: warning: no semicolon at end of struct or union
42gdft.c:104: warning: data definition has no type or storage class
43gdft.c:105: error: parse error before "have_char_map_unicode"
44gdft.c:106: warning: data definition has no type or storage class
45gdft.c:108: error: parse error before '}' token
46gdft.c:109: warning: data definition has no type or storage class
47gdft.c:114: error: parse error before "FT_Library"
48gdft.c:114: warning: no semicolon at end of struct or union
49gdft.c:116: warning: data definition has no type or storage class
50gdft.c: In function `fontTest':
51gdft.c:334: error: `a' undeclared (first use in this function)
52gdft.c:334: error: (Each undeclared identifier is reported only once
53gdft.c:334: error: for each function it appears in.)
54gdft.c:334: error: parse error before ')' token
55gdft.c:335: error: `b' undeclared (first use in this function)
56gdft.c:335: error: parse error before ')' token
57gdft.c: In function `fontFetch':
58gdft.c:343: error: `a' undeclared (first use in this function)
59gdft.c:344: error: `b' undeclared (first use in this function)
60gdft.c:344: error: parse error before ')' token
61gdft.c:352: error: `FT_Error' undeclared (first use in this function)
62gdft.c:352: error: parse error before "err"
63gdft.c:353: error: `FT_CharMap' undeclared (first use in this function)
64gdft.c:356: error: parse error before ')' token
65gdft.c:433: error: `err' undeclared (first use in this function)
66gdft.c:453: error: `charmap' undeclared (first use in this function)
67gdft.c:462: error: `found' undeclared (first use in this function)
68gdft.c: In function `fontRelease':
69gdft.c:497: error: `a' undeclared (first use in this function)
70gdft.c:497: error: parse error before ')' token
71gdft.c: At top level:
72gdft.c:592: error: parse error before "FT_Bitmap"
73gdft.c: In function `gdft_draw_bitmap':
74gdft.c:602: error: `fg' undeclared (first use in this function)
75gdft.c:603: error: `im' undeclared (first use in this function)
76gdft.c:607: error: `bitmap' undeclared (first use in this function)
77gdft.c:611: error: `pen_y' undeclared (first use in this function)
78gdft.c:618: error: `ft_pixel_mode_grays' undeclared (first use in this function)
79gdft.c:627: error: `ft_pixel_mode_mono' undeclared (first use in this function)
80gdft.c:651: error: `pen_x' undeclared (first use in this function)
81gdft.c:743: error: `tc_cache' undeclared (first use in this function)
82gdft.c: At top level:
83gdft.c:753: error: parse error before "v1"
84gdft.c: In function `gdroundupdown':
85gdft.c:755: error: `updown' undeclared (first use in this function)
86gdft.c:756: error: `v1' undeclared (first use in this function)
87gdft.c: At top level:
88gdft.c:765: error: parse error before "library"
89gdft.c:765: warning: data definition has no type or storage class
90gdft.c: In function `gdImageStringFTEx':
91gdft.c:793: error: `FT_BBox' undeclared (first use in this function)
92gdft.c:793: error: parse error before "bbox"
93gdft.c:794: error: `FT_Matrix' undeclared (first use in this function)
94gdft.c:795: error: `FT_Vector' undeclared (first use in this function)
95gdft.c:796: error: `FT_Face' undeclared (first use in this function)
96gdft.c:797: error: `FT_Glyph' undeclared (first use in this function)
97gdft.c:798: error: `FT_GlyphSlot' undeclared (first use in this function)
98gdft.c:799: error: `FT_Error' undeclared (first use in this function)
99gdft.c:800: error: `FT_Bool' undeclared (first use in this function)
100gdft.c:801: error: `FT_UInt' undeclared (first use in this function)
101gdft.c:806: error: `font' undeclared (first use in this function)
102gdft.c:807: error: parse error before "fontkey"
103gdft.c:811: error: `FT_BitmapGlyph' undeclared (first use in this function)
104gdft.c:811: error: parse error before "bm"
105gdft.c:814: error: `FT_LOAD_DEFAULT' undeclared (first use in this function)
106gdft.c:854: error: `fontkey' undeclared (first use in this function)
107gdft.c:856: error: parse error before ')' token
108gdft.c:863: error: `slot' undeclared (first use in this function)
109gdft.c:863: error: invalid type argument of `->'
110gdft.c:865: error: `FT_F26Dot6' undeclared (first use in this function)
111gdft.c:872: error: `matrix' undeclared (first use in this function)
112gdft.c:872: error: `FT_Fixed' undeclared (first use in this function)
113gdft.c:877: error: `penf' undeclared (first use in this function)
114gdft.c:878: error: `pen' undeclared (first use in this function)
115gdft.c:879: error: `bbox' undeclared (first use in this function)
116gdft.c:881: error: `use_kerning' undeclared (first use in this function)
117gdft.c:882: error: `previous' undeclared (first use in this function)
118gdft.c:885: error: `FT_LOAD_MONOCHROME' undeclared (first use in this function)
119gdft.c:972: error: invalid type argument of `->'
120gdft.c:1047: error: `glyph_index' undeclared (first use in this function)
121gdft.c:1053: error: `ft_kerning_default' undeclared (first use in this function)
122gdft.c:1053: error: `delta' undeclared (first use in this function)
123gdft.c:1060: error: `err' undeclared (first use in this function)
124gdft.c:1068: error: `image' undeclared (first use in this function)
125gdft.c:1071: error: `ft_glyph_bbox_gridfit' undeclared (first use in this function)
126gdft.c:1071: error: `glyph_bbox' undeclared (first use in this function)
127gdft.c:1101: error: `ft_glyph_format_bitmap' undeclared (first use in this function)
128gdft.c:1103: error: `ft_render_mode_normal' undeclared (first use in this function)
129gdft.c:1112: error: `bm' undeclared (first use in this function)
130gdft.c:1112: error: parse error before "image"
131make[2]: *** [gdft.lo] Error 1
132make[1]: *** [all-recursive] Error 1
133make: *** [all] Error 2
134Error: Target com.apple.build returned: shell command "cd "/Users/touche/tmp/darwinports/dports/graphics/gd2/work/gd-2.0.15" && make all CCLD="gcc -L./.libs"" returned error 2
135Command output: gdft.c:811: error: parse error before "bm"
136gdft.c:814: error: `FT_LOAD_DEFAULT' undeclared (first use in this function)
137gdft.c:854: error: `fontkey' undeclared (first use in this function)
138gdft.c:856: error: parse error before ')' token
139gdft.c:863: error: `slot' undeclared (first use in this function)
140gdft.c:863: error: invalid type argument of `->'
141gdft.c:865: error: `FT_F26Dot6' undeclared (first use in this function)
142gdft.c:872: error: `matrix' undeclared (first use in this function)
143gdft.c:872: error: `FT_Fixed' undeclared (first use in this function)
144gdft.c:877: error: `penf' undeclared (first use in this function)
145gdft.c:878: error: `pen' undeclared (first use in this function)
146gdft.c:879: error: `bbox' undeclared (first use in this function)
147gdft.c:881: error: `use_kerning' undeclared (first use in this function)
148gdft.c:882: error: `previous' undeclared (first use in this function)
149gdft.c:885: error: `FT_LOAD_MONOCHROME' undeclared (first use in this function)
150gdft.c:972: error: invalid type argument of `->'
151gdft.c:1047: error: `glyph_index' undeclared (first use in this function)
152gdft.c:1053: error: `ft_kerning_default' undeclared (first use in this function)
153gdft.c:1053: error: `delta' undeclared (first use in this function)
154gdft.c:1060: error: `err' undeclared (first use in this function)
155gdft.c:1068: error: `image' undeclared (first use in this function)
156gdft.c:1071: error: `ft_glyph_bbox_gridfit' undeclared (first use in this function)
157gdft.c:1071: error: `glyph_bbox' undeclared (first use in this function)
158gdft.c:1101: error: `ft_glyph_format_bitmap' undeclared (first use in this function)
159gdft.c:1103: error: `ft_render_mode_normal' undeclared (first use in this function)
160gdft.c:1112: error: `bm' undeclared (first use in this function)
161gdft.c:1112: error: parse error before "image"
162make[2]: *** [gdft.lo] Error 1
163make[1]: *** [all-recursive] Error 1
164make: *** [all] Error 2
165
166Warning: the following items did not execute (for gd2): com.apple.build