1 | This file contains any messages produced by compilers while |
---|
2 | running configure, to aid debugging if configure makes a mistake. |
---|
3 | |
---|
4 | It was created by Terminal configure 0.4.5, which was |
---|
5 | generated by GNU Autoconf 2.65. Invocation command line was |
---|
6 | |
---|
7 | $ ./configure --prefix=/opt/local --enable-dbus |
---|
8 | |
---|
9 | ## --------- ## |
---|
10 | ## Platform. ## |
---|
11 | ## --------- ## |
---|
12 | |
---|
13 | hostname = volkers-mini |
---|
14 | uname -m = x86_64 |
---|
15 | uname -r = 13.0.0 |
---|
16 | uname -s = Darwin |
---|
17 | uname -v = Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 |
---|
18 | |
---|
19 | /usr/bin/uname -p = i386 |
---|
20 | /bin/uname -X = unknown |
---|
21 | |
---|
22 | /bin/arch = unknown |
---|
23 | /usr/bin/arch -k = unknown |
---|
24 | /usr/convex/getsysinfo = unknown |
---|
25 | /usr/bin/hostinfo = Mach kernel version: |
---|
26 | Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 |
---|
27 | Kernel configured for up to 4 processors. |
---|
28 | 2 processors are physically available. |
---|
29 | 4 processors are logically available. |
---|
30 | Processor type: i486 (Intel 80486) |
---|
31 | Processors active: 0 1 2 3 |
---|
32 | Primary memory available: 4.00 gigabytes |
---|
33 | Default processor set: 165 tasks, 724 threads, 4 processors |
---|
34 | Load average: 2.32, Mach factor: 2.22 |
---|
35 | /bin/machine = unknown |
---|
36 | /usr/bin/oslevel = unknown |
---|
37 | /bin/universe = unknown |
---|
38 | |
---|
39 | PATH: /opt/local/bin |
---|
40 | PATH: /opt/local/sbin |
---|
41 | PATH: /bin |
---|
42 | PATH: /sbin |
---|
43 | PATH: /usr/bin |
---|
44 | PATH: /usr/sbin |
---|
45 | |
---|
46 | |
---|
47 | ## ----------- ## |
---|
48 | ## Core tests. ## |
---|
49 | ## ----------- ## |
---|
50 | |
---|
51 | configure:2494: checking for a BSD-compatible install |
---|
52 | configure:2562: result: /usr/bin/install -c |
---|
53 | configure:2573: checking whether build environment is sane |
---|
54 | configure:2623: result: yes |
---|
55 | configure:2754: checking for a thread-safe mkdir -p |
---|
56 | configure:2793: result: ./install-sh -c -d |
---|
57 | configure:2806: checking for gawk |
---|
58 | configure:2836: result: no |
---|
59 | configure:2806: checking for mawk |
---|
60 | configure:2836: result: no |
---|
61 | configure:2806: checking for nawk |
---|
62 | configure:2836: result: no |
---|
63 | configure:2806: checking for awk |
---|
64 | configure:2822: found /usr/bin/awk |
---|
65 | configure:2833: result: awk |
---|
66 | configure:2844: checking whether make sets $(MAKE) |
---|
67 | configure:2866: result: yes |
---|
68 | configure:2941: checking how to create a ustar tar archive |
---|
69 | configure:2954: tar --version |
---|
70 | bsdtar 2.8.3 - libarchive 2.8.3 |
---|
71 | configure:2957: $? = 0 |
---|
72 | configure:2997: tardir=conftest.dir && eval tar --format=ustar -chf - "$tardir" >conftest.tar |
---|
73 | configure:3000: $? = 0 |
---|
74 | configure:3004: tar -xf - <conftest.tar |
---|
75 | configure:3007: $? = 0 |
---|
76 | configure:3020: result: gnutar |
---|
77 | configure:3030: checking whether to enable maintainer-specific portions of Makefiles |
---|
78 | configure:3039: result: no |
---|
79 | configure:3080: checking for style of include used by make |
---|
80 | configure:3108: result: GNU |
---|
81 | configure:3178: checking for gcc |
---|
82 | configure:3205: result: /usr/bin/clang |
---|
83 | configure:3434: checking for C compiler version |
---|
84 | configure:3443: /usr/bin/clang --version >&5 |
---|
85 | Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
---|
86 | Target: x86_64-apple-darwin13.0.0 |
---|
87 | Thread model: posix |
---|
88 | configure:3454: $? = 0 |
---|
89 | configure:3443: /usr/bin/clang -v >&5 |
---|
90 | Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
---|
91 | Target: x86_64-apple-darwin13.0.0 |
---|
92 | Thread model: posix |
---|
93 | configure:3454: $? = 0 |
---|
94 | configure:3443: /usr/bin/clang -V >&5 |
---|
95 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
96 | clang: error: no input files |
---|
97 | configure:3454: $? = 1 |
---|
98 | configure:3443: /usr/bin/clang -qversion >&5 |
---|
99 | clang: error: no input files |
---|
100 | configure:3454: $? = 1 |
---|
101 | configure:3474: checking whether the C compiler works |
---|
102 | configure:3496: /usr/bin/clang -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
103 | configure:3500: $? = 0 |
---|
104 | configure:3549: result: yes |
---|
105 | configure:3552: checking for C compiler default output file name |
---|
106 | configure:3554: result: a.out |
---|
107 | configure:3560: checking for suffix of executables |
---|
108 | configure:3567: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
109 | configure:3571: $? = 0 |
---|
110 | configure:3593: result: |
---|
111 | configure:3615: checking whether we are cross compiling |
---|
112 | configure:3623: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
113 | configure:3627: $? = 0 |
---|
114 | configure:3634: ./conftest |
---|
115 | configure:3638: $? = 0 |
---|
116 | configure:3653: result: no |
---|
117 | configure:3658: checking for suffix of object files |
---|
118 | configure:3680: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
119 | configure:3684: $? = 0 |
---|
120 | configure:3705: result: o |
---|
121 | configure:3709: checking whether we are using the GNU C compiler |
---|
122 | configure:3728: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
123 | configure:3728: $? = 0 |
---|
124 | configure:3737: result: yes |
---|
125 | configure:3746: checking whether /usr/bin/clang accepts -g |
---|
126 | configure:3766: /usr/bin/clang -c -g -I/opt/local/include conftest.c >&5 |
---|
127 | configure:3766: $? = 0 |
---|
128 | configure:3807: result: yes |
---|
129 | configure:3824: checking for /usr/bin/clang option to accept ISO C89 |
---|
130 | configure:3888: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
131 | configure:3888: $? = 0 |
---|
132 | configure:3901: result: none needed |
---|
133 | configure:3923: checking dependency style of /usr/bin/clang |
---|
134 | configure:4033: result: gcc3 |
---|
135 | configure:4054: checking how to run the C preprocessor |
---|
136 | configure:4085: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
137 | configure:4085: $? = 0 |
---|
138 | configure:4099: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
139 | conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found |
---|
140 | #include <ac_nonexistent.h> |
---|
141 | ^ |
---|
142 | 1 error generated. |
---|
143 | configure:4099: $? = 1 |
---|
144 | configure: failed program was: |
---|
145 | | /* confdefs.h */ |
---|
146 | | #define PACKAGE_NAME "Terminal" |
---|
147 | | #define PACKAGE_TARNAME "Terminal" |
---|
148 | | #define PACKAGE_VERSION "0.4.5" |
---|
149 | | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
150 | | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
151 | | #define PACKAGE_URL "" |
---|
152 | | #define PACKAGE "Terminal" |
---|
153 | | #define VERSION "0.4.5" |
---|
154 | | /* end confdefs.h. */ |
---|
155 | | #include <ac_nonexistent.h> |
---|
156 | configure:4124: result: /usr/bin/clang -E |
---|
157 | configure:4144: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
158 | configure:4144: $? = 0 |
---|
159 | configure:4158: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
160 | conftest.c:11:10: fatal error: 'ac_nonexistent.h' file not found |
---|
161 | #include <ac_nonexistent.h> |
---|
162 | ^ |
---|
163 | 1 error generated. |
---|
164 | configure:4158: $? = 1 |
---|
165 | configure: failed program was: |
---|
166 | | /* confdefs.h */ |
---|
167 | | #define PACKAGE_NAME "Terminal" |
---|
168 | | #define PACKAGE_TARNAME "Terminal" |
---|
169 | | #define PACKAGE_VERSION "0.4.5" |
---|
170 | | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
171 | | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
172 | | #define PACKAGE_URL "" |
---|
173 | | #define PACKAGE "Terminal" |
---|
174 | | #define VERSION "0.4.5" |
---|
175 | | /* end confdefs.h. */ |
---|
176 | | #include <ac_nonexistent.h> |
---|
177 | configure:4187: checking for grep that handles long lines and -e |
---|
178 | configure:4245: result: /usr/bin/grep |
---|
179 | configure:4250: checking for egrep |
---|
180 | configure:4312: result: /usr/bin/grep -E |
---|
181 | configure:4317: checking for ANSI C header files |
---|
182 | configure:4337: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
183 | configure:4337: $? = 0 |
---|
184 | configure:4410: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
185 | configure:4410: $? = 0 |
---|
186 | configure:4410: ./conftest |
---|
187 | configure:4410: $? = 0 |
---|
188 | configure:4421: result: yes |
---|
189 | configure:4434: checking for sys/types.h |
---|
190 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
191 | configure:4434: $? = 0 |
---|
192 | configure:4434: result: yes |
---|
193 | configure:4434: checking for sys/stat.h |
---|
194 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
195 | configure:4434: $? = 0 |
---|
196 | configure:4434: result: yes |
---|
197 | configure:4434: checking for stdlib.h |
---|
198 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
199 | configure:4434: $? = 0 |
---|
200 | configure:4434: result: yes |
---|
201 | configure:4434: checking for string.h |
---|
202 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
203 | configure:4434: $? = 0 |
---|
204 | configure:4434: result: yes |
---|
205 | configure:4434: checking for memory.h |
---|
206 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
207 | configure:4434: $? = 0 |
---|
208 | configure:4434: result: yes |
---|
209 | configure:4434: checking for strings.h |
---|
210 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
211 | configure:4434: $? = 0 |
---|
212 | configure:4434: result: yes |
---|
213 | configure:4434: checking for inttypes.h |
---|
214 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
215 | configure:4434: $? = 0 |
---|
216 | configure:4434: result: yes |
---|
217 | configure:4434: checking for stdint.h |
---|
218 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
219 | configure:4434: $? = 0 |
---|
220 | configure:4434: result: yes |
---|
221 | configure:4434: checking for unistd.h |
---|
222 | configure:4434: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
223 | configure:4434: $? = 0 |
---|
224 | configure:4434: result: yes |
---|
225 | configure:4448: checking minix/config.h usability |
---|
226 | configure:4448: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
227 | conftest.c:54:10: fatal error: 'minix/config.h' file not found |
---|
228 | #include <minix/config.h> |
---|
229 | ^ |
---|
230 | 1 error generated. |
---|
231 | configure:4448: $? = 1 |
---|
232 | configure: failed program was: |
---|
233 | | /* confdefs.h */ |
---|
234 | | #define PACKAGE_NAME "Terminal" |
---|
235 | | #define PACKAGE_TARNAME "Terminal" |
---|
236 | | #define PACKAGE_VERSION "0.4.5" |
---|
237 | | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
238 | | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
239 | | #define PACKAGE_URL "" |
---|
240 | | #define PACKAGE "Terminal" |
---|
241 | | #define VERSION "0.4.5" |
---|
242 | | #define STDC_HEADERS 1 |
---|
243 | | #define HAVE_SYS_TYPES_H 1 |
---|
244 | | #define HAVE_SYS_STAT_H 1 |
---|
245 | | #define HAVE_STDLIB_H 1 |
---|
246 | | #define HAVE_STRING_H 1 |
---|
247 | | #define HAVE_MEMORY_H 1 |
---|
248 | | #define HAVE_STRINGS_H 1 |
---|
249 | | #define HAVE_INTTYPES_H 1 |
---|
250 | | #define HAVE_STDINT_H 1 |
---|
251 | | #define HAVE_UNISTD_H 1 |
---|
252 | | /* end confdefs.h. */ |
---|
253 | | #include <stdio.h> |
---|
254 | | #ifdef HAVE_SYS_TYPES_H |
---|
255 | | # include <sys/types.h> |
---|
256 | | #endif |
---|
257 | | #ifdef HAVE_SYS_STAT_H |
---|
258 | | # include <sys/stat.h> |
---|
259 | | #endif |
---|
260 | | #ifdef STDC_HEADERS |
---|
261 | | # include <stdlib.h> |
---|
262 | | # include <stddef.h> |
---|
263 | | #else |
---|
264 | | # ifdef HAVE_STDLIB_H |
---|
265 | | # include <stdlib.h> |
---|
266 | | # endif |
---|
267 | | #endif |
---|
268 | | #ifdef HAVE_STRING_H |
---|
269 | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
---|
270 | | # include <memory.h> |
---|
271 | | # endif |
---|
272 | | # include <string.h> |
---|
273 | | #endif |
---|
274 | | #ifdef HAVE_STRINGS_H |
---|
275 | | # include <strings.h> |
---|
276 | | #endif |
---|
277 | | #ifdef HAVE_INTTYPES_H |
---|
278 | | # include <inttypes.h> |
---|
279 | | #endif |
---|
280 | | #ifdef HAVE_STDINT_H |
---|
281 | | # include <stdint.h> |
---|
282 | | #endif |
---|
283 | | #ifdef HAVE_UNISTD_H |
---|
284 | | # include <unistd.h> |
---|
285 | | #endif |
---|
286 | | #include <minix/config.h> |
---|
287 | configure:4448: result: no |
---|
288 | configure:4448: checking minix/config.h presence |
---|
289 | configure:4448: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
290 | conftest.c:21:10: fatal error: 'minix/config.h' file not found |
---|
291 | #include <minix/config.h> |
---|
292 | ^ |
---|
293 | 1 error generated. |
---|
294 | configure:4448: $? = 1 |
---|
295 | configure: failed program was: |
---|
296 | | /* confdefs.h */ |
---|
297 | | #define PACKAGE_NAME "Terminal" |
---|
298 | | #define PACKAGE_TARNAME "Terminal" |
---|
299 | | #define PACKAGE_VERSION "0.4.5" |
---|
300 | | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
301 | | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
302 | | #define PACKAGE_URL "" |
---|
303 | | #define PACKAGE "Terminal" |
---|
304 | | #define VERSION "0.4.5" |
---|
305 | | #define STDC_HEADERS 1 |
---|
306 | | #define HAVE_SYS_TYPES_H 1 |
---|
307 | | #define HAVE_SYS_STAT_H 1 |
---|
308 | | #define HAVE_STDLIB_H 1 |
---|
309 | | #define HAVE_STRING_H 1 |
---|
310 | | #define HAVE_MEMORY_H 1 |
---|
311 | | #define HAVE_STRINGS_H 1 |
---|
312 | | #define HAVE_INTTYPES_H 1 |
---|
313 | | #define HAVE_STDINT_H 1 |
---|
314 | | #define HAVE_UNISTD_H 1 |
---|
315 | | /* end confdefs.h. */ |
---|
316 | | #include <minix/config.h> |
---|
317 | configure:4448: result: no |
---|
318 | configure:4448: checking for minix/config.h |
---|
319 | configure:4448: result: no |
---|
320 | configure:4469: checking whether it is safe to define __EXTENSIONS__ |
---|
321 | configure:4487: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
322 | configure:4487: $? = 0 |
---|
323 | configure:4494: result: yes |
---|
324 | configure:4509: checking for library containing strerror |
---|
325 | configure:4540: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
326 | conftest.c:33:6: warning: incompatible redeclaration of library function 'strerror' [-Wincompatible-library-redeclaration] |
---|
327 | char strerror (); |
---|
328 | ^ |
---|
329 | conftest.c:33:6: note: 'strerror' is a builtin with type 'char *(int)' |
---|
330 | 1 warning generated. |
---|
331 | configure:4540: $? = 0 |
---|
332 | configure:4557: result: none required |
---|
333 | configure:4614: checking for gcc |
---|
334 | configure:4641: result: /usr/bin/clang |
---|
335 | configure:4870: checking for C compiler version |
---|
336 | configure:4879: /usr/bin/clang --version >&5 |
---|
337 | Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
---|
338 | Target: x86_64-apple-darwin13.0.0 |
---|
339 | Thread model: posix |
---|
340 | configure:4890: $? = 0 |
---|
341 | configure:4879: /usr/bin/clang -v >&5 |
---|
342 | Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) |
---|
343 | Target: x86_64-apple-darwin13.0.0 |
---|
344 | Thread model: posix |
---|
345 | configure:4890: $? = 0 |
---|
346 | configure:4879: /usr/bin/clang -V >&5 |
---|
347 | clang: error: argument to '-V' is missing (expected 1 value) |
---|
348 | clang: error: no input files |
---|
349 | configure:4890: $? = 1 |
---|
350 | configure:4879: /usr/bin/clang -qversion >&5 |
---|
351 | clang: error: no input files |
---|
352 | configure:4890: $? = 1 |
---|
353 | configure:4894: checking whether we are using the GNU C compiler |
---|
354 | configure:4922: result: yes |
---|
355 | configure:4931: checking whether /usr/bin/clang accepts -g |
---|
356 | configure:4992: result: yes |
---|
357 | configure:5009: checking for /usr/bin/clang option to accept ISO C89 |
---|
358 | configure:5086: result: none needed |
---|
359 | configure:5108: checking dependency style of /usr/bin/clang |
---|
360 | configure:5218: result: gcc3 |
---|
361 | configure:5234: checking whether /usr/bin/clang and cc understand -c and -o together |
---|
362 | configure:5265: /usr/bin/clang -c conftest.c -o conftest2.o >&5 |
---|
363 | configure:5269: $? = 0 |
---|
364 | configure:5275: /usr/bin/clang -c conftest.c -o conftest2.o >&5 |
---|
365 | configure:5279: $? = 0 |
---|
366 | configure:5290: cc -c conftest.c >&5 |
---|
367 | configure:5294: $? = 0 |
---|
368 | configure:5302: cc -c conftest.c -o conftest2.o >&5 |
---|
369 | configure:5306: $? = 0 |
---|
370 | configure:5312: cc -c conftest.c -o conftest2.o >&5 |
---|
371 | configure:5316: $? = 0 |
---|
372 | configure:5334: result: yes |
---|
373 | configure:5361: checking whether NLS is requested |
---|
374 | configure:5370: result: yes |
---|
375 | configure:5385: checking for intltool >= 0.31 |
---|
376 | configure:5392: result: 0.50.2 found |
---|
377 | configure:5400: checking for intltool-update |
---|
378 | configure:5418: found /opt/local/bin/intltool-update |
---|
379 | configure:5430: result: /opt/local/bin/intltool-update |
---|
380 | configure:5440: checking for intltool-merge |
---|
381 | configure:5458: found /opt/local/bin/intltool-merge |
---|
382 | configure:5470: result: /opt/local/bin/intltool-merge |
---|
383 | configure:5480: checking for intltool-extract |
---|
384 | configure:5498: found /opt/local/bin/intltool-extract |
---|
385 | configure:5510: result: /opt/local/bin/intltool-extract |
---|
386 | configure:5641: checking for xgettext |
---|
387 | configure:5659: found /opt/local/bin/xgettext |
---|
388 | configure:5671: result: /opt/local/bin/xgettext |
---|
389 | configure:5681: checking for msgmerge |
---|
390 | configure:5699: found /opt/local/bin/msgmerge |
---|
391 | configure:5711: result: /opt/local/bin/msgmerge |
---|
392 | configure:5721: checking for msgfmt |
---|
393 | configure:5739: found /opt/local/bin/msgfmt |
---|
394 | configure:5751: result: /opt/local/bin/msgfmt |
---|
395 | configure:5761: checking for gmsgfmt |
---|
396 | configure:5792: result: /opt/local/bin/msgfmt |
---|
397 | configure:5812: checking for perl |
---|
398 | configure:5830: found /opt/local/bin/perl |
---|
399 | configure:5842: result: /opt/local/bin/perl |
---|
400 | configure:5853: checking for perl >= 5.8.1 |
---|
401 | configure:5860: result: 5.12.4 |
---|
402 | configure:5892: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
403 | Undefined symbols for architecture x86_64: |
---|
404 | "__nl_msg_cat_cntr", referenced from: |
---|
405 | _main in conftest-FAuPn9.o |
---|
406 | ld: symbol(s) not found for architecture x86_64 |
---|
407 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
408 | configure:5892: $? = 1 |
---|
409 | configure: failed program was: |
---|
410 | | /* confdefs.h */ |
---|
411 | | #define PACKAGE_NAME "Terminal" |
---|
412 | | #define PACKAGE_TARNAME "Terminal" |
---|
413 | | #define PACKAGE_VERSION "0.4.5" |
---|
414 | | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
415 | | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
416 | | #define PACKAGE_URL "" |
---|
417 | | #define PACKAGE "Terminal" |
---|
418 | | #define VERSION "0.4.5" |
---|
419 | | #define STDC_HEADERS 1 |
---|
420 | | #define HAVE_SYS_TYPES_H 1 |
---|
421 | | #define HAVE_SYS_STAT_H 1 |
---|
422 | | #define HAVE_STDLIB_H 1 |
---|
423 | | #define HAVE_STRING_H 1 |
---|
424 | | #define HAVE_MEMORY_H 1 |
---|
425 | | #define HAVE_STRINGS_H 1 |
---|
426 | | #define HAVE_INTTYPES_H 1 |
---|
427 | | #define HAVE_STDINT_H 1 |
---|
428 | | #define HAVE_UNISTD_H 1 |
---|
429 | | #define __EXTENSIONS__ 1 |
---|
430 | | #define _ALL_SOURCE 1 |
---|
431 | | #define _GNU_SOURCE 1 |
---|
432 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
433 | | #define _TANDEM_SOURCE 1 |
---|
434 | | /* end confdefs.h. */ |
---|
435 | | |
---|
436 | | int |
---|
437 | | main () |
---|
438 | | { |
---|
439 | | extern int _nl_msg_cat_cntr; |
---|
440 | | return _nl_msg_cat_cntr |
---|
441 | | ; |
---|
442 | | return 0; |
---|
443 | | } |
---|
444 | configure:5947: checking build system type |
---|
445 | configure:5961: result: x86_64-apple-darwin13.0.0 |
---|
446 | configure:5981: checking host system type |
---|
447 | configure:5994: result: x86_64-apple-darwin13.0.0 |
---|
448 | configure:6014: checking for a sed that does not truncate output |
---|
449 | configure:6078: result: /usr/bin/sed |
---|
450 | configure:6096: checking for fgrep |
---|
451 | configure:6158: result: /usr/bin/grep -F |
---|
452 | configure:6193: checking for ld used by /usr/bin/clang |
---|
453 | configure:6260: result: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
454 | configure:6267: checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld |
---|
455 | configure:6282: result: no |
---|
456 | configure:6294: checking for BSD- or MS-compatible name lister (nm) |
---|
457 | configure:6343: result: /usr/bin/nm |
---|
458 | configure:6461: checking the name lister (/usr/bin/nm) interface |
---|
459 | configure:6468: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
460 | configure:6471: /usr/bin/nm "conftest.o" |
---|
461 | configure:6474: output |
---|
462 | 0000000000000000 S _some_variable |
---|
463 | configure:6481: result: BSD nm |
---|
464 | configure:6484: checking whether ln -s works |
---|
465 | configure:6488: result: yes |
---|
466 | configure:6496: checking the maximum length of command line arguments |
---|
467 | configure:6616: result: 196608 |
---|
468 | configure:6633: checking whether the shell understands some XSI constructs |
---|
469 | configure:6643: result: yes |
---|
470 | configure:6647: checking whether the shell understands "+=" |
---|
471 | configure:6653: result: yes |
---|
472 | configure:6688: checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files |
---|
473 | configure:6695: result: -r |
---|
474 | configure:6764: checking for objdump |
---|
475 | configure:6794: result: no |
---|
476 | configure:6823: checking how to recognize dependent libraries |
---|
477 | configure:7019: result: pass_all |
---|
478 | configure:7079: checking for ar |
---|
479 | configure:7095: found /usr/bin/ar |
---|
480 | configure:7106: result: ar |
---|
481 | configure:7184: checking for strip |
---|
482 | configure:7200: found /usr/bin/strip |
---|
483 | configure:7211: result: strip |
---|
484 | configure:7283: checking for ranlib |
---|
485 | configure:7299: found /usr/bin/ranlib |
---|
486 | configure:7310: result: ranlib |
---|
487 | configure:7400: checking command to parse /usr/bin/nm output from /usr/bin/clang object |
---|
488 | configure:7518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
489 | configure:7521: $? = 0 |
---|
490 | configure:7525: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm |
---|
491 | configure:7528: $? = 0 |
---|
492 | cannot find nm_test_var in conftest.nm |
---|
493 | configure:7518: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
494 | configure:7521: $? = 0 |
---|
495 | configure:7525: /usr/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm |
---|
496 | configure:7528: $? = 0 |
---|
497 | configure:7582: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c conftstm.o >&5 |
---|
498 | configure:7585: $? = 0 |
---|
499 | configure:7623: result: ok |
---|
500 | configure:7887: checking for dsymutil |
---|
501 | configure:7903: found /usr/bin/dsymutil |
---|
502 | configure:7914: result: dsymutil |
---|
503 | configure:7979: checking for nmedit |
---|
504 | configure:7995: found /usr/bin/nmedit |
---|
505 | configure:8006: result: nmedit |
---|
506 | configure:8071: checking for lipo |
---|
507 | configure:8087: found /usr/bin/lipo |
---|
508 | configure:8098: result: lipo |
---|
509 | configure:8163: checking for otool |
---|
510 | configure:8179: found /usr/bin/otool |
---|
511 | configure:8190: result: otool |
---|
512 | configure:8255: checking for otool64 |
---|
513 | configure:8285: result: no |
---|
514 | configure:8330: checking for -single_module linker flag |
---|
515 | /usr/bin/clang -pipe -Os -arch x86_64 -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -o libconftest.dylib -dynamiclib -Wl,-single_module conftest.c |
---|
516 | configure:8357: result: yes |
---|
517 | configure:8359: checking for -exported_symbols_list linker flag |
---|
518 | configure:8379: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 |
---|
519 | configure:8379: $? = 0 |
---|
520 | configure:8389: result: yes |
---|
521 | configure:8428: checking for dlfcn.h |
---|
522 | configure:8428: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
523 | configure:8428: $? = 0 |
---|
524 | configure:8428: result: yes |
---|
525 | configure:8612: checking for objdir |
---|
526 | configure:8627: result: .libs |
---|
527 | configure:8919: checking if /usr/bin/clang supports -fno-rtti -fno-exceptions |
---|
528 | configure:8937: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-rtti -fno-exceptions conftest.c >&5 |
---|
529 | configure:8941: $? = 0 |
---|
530 | configure:8954: result: yes |
---|
531 | configure:8974: checking for /usr/bin/clang option to produce PIC |
---|
532 | configure:9246: result: -fno-common -DPIC |
---|
533 | configure:9258: checking if /usr/bin/clang PIC flag -fno-common -DPIC works |
---|
534 | configure:9276: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -fno-common -DPIC -DPIC conftest.c >&5 |
---|
535 | configure:9280: $? = 0 |
---|
536 | configure:9293: result: yes |
---|
537 | configure:9317: checking if /usr/bin/clang static flag -static works |
---|
538 | configure:9345: result: no |
---|
539 | configure:9360: checking if /usr/bin/clang supports -c -o file.o |
---|
540 | configure:9381: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include -o out/conftest2.o conftest.c >&5 |
---|
541 | configure:9385: $? = 0 |
---|
542 | configure:9407: result: yes |
---|
543 | configure:9415: checking if /usr/bin/clang supports -c -o file.o |
---|
544 | configure:9462: result: yes |
---|
545 | configure:9495: checking whether the /usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries |
---|
546 | configure:10481: result: yes |
---|
547 | configure:10720: checking dynamic linker characteristics |
---|
548 | configure:11371: result: darwin13.0.0 dyld |
---|
549 | configure:11473: checking how to hardcode library paths into programs |
---|
550 | configure:11498: result: immediate |
---|
551 | configure:12018: checking whether stripping libraries is possible |
---|
552 | configure:12032: result: yes |
---|
553 | configure:12058: checking if libtool supports shared libraries |
---|
554 | configure:12060: result: yes |
---|
555 | configure:12063: checking whether to build shared libraries |
---|
556 | configure:12084: result: yes |
---|
557 | configure:12087: checking whether to build static libraries |
---|
558 | configure:12091: result: yes |
---|
559 | configure:12130: checking ctype.h usability |
---|
560 | configure:12130: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
561 | configure:12130: $? = 0 |
---|
562 | configure:12130: result: yes |
---|
563 | configure:12130: checking ctype.h presence |
---|
564 | configure:12130: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
565 | configure:12130: $? = 0 |
---|
566 | configure:12130: result: yes |
---|
567 | configure:12130: checking for ctype.h |
---|
568 | configure:12130: result: yes |
---|
569 | configure:12130: checking errno.h usability |
---|
570 | configure:12130: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
571 | configure:12130: $? = 0 |
---|
572 | configure:12130: result: yes |
---|
573 | configure:12130: checking errno.h presence |
---|
574 | configure:12130: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
575 | configure:12130: $? = 0 |
---|
576 | configure:12130: result: yes |
---|
577 | configure:12130: checking for errno.h |
---|
578 | configure:12130: result: yes |
---|
579 | configure:12130: checking limits.h usability |
---|
580 | configure:12130: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
581 | configure:12130: $? = 0 |
---|
582 | configure:12130: result: yes |
---|
583 | configure:12130: checking limits.h presence |
---|
584 | configure:12130: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
585 | configure:12130: $? = 0 |
---|
586 | configure:12130: result: yes |
---|
587 | configure:12130: checking for limits.h |
---|
588 | configure:12130: result: yes |
---|
589 | configure:12130: checking pwd.h usability |
---|
590 | configure:12130: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
591 | configure:12130: $? = 0 |
---|
592 | configure:12130: result: yes |
---|
593 | configure:12130: checking pwd.h presence |
---|
594 | configure:12130: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
595 | configure:12130: $? = 0 |
---|
596 | configure:12130: result: yes |
---|
597 | configure:12130: checking for pwd.h |
---|
598 | configure:12130: result: yes |
---|
599 | configure:12130: checking signal.h usability |
---|
600 | configure:12130: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
601 | configure:12130: $? = 0 |
---|
602 | configure:12130: result: yes |
---|
603 | configure:12130: checking signal.h presence |
---|
604 | configure:12130: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
605 | configure:12130: $? = 0 |
---|
606 | configure:12130: result: yes |
---|
607 | configure:12130: checking for signal.h |
---|
608 | configure:12130: result: yes |
---|
609 | configure:12130: checking time.h usability |
---|
610 | configure:12130: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
611 | configure:12130: $? = 0 |
---|
612 | configure:12130: result: yes |
---|
613 | configure:12130: checking time.h presence |
---|
614 | configure:12130: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
615 | configure:12130: $? = 0 |
---|
616 | configure:12130: result: yes |
---|
617 | configure:12130: checking for time.h |
---|
618 | configure:12130: result: yes |
---|
619 | configure:12155: checking locale.h usability |
---|
620 | configure:12155: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
621 | configure:12155: $? = 0 |
---|
622 | configure:12155: result: yes |
---|
623 | configure:12155: checking locale.h presence |
---|
624 | configure:12155: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
625 | configure:12155: $? = 0 |
---|
626 | configure:12155: result: yes |
---|
627 | configure:12155: checking for locale.h |
---|
628 | configure:12155: result: yes |
---|
629 | configure:12166: checking for LC_MESSAGES |
---|
630 | configure:12182: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
631 | configure:12182: $? = 0 |
---|
632 | configure:12190: result: yes |
---|
633 | configure:12207: checking libintl.h usability |
---|
634 | configure:12207: /usr/bin/clang -c -pipe -Os -arch x86_64 -I/opt/local/include conftest.c >&5 |
---|
635 | configure:12207: $? = 0 |
---|
636 | configure:12207: result: yes |
---|
637 | configure:12207: checking libintl.h presence |
---|
638 | configure:12207: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
639 | configure:12207: $? = 0 |
---|
640 | configure:12207: result: yes |
---|
641 | configure:12207: checking for libintl.h |
---|
642 | configure:12207: result: yes |
---|
643 | configure:12215: checking for ngettext in libc |
---|
644 | configure:12233: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
645 | Undefined symbols for architecture x86_64: |
---|
646 | "_libintl_ngettext", referenced from: |
---|
647 | _main in conftest-ksA62L.o |
---|
648 | ld: symbol(s) not found for architecture x86_64 |
---|
649 | clang: error: linker command failed with exit code 1 (use -v to see invocation) |
---|
650 | configure:12233: $? = 1 |
---|
651 | configure: failed program was: |
---|
652 | | /* confdefs.h */ |
---|
653 | | #define PACKAGE_NAME "Terminal" |
---|
654 | | #define PACKAGE_TARNAME "Terminal" |
---|
655 | | #define PACKAGE_VERSION "0.4.5" |
---|
656 | | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
657 | | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
658 | | #define PACKAGE_URL "" |
---|
659 | | #define PACKAGE "Terminal" |
---|
660 | | #define VERSION "0.4.5" |
---|
661 | | #define STDC_HEADERS 1 |
---|
662 | | #define HAVE_SYS_TYPES_H 1 |
---|
663 | | #define HAVE_SYS_STAT_H 1 |
---|
664 | | #define HAVE_STDLIB_H 1 |
---|
665 | | #define HAVE_STRING_H 1 |
---|
666 | | #define HAVE_MEMORY_H 1 |
---|
667 | | #define HAVE_STRINGS_H 1 |
---|
668 | | #define HAVE_INTTYPES_H 1 |
---|
669 | | #define HAVE_STDINT_H 1 |
---|
670 | | #define HAVE_UNISTD_H 1 |
---|
671 | | #define __EXTENSIONS__ 1 |
---|
672 | | #define _ALL_SOURCE 1 |
---|
673 | | #define _GNU_SOURCE 1 |
---|
674 | | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
675 | | #define _TANDEM_SOURCE 1 |
---|
676 | | #define HAVE_DLFCN_H 1 |
---|
677 | | #define LT_OBJDIR ".libs/" |
---|
678 | | #define HAVE_CTYPE_H 1 |
---|
679 | | #define HAVE_ERRNO_H 1 |
---|
680 | | #define HAVE_LIMITS_H 1 |
---|
681 | | #define HAVE_PWD_H 1 |
---|
682 | | #define HAVE_SIGNAL_H 1 |
---|
683 | | #define HAVE_TIME_H 1 |
---|
684 | | #define GETTEXT_PACKAGE "Terminal" |
---|
685 | | #define HAVE_LOCALE_H 1 |
---|
686 | | #define HAVE_LC_MESSAGES 1 |
---|
687 | | /* end confdefs.h. */ |
---|
688 | | |
---|
689 | | #include <libintl.h> |
---|
690 | | |
---|
691 | | int |
---|
692 | | main () |
---|
693 | | { |
---|
694 | | return !ngettext ("","", 1) |
---|
695 | | ; |
---|
696 | | return 0; |
---|
697 | | } |
---|
698 | configure:12242: result: no |
---|
699 | configure:12298: checking for bindtextdomain in -lintl |
---|
700 | configure:12323: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl >&5 |
---|
701 | configure:12323: $? = 0 |
---|
702 | configure:12332: result: yes |
---|
703 | configure:12335: checking for ngettext in -lintl |
---|
704 | configure:12360: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl >&5 |
---|
705 | configure:12360: $? = 0 |
---|
706 | configure:12369: result: yes |
---|
707 | configure:12372: checking for dgettext in -lintl |
---|
708 | configure:12397: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl >&5 |
---|
709 | configure:12397: $? = 0 |
---|
710 | configure:12406: result: yes |
---|
711 | configure:12519: checking for bind_textdomain_codeset |
---|
712 | configure:12519: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl >&5 |
---|
713 | configure:12519: $? = 0 |
---|
714 | configure:12519: result: yes |
---|
715 | configure:12556: checking for msgfmt |
---|
716 | configure:12583: result: /opt/local/bin/msgfmt |
---|
717 | configure:12594: checking for dcgettext |
---|
718 | configure:12594: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl >&5 |
---|
719 | configure:12594: $? = 0 |
---|
720 | configure:12594: result: yes |
---|
721 | configure:12604: checking if msgfmt accepts -c |
---|
722 | configure:12619: $MSGFMT -c -o /dev/null conftest.foo |
---|
723 | conftest.foo:3: warning: header field 'Language' missing in header |
---|
724 | configure:12622: $? = 0 |
---|
725 | configure:12624: result: yes |
---|
726 | configure:12634: checking for gmsgfmt |
---|
727 | configure:12665: result: /opt/local/bin/msgfmt |
---|
728 | configure:12675: checking for xgettext |
---|
729 | configure:12702: result: /opt/local/bin/xgettext |
---|
730 | configure:12721: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lintl >&5 |
---|
731 | configure:12721: $? = 0 |
---|
732 | configure:12799: checking for catalogs to be installed |
---|
733 | configure:12824: result: ar ast be ca cs da de dz el en_GB eo es et eu fi fr gl he hr hu id it ja kk ko ku lt lv nb nl pa pl pt_BR pt ro ru si sk sq sv tr ug uk ur_PK ur vi zh_CN zh_TW |
---|
734 | configure:12857: checking for bind_textdomain_codeset |
---|
735 | configure:12857: result: yes |
---|
736 | configure:12863: checking for locales directory |
---|
737 | configure:12879: result: ${datarootdir}/locale |
---|
738 | configure:12883: checking for additional xgettext flags |
---|
739 | configure:12891: result: --keyword=Q_ --from-code=UTF-8 |
---|
740 | configure:12895: checking for X |
---|
741 | configure:13003: /usr/bin/clang -E -I/opt/local/include conftest.c |
---|
742 | configure:13003: $? = 0 |
---|
743 | configure:13034: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11 >&5 |
---|
744 | configure:13034: $? = 0 |
---|
745 | configure:13084: result: libraries , headers |
---|
746 | configure:13183: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11 >&5 |
---|
747 | configure:13183: $? = 0 |
---|
748 | configure:13281: checking for gethostbyname |
---|
749 | configure:13281: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
750 | configure:13281: $? = 0 |
---|
751 | configure:13281: result: yes |
---|
752 | configure:13378: checking for connect |
---|
753 | configure:13378: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
754 | configure:13378: $? = 0 |
---|
755 | configure:13378: result: yes |
---|
756 | configure:13427: checking for remove |
---|
757 | configure:13427: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
758 | configure:13427: $? = 0 |
---|
759 | configure:13427: result: yes |
---|
760 | configure:13476: checking for shmat |
---|
761 | configure:13476: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c >&5 |
---|
762 | configure:13476: $? = 0 |
---|
763 | configure:13476: result: yes |
---|
764 | configure:13534: checking for IceConnectionNumber in -lICE |
---|
765 | configure:13559: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lICE >&5 |
---|
766 | configure:13559: $? = 0 |
---|
767 | configure:13568: result: yes |
---|
768 | configure:13583: checking for main in -lX11 |
---|
769 | configure:13602: /usr/bin/clang -o conftest -pipe -Os -arch x86_64 -I/opt/local/include -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 conftest.c -lX11 -lSM -lICE >&5 |
---|
770 | configure:13602: $? = 0 |
---|
771 | configure:13611: result: yes |
---|
772 | configure:13653: checking for pkg-config |
---|
773 | configure:13671: found /opt/local/bin/pkg-config |
---|
774 | configure:13684: result: /opt/local/bin/pkg-config |
---|
775 | configure:13706: checking for pkg-config >= 0.9.0 |
---|
776 | configure:13710: result: 0.28 |
---|
777 | configure:13727: checking for exo-0.3 >= 0.3.4 |
---|
778 | configure:13731: result: 0.3.107 |
---|
779 | configure:13734: checking EXO_CFLAGS |
---|
780 | configure:13737: result: -D_REENTRANT -I/opt/local/include/exo-0.3 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng15 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng15 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/xfce4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include |
---|
781 | configure:13740: checking EXO_LIBS |
---|
782 | configure:13743: result: -L/opt/local/lib -lexo-0.3 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lfontconfig -lfreetype -lxfce4util -lglib-2.0 -lintl |
---|
783 | configure:14124: checking for gtk+-2.0 >= 2.14.0 |
---|
784 | configure:14128: result: 2.24.22 |
---|
785 | configure:14131: checking GTK_CFLAGS |
---|
786 | configure:14134: result: -D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng15 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng15 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include |
---|
787 | configure:14137: checking GTK_LIBS |
---|
788 | configure:14140: result: -L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype |
---|
789 | configure:14262: checking for vte >= 0.17.1 |
---|
790 | configure:14304: result: not found |
---|
791 | |
---|
792 | ## ---------------- ## |
---|
793 | ## Cache variables. ## |
---|
794 | ## ---------------- ## |
---|
795 | |
---|
796 | ac_cv_build=x86_64-apple-darwin13.0.0 |
---|
797 | ac_cv_c_compiler_gnu=yes |
---|
798 | ac_cv_env_CC_set=set |
---|
799 | ac_cv_env_CC_value=/usr/bin/clang |
---|
800 | ac_cv_env_CFLAGS_set=set |
---|
801 | ac_cv_env_CFLAGS_value='-pipe -Os -arch x86_64' |
---|
802 | ac_cv_env_CPPFLAGS_set=set |
---|
803 | ac_cv_env_CPPFLAGS_value=-I/opt/local/include |
---|
804 | ac_cv_env_CPP_set= |
---|
805 | ac_cv_env_CPP_value= |
---|
806 | ac_cv_env_LDFLAGS_set=set |
---|
807 | ac_cv_env_LDFLAGS_value='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
808 | ac_cv_env_LIBS_set= |
---|
809 | ac_cv_env_LIBS_value= |
---|
810 | ac_cv_env_XMKMF_set= |
---|
811 | ac_cv_env_XMKMF_value= |
---|
812 | ac_cv_env_build_alias_set= |
---|
813 | ac_cv_env_build_alias_value= |
---|
814 | ac_cv_env_host_alias_set= |
---|
815 | ac_cv_env_host_alias_value= |
---|
816 | ac_cv_env_target_alias_set= |
---|
817 | ac_cv_env_target_alias_value= |
---|
818 | ac_cv_func_bind_textdomain_codeset=yes |
---|
819 | ac_cv_func_connect=yes |
---|
820 | ac_cv_func_dcgettext=yes |
---|
821 | ac_cv_func_gethostbyname=yes |
---|
822 | ac_cv_func_remove=yes |
---|
823 | ac_cv_func_shmat=yes |
---|
824 | ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' |
---|
825 | ac_cv_header_ctype_h=yes |
---|
826 | ac_cv_header_dlfcn_h=yes |
---|
827 | ac_cv_header_errno_h=yes |
---|
828 | ac_cv_header_inttypes_h=yes |
---|
829 | ac_cv_header_libintl_h=yes |
---|
830 | ac_cv_header_limits_h=yes |
---|
831 | ac_cv_header_locale_h=yes |
---|
832 | ac_cv_header_memory_h=yes |
---|
833 | ac_cv_header_minix_config_h=no |
---|
834 | ac_cv_header_pwd_h=yes |
---|
835 | ac_cv_header_signal_h=yes |
---|
836 | ac_cv_header_stdc=yes |
---|
837 | ac_cv_header_stdint_h=yes |
---|
838 | ac_cv_header_stdlib_h=yes |
---|
839 | ac_cv_header_string_h=yes |
---|
840 | ac_cv_header_strings_h=yes |
---|
841 | ac_cv_header_sys_stat_h=yes |
---|
842 | ac_cv_header_sys_types_h=yes |
---|
843 | ac_cv_header_time_h=yes |
---|
844 | ac_cv_header_unistd_h=yes |
---|
845 | ac_cv_host=x86_64-apple-darwin13.0.0 |
---|
846 | ac_cv_lib_ICE_IceConnectionNumber=yes |
---|
847 | ac_cv_lib_X11_main=yes |
---|
848 | ac_cv_lib_intl_bindtextdomain=yes |
---|
849 | ac_cv_lib_intl_dgettext=yes |
---|
850 | ac_cv_lib_intl_ngettext=yes |
---|
851 | ac_cv_objext=o |
---|
852 | ac_cv_path_EGREP='/usr/bin/grep -E' |
---|
853 | ac_cv_path_FGREP='/usr/bin/grep -F' |
---|
854 | ac_cv_path_GMSGFMT=/opt/local/bin/msgfmt |
---|
855 | ac_cv_path_GREP=/usr/bin/grep |
---|
856 | ac_cv_path_INTLTOOL_EXTRACT=/opt/local/bin/intltool-extract |
---|
857 | ac_cv_path_INTLTOOL_MERGE=/opt/local/bin/intltool-merge |
---|
858 | ac_cv_path_INTLTOOL_PERL=/opt/local/bin/perl |
---|
859 | ac_cv_path_INTLTOOL_UPDATE=/opt/local/bin/intltool-update |
---|
860 | ac_cv_path_MSGFMT=/opt/local/bin/msgfmt |
---|
861 | ac_cv_path_MSGMERGE=/opt/local/bin/msgmerge |
---|
862 | ac_cv_path_PKG_CONFIG=/opt/local/bin/pkg-config |
---|
863 | ac_cv_path_SED=/usr/bin/sed |
---|
864 | ac_cv_path_XGETTEXT=/opt/local/bin/xgettext |
---|
865 | ac_cv_prog_AWK=awk |
---|
866 | ac_cv_prog_CPP='/usr/bin/clang -E' |
---|
867 | ac_cv_prog_ac_ct_AR=ar |
---|
868 | ac_cv_prog_ac_ct_CC=/usr/bin/clang |
---|
869 | ac_cv_prog_ac_ct_DSYMUTIL=dsymutil |
---|
870 | ac_cv_prog_ac_ct_LIPO=lipo |
---|
871 | ac_cv_prog_ac_ct_NMEDIT=nmedit |
---|
872 | ac_cv_prog_ac_ct_OTOOL=otool |
---|
873 | ac_cv_prog_ac_ct_RANLIB=ranlib |
---|
874 | ac_cv_prog_ac_ct_STRIP=strip |
---|
875 | ac_cv_prog_cc__usr_bin_clang_c_o=yes |
---|
876 | ac_cv_prog_cc_c89= |
---|
877 | ac_cv_prog_cc_g=yes |
---|
878 | ac_cv_prog_make_make_set=yes |
---|
879 | ac_cv_safe_to_define___extensions__=yes |
---|
880 | ac_cv_search_strerror='none required' |
---|
881 | am_cv_CC_dependencies_compiler_type=gcc3 |
---|
882 | am_cv_prog_tar_ustar=gnutar |
---|
883 | am_cv_val_LC_MESSAGES=yes |
---|
884 | gt_cv_func_dgettext_libc=no |
---|
885 | gt_cv_func_dgettext_libintl=yes |
---|
886 | gt_cv_func_ngettext_libc=no |
---|
887 | gt_cv_have_gettext=yes |
---|
888 | lt_cv_apple_cc_single_mod=yes |
---|
889 | lt_cv_deplibs_check_method=pass_all |
---|
890 | lt_cv_file_magic_cmd='$MAGIC_CMD' |
---|
891 | lt_cv_file_magic_test_file= |
---|
892 | lt_cv_ld_exported_symbols_list=yes |
---|
893 | lt_cv_ld_reload_flag=-r |
---|
894 | lt_cv_nm_interface='BSD nm' |
---|
895 | lt_cv_objdir=.libs |
---|
896 | lt_cv_path_LD=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
897 | lt_cv_path_NM=/usr/bin/nm |
---|
898 | lt_cv_prog_compiler_c_o=yes |
---|
899 | lt_cv_prog_compiler_pic_works=yes |
---|
900 | lt_cv_prog_compiler_rtti_exceptions=yes |
---|
901 | lt_cv_prog_compiler_static_works=no |
---|
902 | lt_cv_prog_gnu_ld=no |
---|
903 | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'\''' |
---|
904 | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' |
---|
905 | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BCDEGRST]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' |
---|
906 | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[BCDEGRST]* .* \(.*\)$/extern char \1;/p'\''' |
---|
907 | lt_cv_sys_max_cmd_len=196608 |
---|
908 | xdt_cv_PKG_CONFIG_MIN_VERSION=0.9.0 |
---|
909 | xdt_cv_PKG_CONFIG_VERSION=0.28 |
---|
910 | |
---|
911 | ## ----------------- ## |
---|
912 | ## Output variables. ## |
---|
913 | ## ----------------- ## |
---|
914 | |
---|
915 | ACLOCAL='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/missing --run aclocal-1.11' |
---|
916 | ALL_LINGUAS='ar ast be ca cs da de dz el en_GB eo es et eu fi fr gl he hr hu id it ja kk ko ku lt lv nb nl pa pl pt_BR pt ro ru si sk sq sv tr ug uk ur_PK ur vi zh_CN zh_TW ' |
---|
917 | AMDEPBACKSLASH='\' |
---|
918 | AMDEP_FALSE='#' |
---|
919 | AMDEP_TRUE='' |
---|
920 | AMTAR='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/missing --run tar' |
---|
921 | AM_BACKSLASH='\' |
---|
922 | AM_DEFAULT_VERBOSITY='0' |
---|
923 | AR='ar' |
---|
924 | AUTOCONF='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/missing --run autoconf' |
---|
925 | AUTOHEADER='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/missing --run autoheader' |
---|
926 | AUTOMAKE='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/missing --run automake-1.11' |
---|
927 | AWK='awk' |
---|
928 | CATALOGS=' ar.gmo ast.gmo be.gmo ca.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo gl.gmo he.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo kk.gmo ko.gmo ku.gmo lt.gmo lv.gmo nb.gmo nl.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo si.gmo sk.gmo sq.gmo sv.gmo tr.gmo ug.gmo uk.gmo ur_PK.gmo ur.gmo vi.gmo zh_CN.gmo zh_TW.gmo' |
---|
929 | CATOBJEXT='.gmo' |
---|
930 | CC='/usr/bin/clang' |
---|
931 | CCDEPMODE='depmode=gcc3' |
---|
932 | CFLAGS='-pipe -Os -arch x86_64' |
---|
933 | CPP='/usr/bin/clang -E' |
---|
934 | CPPFLAGS='-I/opt/local/include' |
---|
935 | CYGPATH_W='echo' |
---|
936 | DATADIRNAME='share' |
---|
937 | DBUS_CFLAGS='' |
---|
938 | DBUS_LIBS='' |
---|
939 | DBUS_REQUIRED_VERSION='' |
---|
940 | DBUS_VERSION='' |
---|
941 | DEFS='' |
---|
942 | DEPDIR='.deps' |
---|
943 | DSYMUTIL='dsymutil' |
---|
944 | DUMPBIN='' |
---|
945 | ECHO_C='\c' |
---|
946 | ECHO_N='' |
---|
947 | ECHO_T='' |
---|
948 | EGREP='/usr/bin/grep -E' |
---|
949 | EXEEXT='' |
---|
950 | EXO_CFLAGS='-D_REENTRANT -I/opt/local/include/exo-0.3 -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng15 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng15 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/xfce4 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include ' |
---|
951 | EXO_LIBS='-L/opt/local/lib -lexo-0.3 -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lfontconfig -lfreetype -lxfce4util -lglib-2.0 -lintl ' |
---|
952 | EXO_REQUIRED_VERSION='0.3.4' |
---|
953 | EXO_VERSION='0.3.107' |
---|
954 | FGREP='/usr/bin/grep -F' |
---|
955 | GENERATE_DOCUMENTATION_FALSE='' |
---|
956 | GENERATE_DOCUMENTATION_TRUE='' |
---|
957 | GETTEXT_PACKAGE='Terminal' |
---|
958 | GIO_CFLAGS='' |
---|
959 | GIO_LIBS='' |
---|
960 | GIO_REQUIRED_VERSION='' |
---|
961 | GIO_VERSION='' |
---|
962 | GMOFILES=' ar.gmo ast.gmo be.gmo ca.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_GB.gmo eo.gmo es.gmo et.gmo eu.gmo fi.gmo fr.gmo gl.gmo he.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo kk.gmo ko.gmo ku.gmo lt.gmo lv.gmo nb.gmo nl.gmo pa.gmo pl.gmo pt_BR.gmo pt.gmo ro.gmo ru.gmo si.gmo sk.gmo sq.gmo sv.gmo tr.gmo ug.gmo uk.gmo ur_PK.gmo ur.gmo vi.gmo zh_CN.gmo zh_TW.gmo' |
---|
963 | GMSGFMT='/opt/local/bin/msgfmt' |
---|
964 | GNOME_DEFAULT_APPSDIR='' |
---|
965 | GREP='/usr/bin/grep' |
---|
966 | GTK_CFLAGS='-D_REENTRANT -I/opt/local/include/gtk-2.0 -I/opt/local/lib/gtk-2.0/include -I/opt/local/include/pango-1.0 -I/opt/local/include/gio-unix-2.0/ -I/opt/local/include -I/opt/local/include/cairo -I/opt/local/include/atk-1.0 -I/opt/local/include/cairo -I/opt/local/include/pixman-1 -I/opt/local/include/libpng15 -I/opt/local/include -I/opt/local/include/gdk-pixbuf-2.0 -I/opt/local/include/libpng15 -I/opt/local/include/pango-1.0 -I/opt/local/include/harfbuzz -I/opt/local/include/pango-1.0 -I/opt/local/include/glib-2.0 -I/opt/local/lib/glib-2.0/include -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include ' |
---|
967 | GTK_LIBS='-L/opt/local/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -lgio-2.0 -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lXfixes -lX11 -lXext -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lm -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -lfreetype ' |
---|
968 | GTK_REQUIRED_VERSION='2.14.0' |
---|
969 | GTK_VERSION='2.24.22' |
---|
970 | HAVE_DBUS_FALSE='' |
---|
971 | HAVE_DBUS_TRUE='' |
---|
972 | HAVE_GNOME_DEFAULT_APPSDIR_FALSE='' |
---|
973 | HAVE_GNOME_DEFAULT_APPSDIR_TRUE='' |
---|
974 | INSTALL_DATA='${INSTALL} -m 644' |
---|
975 | INSTALL_PROGRAM='${INSTALL}' |
---|
976 | INSTALL_SCRIPT='${INSTALL}' |
---|
977 | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' |
---|
978 | INSTOBJEXT='.mo' |
---|
979 | INTLLIBS='-lintl ' |
---|
980 | INTLTOOL_CAVES_RULE='%.caves: %.caves.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
981 | INTLTOOL_DESKTOP_RULE='%.desktop: %.desktop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
982 | INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
983 | INTLTOOL_EXTRACT='/opt/local/bin/intltool-extract' |
---|
984 | INTLTOOL_KBD_RULE='%.kbd: %.kbd.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
985 | INTLTOOL_KEYS_RULE='%.keys: %.keys.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
986 | INTLTOOL_MERGE='/opt/local/bin/intltool-merge' |
---|
987 | INTLTOOL_OAF_RULE='%.oaf: %.oaf.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@' |
---|
988 | INTLTOOL_PERL='/opt/local/bin/perl' |
---|
989 | INTLTOOL_POLICY_RULE='%.policy: %.policy.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
990 | INTLTOOL_PONG_RULE='%.pong: %.pong.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
991 | INTLTOOL_PROP_RULE='%.prop: %.prop.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
992 | INTLTOOL_SCHEMAS_RULE='%.schemas: %.schemas.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
993 | INTLTOOL_SERVER_RULE='%.server: %.server.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
994 | INTLTOOL_SERVICE_RULE='%.service: %.service.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
995 | INTLTOOL_SHEET_RULE='%.sheet: %.sheet.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
996 | INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
997 | INTLTOOL_THEME_RULE='%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
998 | INTLTOOL_UI_RULE='%.ui: %.ui.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
999 | INTLTOOL_UPDATE='/opt/local/bin/intltool-update' |
---|
1000 | INTLTOOL_XAM_RULE='%.xam: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
1001 | INTLTOOL_XML_NOMERGE_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@' |
---|
1002 | INTLTOOL_XML_RULE='%.xml: %.xml.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@' |
---|
1003 | LD='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld' |
---|
1004 | LDFLAGS='-L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64' |
---|
1005 | LIBOBJS='' |
---|
1006 | LIBS='' |
---|
1007 | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
---|
1008 | LIBX11_CFLAGS='' |
---|
1009 | LIBX11_LDFLAGS='' |
---|
1010 | LIBX11_LIBS=' -lSM -lICE -lX11' |
---|
1011 | LIPO='lipo' |
---|
1012 | LN_S='ln -s' |
---|
1013 | LTLIBOBJS='' |
---|
1014 | MAINT='#' |
---|
1015 | MAINTAINER_MODE_FALSE='' |
---|
1016 | MAINTAINER_MODE_TRUE='#' |
---|
1017 | MAKEINFO='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/missing --run makeinfo' |
---|
1018 | MKDIR_P='./install-sh -c -d' |
---|
1019 | MKINSTALLDIRS='./mkinstalldirs' |
---|
1020 | MSGFMT='/opt/local/bin/msgfmt' |
---|
1021 | MSGFMT_OPTS='-c' |
---|
1022 | MSGMERGE='/opt/local/bin/msgmerge' |
---|
1023 | NM='/usr/bin/nm' |
---|
1024 | NMEDIT='nmedit' |
---|
1025 | OBJDUMP='false' |
---|
1026 | OBJEXT='o' |
---|
1027 | OTOOL64=':' |
---|
1028 | OTOOL='otool' |
---|
1029 | PACKAGE='Terminal' |
---|
1030 | PACKAGE_BUGREPORT='http://bugzilla.xfce.org/' |
---|
1031 | PACKAGE_NAME='Terminal' |
---|
1032 | PACKAGE_STRING='Terminal 0.4.5' |
---|
1033 | PACKAGE_TARNAME='Terminal' |
---|
1034 | PACKAGE_URL='' |
---|
1035 | PACKAGE_VERSION='0.4.5' |
---|
1036 | PATH_SEPARATOR=':' |
---|
1037 | PKG_CONFIG='/opt/local/bin/pkg-config' |
---|
1038 | PLATFORM_CFLAGS='' |
---|
1039 | PLATFORM_CPPFLAGS='' |
---|
1040 | PLATFORM_LDFLAGS='' |
---|
1041 | POFILES=' ar.po ast.po be.po ca.po cs.po da.po de.po dz.po el.po en_GB.po eo.po es.po et.po eu.po fi.po fr.po gl.po he.po hr.po hu.po id.po it.po ja.po kk.po ko.po ku.po lt.po lv.po nb.po nl.po pa.po pl.po pt_BR.po pt.po ro.po ru.po si.po sk.po sq.po sv.po tr.po ug.po uk.po ur_PK.po ur.po vi.po zh_CN.po zh_TW.po' |
---|
1042 | POSUB='po' |
---|
1043 | PO_IN_DATADIR_FALSE='' |
---|
1044 | PO_IN_DATADIR_TRUE='' |
---|
1045 | RANLIB='ranlib' |
---|
1046 | SED='/usr/bin/sed' |
---|
1047 | SET_MAKE='' |
---|
1048 | SHELL='/bin/sh' |
---|
1049 | STRIP='strip' |
---|
1050 | TERMINAL_VERSION_DBUS='4' |
---|
1051 | USE_NLS='yes' |
---|
1052 | VERSION='0.4.5' |
---|
1053 | VTE_CFLAGS='' |
---|
1054 | VTE_LIBS='' |
---|
1055 | VTE_REQUIRED_VERSION='' |
---|
1056 | VTE_VERSION='' |
---|
1057 | XGETTEXT='/opt/local/bin/xgettext' |
---|
1058 | XGETTEXT_ARGS='--keyword=Q_ --from-code=UTF-8' |
---|
1059 | XMKMF='' |
---|
1060 | XML2PO='' |
---|
1061 | XMLLINT='' |
---|
1062 | XSLTPROC='' |
---|
1063 | X_CFLAGS='' |
---|
1064 | X_EXTRA_LIBS='' |
---|
1065 | X_LIBS='' |
---|
1066 | X_PRE_LIBS=' -lSM -lICE' |
---|
1067 | ac_ct_CC='/usr/bin/clang' |
---|
1068 | ac_ct_DUMPBIN='' |
---|
1069 | am__EXEEXT_FALSE='' |
---|
1070 | am__EXEEXT_TRUE='' |
---|
1071 | am__fastdepCC_FALSE='#' |
---|
1072 | am__fastdepCC_TRUE='' |
---|
1073 | am__include='include' |
---|
1074 | am__isrc='' |
---|
1075 | am__leading_dot='.' |
---|
1076 | am__quote='' |
---|
1077 | am__tar='tar --format=ustar -chf - "$$tardir"' |
---|
1078 | am__untar='tar -xf -' |
---|
1079 | bindir='${exec_prefix}/bin' |
---|
1080 | build='x86_64-apple-darwin13.0.0' |
---|
1081 | build_alias='' |
---|
1082 | build_cpu='x86_64' |
---|
1083 | build_os='darwin13.0.0' |
---|
1084 | build_vendor='apple' |
---|
1085 | datadir='${datarootdir}' |
---|
1086 | datarootdir='${prefix}/share' |
---|
1087 | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
---|
1088 | dvidir='${docdir}' |
---|
1089 | exec_prefix='NONE' |
---|
1090 | host='x86_64-apple-darwin13.0.0' |
---|
1091 | host_alias='' |
---|
1092 | host_cpu='x86_64' |
---|
1093 | host_os='darwin13.0.0' |
---|
1094 | host_vendor='apple' |
---|
1095 | htmldir='${docdir}' |
---|
1096 | includedir='${prefix}/include' |
---|
1097 | infodir='${datarootdir}/info' |
---|
1098 | install_sh='${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_xfce_Terminal/Terminal/work/Terminal-0.4.5/install-sh' |
---|
1099 | libdir='${exec_prefix}/lib' |
---|
1100 | libexecdir='${exec_prefix}/libexec' |
---|
1101 | localedir='${datarootdir}/locale' |
---|
1102 | localstatedir='${prefix}/var' |
---|
1103 | lt_ECHO='/bin/echo' |
---|
1104 | mandir='${datarootdir}/man' |
---|
1105 | mkdir_p='$(top_builddir)/./install-sh -c -d' |
---|
1106 | oldincludedir='/usr/include' |
---|
1107 | pdfdir='${docdir}' |
---|
1108 | prefix='/opt/local' |
---|
1109 | program_transform_name='s,x,x,' |
---|
1110 | psdir='${docdir}' |
---|
1111 | sbindir='${exec_prefix}/sbin' |
---|
1112 | sharedstatedir='${prefix}/com' |
---|
1113 | sysconfdir='${prefix}/etc' |
---|
1114 | target_alias='' |
---|
1115 | |
---|
1116 | ## ----------- ## |
---|
1117 | ## confdefs.h. ## |
---|
1118 | ## ----------- ## |
---|
1119 | |
---|
1120 | /* confdefs.h */ |
---|
1121 | #define PACKAGE_NAME "Terminal" |
---|
1122 | #define PACKAGE_TARNAME "Terminal" |
---|
1123 | #define PACKAGE_VERSION "0.4.5" |
---|
1124 | #define PACKAGE_STRING "Terminal 0.4.5" |
---|
1125 | #define PACKAGE_BUGREPORT "http://bugzilla.xfce.org/" |
---|
1126 | #define PACKAGE_URL "" |
---|
1127 | #define PACKAGE "Terminal" |
---|
1128 | #define VERSION "0.4.5" |
---|
1129 | #define STDC_HEADERS 1 |
---|
1130 | #define HAVE_SYS_TYPES_H 1 |
---|
1131 | #define HAVE_SYS_STAT_H 1 |
---|
1132 | #define HAVE_STDLIB_H 1 |
---|
1133 | #define HAVE_STRING_H 1 |
---|
1134 | #define HAVE_MEMORY_H 1 |
---|
1135 | #define HAVE_STRINGS_H 1 |
---|
1136 | #define HAVE_INTTYPES_H 1 |
---|
1137 | #define HAVE_STDINT_H 1 |
---|
1138 | #define HAVE_UNISTD_H 1 |
---|
1139 | #define __EXTENSIONS__ 1 |
---|
1140 | #define _ALL_SOURCE 1 |
---|
1141 | #define _GNU_SOURCE 1 |
---|
1142 | #define _POSIX_PTHREAD_SEMANTICS 1 |
---|
1143 | #define _TANDEM_SOURCE 1 |
---|
1144 | #define HAVE_DLFCN_H 1 |
---|
1145 | #define LT_OBJDIR ".libs/" |
---|
1146 | #define HAVE_CTYPE_H 1 |
---|
1147 | #define HAVE_ERRNO_H 1 |
---|
1148 | #define HAVE_LIMITS_H 1 |
---|
1149 | #define HAVE_PWD_H 1 |
---|
1150 | #define HAVE_SIGNAL_H 1 |
---|
1151 | #define HAVE_TIME_H 1 |
---|
1152 | #define GETTEXT_PACKAGE "Terminal" |
---|
1153 | #define HAVE_LOCALE_H 1 |
---|
1154 | #define HAVE_LC_MESSAGES 1 |
---|
1155 | #define HAVE_BIND_TEXTDOMAIN_CODESET 1 |
---|
1156 | #define HAVE_GETTEXT 1 |
---|
1157 | #define HAVE_DCGETTEXT 1 |
---|
1158 | #define ENABLE_NLS 1 |
---|
1159 | #define HAVE_LIBX11 1 |
---|
1160 | |
---|
1161 | configure: exit 1 |
---|