Ik draai een 'make install clean' vanuit de mambo-portsdir, en krijg de volgende foutmelding:
Op inet kan ik niks hierover vinden (ook niet op de site van FreeBSD of Mambo).
Some a hint ??
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
| t1x11.c:41:22: X11/Xlib.h: No such file or directory t1x11.c:42:23: X11/Xutil.h: No such file or directory In file included from t1x11.c:60: t1x11.h:32: error: syntax error before '*' token t1x11.h:36: error: syntax error before "d" t1x11.h:39: error: syntax error before "d" t1x11.h:43: error: syntax error before "d" t1x11.h:47: error: syntax error before "d" t1x11.h:50: error: syntax error before "d" t1x11.h:54: error: syntax error before "d" t1x11.h:61: error: syntax error before "drawable" t1x11.c:78: error: syntax error before '*' token t1x11.c:78: warning: data definition has no type or storage class t1x11.c:79: error: syntax error before '*' token t1x11.c:79: warning: data definition has no type or storage class t1x11.c:80: error: syntax error before "T1_colormap" t1x11.c:80: warning: data definition has no type or storage class t1x11.c:94: error: syntax error before "aacolors" t1x11.c:94: warning: data definition has no type or storage class t1x11.c:108: error: syntax error before '*' token t1x11.c: In function `T1_SetX11Params': t1x11.c:114: error: `display' undeclared (first use in this function) t1x11.c:114: error: (Each undeclared identifier is reported only once t1x11.c:114: error: for each function it appears in.) t1x11.c:115: error: `visual' undeclared (first use in this function) t1x11.c:116: error: `depth' undeclared (first use in this function) t1x11.c:117: error: `colormap' undeclared (first use in this function) t1x11.c: At top level: t1x11.c:142: error: syntax error before "d" t1x11.c: In function `T1_SetCharX': t1x11.c:150: error: syntax error before "clipmask" t1x11.c:163: error: `mode' undeclared (first use in this function) t1x11.c:166: error: `FontID' undeclared (first use in this function) t1x11.c:166: error: `charcode' undeclared (first use in this function) t1x11.c:166: error: `size' undeclared (first use in this function) t1x11.c:166: error: `transform' undeclared (first use in this function) t1x11.c:183: error: `clipmask' undeclared (first use in this function) t1x11.c:184: error: `d' undeclared (first use in this function) t1x11.c:192: error: `x_dest' undeclared (first use in this function) t1x11.c:193: error: `y_dest' undeclared (first use in this function) t1x11.c:197: error: `gc' undeclared (first use in this function) t1x11.c:207: error: `None' undeclared (first use in this function) t1x11.c: At top level: t1x11.c:228: error: syntax error before "d" t1x11.c: In function `T1_SetStringX': t1x11.c:237: error: syntax error before "clipmask" t1x11.c:250: error: `mode' undeclared (first use in this function) t1x11.c:253: error: `FontID' undeclared (first use in this function) t1x11.c:253: error: `string' undeclared (first use in this function) t1x11.c:253: error: `len' undeclared (first use in this function) t1x11.c:254: error: `spaceoff' undeclared (first use in this function) t1x11.c:254: error: `modflag' undeclared (first use in this function) t1x11.c:254: error: `size' undeclared (first use in this function) t1x11.c:255: error: `transform' undeclared (first use in this function) t1x11.c:271: error: `clipmask' undeclared (first use in this function) t1x11.c:272: error: `d' undeclared (first use in this function) t1x11.c:280: error: `x_dest' undeclared (first use in this function) t1x11.c:281: error: `y_dest' undeclared (first use in this function) t1x11.c:285: error: `gc' undeclared (first use in this function) t1x11.c:295: error: `None' undeclared (first use in this function) t1x11.c: At top level: t1x11.c:316: error: syntax error before "d" t1x11.c: In function `T1_SetRectX': t1x11.c:325: error: syntax error before "clipmask" t1x11.c:338: error: `mode' undeclared (first use in this function) t1x11.c:341: error: `FontID' undeclared (first use in this function) t1x11.c:341: error: `size' undeclared (first use in this function) t1x11.c:341: error: `rwidth' undeclared (first use in this function) t1x11.c:341: error: `rheight' undeclared (first use in this function) t1x11.c:341: error: `transform' undeclared (first use in this function) t1x11.c:358: error: `clipmask' undeclared (first use in this function) t1x11.c:359: error: `d' undeclared (first use in this function) t1x11.c:367: error: `x_dest' undeclared (first use in this function) t1x11.c:368: error: `y_dest' undeclared (first use in this function) t1x11.c:372: error: `gc' undeclared (first use in this function) t1x11.c:382: error: `None' undeclared (first use in this function) t1x11.c: At top level: t1x11.c:404: error: syntax error before "d" t1x11.c: In function `T1_AASetCharX': t1x11.c:411: error: `XImage' undeclared (first use in this function) t1x11.c:411: error: `ximage' undeclared (first use in this function) t1x11.c:417: error: syntax error before "xgcvalues" t1x11.c:420: error: syntax error before "clipmask" t1x11.c:437: error: `mode' undeclared (first use in this function) t1x11.c:443: error: `gc' undeclared (first use in this function) t1x11.c:443: error: `GCForeground' undeclared (first use in this function) t1x11.c:443: error: `GCBackground' undeclared (first use in this function) t1x11.c:443: error: `xgcvalues' undeclared (first use in this function) t1x11.c:453: error: `size' undeclared (first use in this function) t1x11.c:505: error: `FontID' undeclared (first use in this function) t1x11.c:505: error: `charcode' undeclared (first use in this function) t1x11.c:506: error: `transform' undeclared (first use in this function) t1x11.c:525: error: `x_dest' undeclared (first use in this function) t1x11.c:526: error: `y_dest' undeclared (first use in this function) t1x11.c:564: error: `clipmask' undeclared (first use in this function) t1x11.c:565: error: `d' undeclared (first use in this function) t1x11.c:578: error: `ZPixmap' undeclared (first use in this function) t1x11.c:602: error: `None' undeclared (first use in this function) t1x11.c: At top level: t1x11.c:623: error: syntax error before "d" t1x11.c: In function `T1_AASetStringX': t1x11.c:631: error: `XImage' undeclared (first use in this function) t1x11.c:631: error: `ximage' undeclared (first use in this function) t1x11.c:638: error: syntax error before "xgcvalues" t1x11.c:642: error: syntax error before "clipmask" t1x11.c:658: error: `mode' undeclared (first use in this function) t1x11.c:663: error: `gc' undeclared (first use in this function) t1x11.c:663: error: `GCForeground' undeclared (first use in this function) t1x11.c:663: error: `GCBackground' undeclared (first use in this function) t1x11.c:663: error: `xgcvalues' undeclared (first use in this function) t1x11.c:674: error: `size' undeclared (first use in this function) t1x11.c:727: error: `FontID' undeclared (first use in this function) t1x11.c:727: error: `string' undeclared (first use in this function) t1x11.c:727: error: `len' undeclared (first use in this function) t1x11.c:728: error: `spaceoff' undeclared (first use in this function) t1x11.c:728: error: `modflag' undeclared (first use in this function) t1x11.c:729: error: `transform' undeclared (first use in this function) t1x11.c:748: error: `x_dest' undeclared (first use in this function) t1x11.c:749: error: `y_dest' undeclared (first use in this function) t1x11.c:787: error: `clipmask' undeclared (first use in this function) t1x11.c:788: error: `d' undeclared (first use in this function) t1x11.c:801: error: `ZPixmap' undeclared (first use in this function) t1x11.c:825: error: `None' undeclared (first use in this function) t1x11.c: At top level: t1x11.c:846: error: syntax error before "d" t1x11.c: In function `T1_AASetRectX': t1x11.c:854: error: `XImage' undeclared (first use in this function) t1x11.c:854: error: `ximage' undeclared (first use in this function) t1x11.c:860: error: syntax error before "xgcvalues" t1x11.c:863: error: syntax error before "clipmask" t1x11.c:880: error: `mode' undeclared (first use in this function) t1x11.c:886: error: `gc' undeclared (first use in this function) t1x11.c:886: error: `GCForeground' undeclared (first use in this function) t1x11.c:886: error: `GCBackground' undeclared (first use in this function) t1x11.c:886: error: `xgcvalues' undeclared (first use in this function) t1x11.c:896: error: `size' undeclared (first use in this function) t1x11.c:948: error: `FontID' undeclared (first use in this function) t1x11.c:948: error: `rwidth' undeclared (first use in this function) t1x11.c:948: error: `rheight' undeclared (first use in this function) t1x11.c:948: error: `transform' undeclared (first use in this function) t1x11.c:967: error: `x_dest' undeclared (first use in this function) t1x11.c:968: error: `y_dest' undeclared (first use in this function) t1x11.c:1006: error: `clipmask' undeclared (first use in this function) t1x11.c:1007: error: `d' undeclared (first use in this function) t1x11.c:1020: error: `ZPixmap' undeclared (first use in this function) t1x11.c:1044: error: `None' undeclared (first use in this function) t1x11.c: In function `T1_ComputeAAColorsX': t1x11.c:1076: error: request for member `pixel' in something not a structure or union t1x11.c:1077: error: request for member `pixel' in something not a structure or union t1x11.c:1085: error: request for member `red' in something not a structure or union t1x11.c:1085: error: request for member `red' in something not a structure or union t1x11.c:1086: error: request for member `green' in something not a structure or union t1x11.c:1086: error: request for member `green' in something not a structure or union t1x11.c:1087: error: request for member `blue' in something not a structure or union t1x11.c:1087: error: request for member `blue' in something not a structure or union t1x11.c:1088: error: request for member `pixel' in something not a structure or union t1x11.c:1089: error: request for member `pixel' in something not a structure or union t1x11.c:1092: error: request for member `red' in something not a structure or union t1x11.c:1092: error: request for member `red' in something not a structure or union t1x11.c:1093: error: request for member `green' in something not a structure or union t1x11.c:1093: error: request for member `green' in something not a structure or union t1x11.c:1094: error: request for member `blue' in something not a structure or union t1x11.c:1094: error: request for member `blue' in something not a structure or union t1x11.c:1095: error: request for member `flags' in something not a structure or union t1x11.c:1095: error: `DoRed' undeclared (first use in this function) t1x11.c:1095: error: `DoGreen' undeclared (first use in this function) t1x11.c:1095: error: `DoBlue' undeclared (first use in this function) t1x11.c:1096: error: request for member `pad' in something not a structure or union t1x11.c:1096: error: request for member `pad' in something not a structure or union t1x11.c:1099: error: request for member `pixel' in something not a structure or union t1x11.c: At top level: t1x11.c:1122: error: syntax error before '*' token t1x11.c: In function `T1_XImageFromGlyph': t1x11.c:1124: error: `XImage' undeclared (first use in this function) t1x11.c:1124: error: `ximage' undeclared (first use in this function) t1x11.c:1136: error: `XYBitmap' undeclared (first use in this function) t1x11.c:1149: error: `ZPixmap' undeclared (first use in this function) gmake[2]: *** [t1x11.lo] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/t1lib/work/t1lib-5.1.0/lib/t1lib' gmake[1]: *** [t1lib_target] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/t1lib/work/t1lib-5.1.0/lib' gmake: *** [XXXX] Error 1 *** Error code 2 Stop in /usr/ports/devel/t1lib. |
Op inet kan ik niks hierover vinden (ook niet op de site van FreeBSD of Mambo).
Some a hint ??
http://srom.zgp.org || "Did u use Tha Magic Book ?"