1 | poizon@sirius:~/build/mc-4.6.2$ ./configure --enable-charset |
---|
2 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
3 | checking whether build environment is sane... yes |
---|
4 | checking for a thread-safe mkdir -p... /bin/mkdir -p |
---|
5 | checking for gawk... no |
---|
6 | checking for mawk... mawk |
---|
7 | checking whether make sets $(MAKE)... yes |
---|
8 | checking whether to enable maintainer-specific portions of Makefiles... no |
---|
9 | checking build system type... i686-pc-linux-gnu |
---|
10 | checking host system type... i686-pc-linux-gnu |
---|
11 | checking for style of include used by make... GNU |
---|
12 | checking for gcc... gcc |
---|
13 | checking for C compiler default output file name... a.out |
---|
14 | checking whether the C compiler works... yes |
---|
15 | checking whether we are cross compiling... no |
---|
16 | checking for suffix of executables... |
---|
17 | checking for suffix of object files... o |
---|
18 | checking whether we are using the GNU C compiler... yes |
---|
19 | checking whether gcc accepts -g... yes |
---|
20 | checking for gcc option to accept ISO C89... none needed |
---|
21 | checking dependency style of gcc... gcc3 |
---|
22 | checking how to run the C preprocessor... gcc -E |
---|
23 | checking for grep that handles long lines and -e... /bin/grep |
---|
24 | checking for egrep... /bin/grep -E |
---|
25 | checking for AIX... no |
---|
26 | checking for ANSI C header files... yes |
---|
27 | checking for sys/types.h... yes |
---|
28 | checking for sys/stat.h... yes |
---|
29 | checking for stdlib.h... yes |
---|
30 | checking for string.h... yes |
---|
31 | checking for memory.h... yes |
---|
32 | checking for strings.h... yes |
---|
33 | checking for inttypes.h... yes |
---|
34 | checking for stdint.h... yes |
---|
35 | checking for unistd.h... yes |
---|
36 | checking minix/config.h usability... no |
---|
37 | checking minix/config.h presence... no |
---|
38 | checking for minix/config.h... no |
---|
39 | checking whether it is safe to define __EXTENSIONS__... yes |
---|
40 | checking for strerror in -lcposix... no |
---|
41 | checking for gcc option to accept ISO C99... -std=gnu99 |
---|
42 | checking for gcc -std=gnu99 option to accept ISO Standard C... (cached) -std=gnu99 |
---|
43 | checking for pkg-config... /usr/bin/pkg-config |
---|
44 | checking for glib-2.0... yes |
---|
45 | checking GLIB_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include |
---|
46 | checking GLIB_LIBS... -lglib-2.0 |
---|
47 | checking for gmodule-2.0... yes |
---|
48 | checking GMODULE_CFLAGS... -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include |
---|
49 | checking GMODULE_LIBS... -Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0 |
---|
50 | checking if gmodule functionality is supported... yes |
---|
51 | checking whether sys/types.h defines makedev... yes |
---|
52 | checking for an ANSI C-conforming const... yes |
---|
53 | checking for special C compiler options needed for large files... no |
---|
54 | checking for _FILE_OFFSET_BITS value needed for large files... 64 |
---|
55 | checking whether ln -s works... yes |
---|
56 | checking for ar... ar |
---|
57 | checking for gnome-moz-remote... no |
---|
58 | checking for mozilla... mozilla |
---|
59 | checking for stdlib.h... (cached) yes |
---|
60 | checking for unistd.h... (cached) yes |
---|
61 | checking for getpagesize... yes |
---|
62 | checking for working mmap... yes |
---|
63 | checking whether NLS is requested... yes |
---|
64 | checking for msgfmt... /usr/bin/msgfmt |
---|
65 | checking for gmsgfmt... /usr/bin/msgfmt |
---|
66 | checking for xgettext... /usr/bin/xgettext |
---|
67 | checking for msgmerge... /usr/bin/msgmerge |
---|
68 | checking whether we are using the GNU C Library 2 or newer... yes |
---|
69 | checking for ranlib... ranlib |
---|
70 | checking for signed... yes |
---|
71 | checking for inline... inline |
---|
72 | checking for off_t... yes |
---|
73 | checking for size_t... yes |
---|
74 | checking for long long... yes |
---|
75 | checking for long double... yes |
---|
76 | checking for wchar_t... yes |
---|
77 | checking for wint_t... yes |
---|
78 | checking for inttypes.h... yes |
---|
79 | checking for stdint.h... yes |
---|
80 | checking for intmax_t... yes |
---|
81 | checking whether printf() supports POSIX/XSI format strings... yes |
---|
82 | checking for working alloca.h... yes |
---|
83 | checking for alloca... yes |
---|
84 | checking whether we are using the GNU C Library 2.1 or newer... yes |
---|
85 | checking whether integer division by zero raises SIGFPE... yes |
---|
86 | checking for unsigned long long... yes |
---|
87 | checking for inttypes.h... yes |
---|
88 | checking whether the inttypes.h PRIxNN macros are broken... no |
---|
89 | checking for stdint.h... (cached) yes |
---|
90 | checking for SIZE_MAX... yes |
---|
91 | checking for stdint.h... (cached) yes |
---|
92 | checking for CFPreferencesCopyAppValue... no |
---|
93 | checking for CFLocaleCopyCurrent... no |
---|
94 | checking for ld used by GCC... /usr/bin/ld |
---|
95 | checking if the linker (/usr/bin/ld) is GNU ld... yes |
---|
96 | checking for shared library run path origin... done |
---|
97 | checking for ptrdiff_t... yes |
---|
98 | checking argz.h usability... yes |
---|
99 | checking argz.h presence... yes |
---|
100 | checking for argz.h... yes |
---|
101 | checking limits.h usability... yes |
---|
102 | checking limits.h presence... yes |
---|
103 | checking for limits.h... yes |
---|
104 | checking locale.h usability... yes |
---|
105 | checking locale.h presence... yes |
---|
106 | checking for locale.h... yes |
---|
107 | checking nl_types.h usability... yes |
---|
108 | checking nl_types.h presence... yes |
---|
109 | checking for nl_types.h... yes |
---|
110 | checking malloc.h usability... yes |
---|
111 | checking malloc.h presence... yes |
---|
112 | checking for malloc.h... yes |
---|
113 | checking stddef.h usability... yes |
---|
114 | checking stddef.h presence... yes |
---|
115 | checking for stddef.h... yes |
---|
116 | checking for stdlib.h... (cached) yes |
---|
117 | checking for string.h... (cached) yes |
---|
118 | checking for unistd.h... (cached) yes |
---|
119 | checking sys/param.h usability... yes |
---|
120 | checking sys/param.h presence... yes |
---|
121 | checking for sys/param.h... yes |
---|
122 | checking for asprintf... yes |
---|
123 | checking for fwprintf... yes |
---|
124 | checking for getcwd... yes |
---|
125 | checking for getegid... yes |
---|
126 | checking for geteuid... yes |
---|
127 | checking for getgid... yes |
---|
128 | checking for getuid... yes |
---|
129 | checking for mempcpy... yes |
---|
130 | checking for munmap... yes |
---|
131 | checking for putenv... yes |
---|
132 | checking for setenv... yes |
---|
133 | checking for setlocale... yes |
---|
134 | checking for snprintf... yes |
---|
135 | checking for stpcpy... yes |
---|
136 | checking for strcasecmp... yes |
---|
137 | checking for strdup... yes |
---|
138 | checking for strtoul... yes |
---|
139 | checking for tsearch... yes |
---|
140 | checking for wcslen... yes |
---|
141 | checking for __argz_count... yes |
---|
142 | checking for __argz_stringify... yes |
---|
143 | checking for __argz_next... yes |
---|
144 | checking for __fsetlocking... yes |
---|
145 | checking whether _snprintf is declared... no |
---|
146 | checking whether _snwprintf is declared... no |
---|
147 | checking whether feof_unlocked is declared... yes |
---|
148 | checking whether fgets_unlocked is declared... yes |
---|
149 | checking whether getc_unlocked is declared... yes |
---|
150 | checking for iconv... yes |
---|
151 | checking for iconv declaration... |
---|
152 | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); |
---|
153 | checking for nl_langinfo and CODESET... yes |
---|
154 | checking for LC_MESSAGES... yes |
---|
155 | checking for bison... bison |
---|
156 | checking version of bison... 2.3, ok |
---|
157 | checking for CFPreferencesCopyAppValue... (cached) no |
---|
158 | checking for CFLocaleCopyCurrent... (cached) no |
---|
159 | checking whether NLS is requested... yes |
---|
160 | checking whether included gettext is requested... no |
---|
161 | checking for GNU gettext in libc... yes |
---|
162 | checking whether to use NLS... yes |
---|
163 | checking where the gettext function comes from... libc |
---|
164 | checking for a BSD-compatible install... /usr/bin/install -c |
---|
165 | checking for unistd.h... (cached) yes |
---|
166 | checking for string.h... (cached) yes |
---|
167 | checking for memory.h... (cached) yes |
---|
168 | checking grp.h usability... yes |
---|
169 | checking grp.h presence... yes |
---|
170 | checking for grp.h... yes |
---|
171 | checking for limits.h... (cached) yes |
---|
172 | checking for malloc.h... (cached) yes |
---|
173 | checking for stdlib.h... (cached) yes |
---|
174 | checking termios.h usability... yes |
---|
175 | checking termios.h presence... yes |
---|
176 | checking for termios.h... yes |
---|
177 | checking utime.h usability... yes |
---|
178 | checking utime.h presence... yes |
---|
179 | checking for utime.h... yes |
---|
180 | checking fcntl.h usability... yes |
---|
181 | checking fcntl.h presence... yes |
---|
182 | checking for fcntl.h... yes |
---|
183 | checking pwd.h usability... yes |
---|
184 | checking pwd.h presence... yes |
---|
185 | checking for pwd.h... yes |
---|
186 | checking sys/statfs.h usability... yes |
---|
187 | checking sys/statfs.h presence... yes |
---|
188 | checking for sys/statfs.h... yes |
---|
189 | checking sys/time.h usability... yes |
---|
190 | checking sys/time.h presence... yes |
---|
191 | checking for sys/time.h... yes |
---|
192 | checking sys/timeb.h usability... yes |
---|
193 | checking sys/timeb.h presence... yes |
---|
194 | checking for sys/timeb.h... yes |
---|
195 | checking sys/select.h usability... yes |
---|
196 | checking sys/select.h presence... yes |
---|
197 | checking for sys/select.h... yes |
---|
198 | checking sys/ioctl.h usability... yes |
---|
199 | checking sys/ioctl.h presence... yes |
---|
200 | checking for sys/ioctl.h... yes |
---|
201 | checking stropts.h usability... yes |
---|
202 | checking stropts.h presence... yes |
---|
203 | checking for stropts.h... yes |
---|
204 | checking arpa/inet.h usability... yes |
---|
205 | checking arpa/inet.h presence... yes |
---|
206 | checking for arpa/inet.h... yes |
---|
207 | checking security/pam_misc.h usability... no |
---|
208 | checking security/pam_misc.h presence... no |
---|
209 | checking for security/pam_misc.h... no |
---|
210 | checking sys/socket.h usability... yes |
---|
211 | checking sys/socket.h presence... yes |
---|
212 | checking for sys/socket.h... yes |
---|
213 | checking sys/sysmacros.h usability... yes |
---|
214 | checking sys/sysmacros.h presence... yes |
---|
215 | checking for sys/sysmacros.h... yes |
---|
216 | checking for sys/types.h... (cached) yes |
---|
217 | checking sys/mkdev.h usability... no |
---|
218 | checking sys/mkdev.h presence... no |
---|
219 | checking for sys/mkdev.h... no |
---|
220 | checking wchar.h usability... yes |
---|
221 | checking wchar.h presence... yes |
---|
222 | checking for wchar.h... yes |
---|
223 | checking wctype.h usability... yes |
---|
224 | checking wctype.h presence... yes |
---|
225 | checking for wctype.h... yes |
---|
226 | checking whether time.h and sys/time.h may both be included... yes |
---|
227 | checking for sys/wait.h that is POSIX.1 compatible... yes |
---|
228 | checking for dirent.h that defines DIR... yes |
---|
229 | checking for library containing opendir... none required |
---|
230 | checking for ANSI C header files... (cached) yes |
---|
231 | checking for struct stat.st_blksize... yes |
---|
232 | checking for struct stat.st_rdev... yes |
---|
233 | checking for struct stat.st_blocks... yes |
---|
234 | checking for atoll... yes |
---|
235 | checking for cfgetospeed... yes |
---|
236 | checking for getegid... (cached) yes |
---|
237 | checking for geteuid... (cached) yes |
---|
238 | checking for getgid... (cached) yes |
---|
239 | checking for getsid... yes |
---|
240 | checking for getuid... (cached) yes |
---|
241 | checking for initgroups... yes |
---|
242 | checking for isascii... yes |
---|
243 | checking for memcpy... yes |
---|
244 | checking for memmove... yes |
---|
245 | checking for memset... yes |
---|
246 | checking for putenv... (cached) yes |
---|
247 | checking for setreuid... yes |
---|
248 | checking for setuid... yes |
---|
249 | checking for statfs... yes |
---|
250 | checking for strerror... yes |
---|
251 | checking for strftime... yes |
---|
252 | checking for sysconf... yes |
---|
253 | checking for tcgetattr... yes |
---|
254 | checking for tcsetattr... yes |
---|
255 | checking for truncate... yes |
---|
256 | checking for sigaction... yes |
---|
257 | checking for sigemptyset... yes |
---|
258 | checking for sigprocmask... yes |
---|
259 | checking for sigaddset... yes |
---|
260 | checking for posix_openpt... yes |
---|
261 | checking for grantpt... yes |
---|
262 | checking for statlstat... no |
---|
263 | checking for AIX defines... no |
---|
264 | checking for sys/param.h... (cached) yes |
---|
265 | checking sys/statvfs.h usability... yes |
---|
266 | checking sys/statvfs.h presence... yes |
---|
267 | checking for sys/statvfs.h... yes |
---|
268 | checking sys/vfs.h usability... yes |
---|
269 | checking sys/vfs.h presence... yes |
---|
270 | checking for sys/vfs.h... yes |
---|
271 | checking sys/fs_types.h usability... no |
---|
272 | checking sys/fs_types.h presence... no |
---|
273 | checking for sys/fs_types.h... no |
---|
274 | checking for fcntl.h... (cached) yes |
---|
275 | checking for utime.h... (cached) yes |
---|
276 | checking for listmntent... no |
---|
277 | checking for getmntinfo... no |
---|
278 | checking for sys/ucred.h... no |
---|
279 | checking for sys/mount.h... yes |
---|
280 | checking mntent.h usability... yes |
---|
281 | checking mntent.h presence... yes |
---|
282 | checking for mntent.h... yes |
---|
283 | checking for sys/fs_types.h... (cached) no |
---|
284 | checking for struct fsstat.f_fstypename... no |
---|
285 | checking for library containing getmntent... none required |
---|
286 | checking for getmntent... yes |
---|
287 | checking for listmntent of Cray/Unicos-9... no |
---|
288 | checking for mntctl function and struct vmount... no |
---|
289 | checking for one-argument getmntent function... yes |
---|
290 | checking for sys/mount.h... (cached) yes |
---|
291 | configure: checking how to get file system space usage |
---|
292 | checking for statvfs function (SVR4)... no |
---|
293 | checking for 3-argument statfs function (DEC OSF/1)... no |
---|
294 | checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... yes |
---|
295 | checking dustat.h usability... no |
---|
296 | checking dustat.h presence... no |
---|
297 | checking for dustat.h... no |
---|
298 | checking sys/fs/s5param.h usability... no |
---|
299 | checking sys/fs/s5param.h presence... no |
---|
300 | checking for sys/fs/s5param.h... no |
---|
301 | checking sys/filsys.h usability... no |
---|
302 | checking sys/filsys.h presence... no |
---|
303 | checking for sys/filsys.h... no |
---|
304 | checking for sys/statfs.h... (cached) yes |
---|
305 | checking for statfs that truncates block counts... no |
---|
306 | checking for struct statfs.f_fstypename... no |
---|
307 | checking for long... yes |
---|
308 | checking size of long... 4 |
---|
309 | checking for long long... (cached) yes |
---|
310 | checking size of long long... 8 |
---|
311 | checking for mode_t... yes |
---|
312 | checking for off_t... (cached) yes |
---|
313 | checking for off_t... (cached) yes |
---|
314 | checking size of off_t... 8 |
---|
315 | checking for pid_t... yes |
---|
316 | checking for uid_t in sys/types.h... yes |
---|
317 | checking for nlink_t... yes |
---|
318 | checking for socklen_t... yes |
---|
319 | checking for uintptr_t... yes |
---|
320 | checking for working alloca.h... (cached) yes |
---|
321 | checking for alloca... (cached) yes |
---|
322 | checking for working strcoll... yes |
---|
323 | checking for X... libraries , headers |
---|
324 | checking for gethostbyname... yes |
---|
325 | checking for connect... yes |
---|
326 | checking for remove... yes |
---|
327 | checking for shmat... yes |
---|
328 | checking for IceConnectionNumber in -lICE... yes |
---|
329 | checking for library containing socket... none required |
---|
330 | checking for library containing gethostbyname... none required |
---|
331 | checking for get_process_stats in -lseq... no |
---|
332 | checking for zip... /usr/bin/zip |
---|
333 | checking for unzip... /usr/bin/unzip |
---|
334 | checking for zipinfo code in unzip... yes |
---|
335 | checking for perl... /usr/bin/perl |
---|
336 | checking for library containing socket... (cached) none required |
---|
337 | checking for library containing gethostbyname... (cached) none required |
---|
338 | checking for struct linger.l_linger... yes |
---|
339 | checking for pmap_set... yes |
---|
340 | checking for pmap_getport... yes |
---|
341 | checking for pmap_getmaps... yes |
---|
342 | checking for rresvport... yes |
---|
343 | checking for rpc/pmap_clnt.h... yes |
---|
344 | checking for ext2fs_close in -lext2fs... no |
---|
345 | configure: enabling VFS code |
---|
346 | checking for Gpm_Repeat in -lgpm... yes |
---|
347 | checking for nroff... true |
---|
348 | checking for manual formatting macros... -mandoc |
---|
349 | checking for option to disable ANSI color in manuals... none |
---|
350 | checking if nroff accepts -Tlatin1 or -Tascii... -Tlatin1 |
---|
351 | checking for file... true |
---|
352 | checking for -L option to file command... yes |
---|
353 | checking for subshell support... yes |
---|
354 | checking slang.h usability... yes |
---|
355 | checking slang.h presence... yes |
---|
356 | checking for slang.h... yes |
---|
357 | checking if S-Lang uses termcap... no |
---|
358 | checking for SLang_init_tty in -lslang... yes |
---|
359 | checking for SLsmg_write_nwchars in -lslang... no |
---|
360 | checking if S-Lang exports private functions... no |
---|
361 | configure: using internal editor |
---|
362 | configure: creating ./config.status |
---|
363 | config.status: creating Makefile |
---|
364 | config.status: creating mc.spec |
---|
365 | config.status: creating mc.qpg |
---|
366 | config.status: creating pkginfo |
---|
367 | config.status: creating prototype |
---|
368 | config.status: creating doc/Makefile |
---|
369 | config.status: creating vfs/Makefile |
---|
370 | config.status: creating vfs/extfs/Makefile |
---|
371 | config.status: creating lib/Makefile |
---|
372 | config.status: creating src/Makefile |
---|
373 | config.status: creating slang/Makefile |
---|
374 | config.status: creating edit/Makefile |
---|
375 | config.status: creating syntax/Makefile |
---|
376 | config.status: creating m4/Makefile |
---|
377 | config.status: creating lib/mc.ext |
---|
378 | config.status: creating vfs/extfs/a |
---|
379 | config.status: creating vfs/extfs/apt |
---|
380 | config.status: creating vfs/extfs/audio |
---|
381 | config.status: creating vfs/extfs/deb |
---|
382 | config.status: creating vfs/extfs/deba |
---|
383 | config.status: creating vfs/extfs/debd |
---|
384 | config.status: creating vfs/extfs/dpkg |
---|
385 | config.status: creating vfs/extfs/iso9660 |
---|
386 | config.status: creating vfs/extfs/hp48 |
---|
387 | config.status: creating vfs/extfs/lslR |
---|
388 | config.status: creating vfs/extfs/mailfs |
---|
389 | config.status: creating vfs/extfs/patchfs |
---|
390 | config.status: creating vfs/extfs/rpms |
---|
391 | config.status: creating vfs/extfs/ualz |
---|
392 | config.status: creating vfs/extfs/uar |
---|
393 | config.status: creating vfs/extfs/uarj |
---|
394 | config.status: creating vfs/extfs/uha |
---|
395 | config.status: creating vfs/extfs/ulha |
---|
396 | config.status: creating vfs/extfs/urar |
---|
397 | config.status: creating vfs/extfs/uzip |
---|
398 | config.status: creating vfs/extfs/uzoo |
---|
399 | config.status: creating doc/mc.1 |
---|
400 | config.status: creating doc/mcedit.1 |
---|
401 | config.status: creating doc/mcview.1 |
---|
402 | config.status: creating doc/mcserv.8 |
---|
403 | config.status: creating doc/es/mc.1 |
---|
404 | config.status: creating doc/es/Makefile |
---|
405 | config.status: creating doc/hu/mc.1 |
---|
406 | config.status: creating doc/hu/Makefile |
---|
407 | config.status: creating doc/it/mc.1 |
---|
408 | config.status: creating doc/it/Makefile |
---|
409 | config.status: creating doc/pl/mc.1 |
---|
410 | config.status: creating doc/pl/Makefile |
---|
411 | config.status: creating doc/ru/mc.1 |
---|
412 | config.status: creating doc/ru/Makefile |
---|
413 | config.status: creating doc/sr/mc.1 |
---|
414 | config.status: creating doc/sr/mcserv.8 |
---|
415 | config.status: creating doc/sr/Makefile |
---|
416 | config.status: creating intl/Makefile |
---|
417 | config.status: WARNING: intl/Makefile.in seems to ignore the --datarootdir setting |
---|
418 | config.status: creating po/Makefile.in |
---|
419 | config.status: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting |
---|
420 | config.status: creating config.h |
---|
421 | config.status: executing depfiles commands |
---|
422 | config.status: executing default-1 commands |
---|
423 | config.status: creating po/POTFILES |
---|
424 | config.status: creating po/Makefile |
---|
425 | |
---|
426 | Configuration: |
---|
427 | |
---|
428 | Source code location: . |
---|
429 | Compiler: gcc -std=gnu99 |
---|
430 | Compiler flags: -g -O2 -Wall |
---|
431 | File system: Midnight Commander Virtual File System |
---|
432 | cpiofs, extfs, tarfs, ftpfs, fish |
---|
433 | Screen library: S-Lang library (installed on the system) |
---|
434 | Mouse support: gpm and xterm |
---|
435 | X11 events support: yes |
---|
436 | With subshell support: yes |
---|
437 | Internal editor: yes |
---|
438 | Support for charset: yes |
---|
439 | |
---|
440 | poizon@sirius:~/build/mc-4.6.2$ make --quiet |
---|
441 | Making all in intl |
---|
442 | Making all in po |
---|
443 | msgmerge --update --no-location az.po mc.pot |
---|
444 | .................................................................................................... done. |
---|
445 | rm -f az.gmo && /usr/bin/msgfmt -c --statistics -o az.gmo az.po |
---|
446 | 855 translated messages, 68 fuzzy translations, 62 untranslated messages. |
---|
447 | msgmerge --update --no-location be.po mc.pot |
---|
448 | ................................................................................................... done. |
---|
449 | rm -f be.gmo && /usr/bin/msgfmt -c --statistics -o be.gmo be.po |
---|
450 | 866 translated messages, 60 fuzzy translations, 59 untranslated messages. |
---|
451 | msgmerge --update --no-location bg.po mc.pot |
---|
452 | .................................................................................................... done. |
---|
453 | rm -f bg.gmo && /usr/bin/msgfmt -c --statistics -o bg.gmo bg.po |
---|
454 | 865 translated messages, 63 fuzzy translations, 57 untranslated messages. |
---|
455 | msgmerge --update --no-location ca.po mc.pot |
---|
456 | ................................................................................................... done. |
---|
457 | rm -f ca.gmo && /usr/bin/msgfmt -c --statistics -o ca.gmo ca.po |
---|
458 | 856 translated messages, 68 fuzzy translations, 61 untranslated messages. |
---|
459 | msgmerge --update --no-location cs.po mc.pot |
---|
460 | ................................................................................................... done. |
---|
461 | rm -f cs.gmo && /usr/bin/msgfmt -c --statistics -o cs.gmo cs.po |
---|
462 | 976 translated messages, 5 fuzzy translations, 4 untranslated messages. |
---|
463 | msgmerge --update --no-location da.po mc.pot |
---|
464 | ................................................................................................... done. |
---|
465 | rm -f da.gmo && /usr/bin/msgfmt -c --statistics -o da.gmo da.po |
---|
466 | 856 translated messages, 67 fuzzy translations, 62 untranslated messages. |
---|
467 | msgmerge --update --no-location de.po mc.pot |
---|
468 | ................................................................................................... done. |
---|
469 | rm -f de.gmo && /usr/bin/msgfmt -c --statistics -o de.gmo de.po |
---|
470 | 978 translated messages, 6 fuzzy translations, 1 untranslated message. |
---|
471 | msgmerge --update --no-location el.po mc.pot |
---|
472 | ..................................................................................................... done. |
---|
473 | rm -f el.gmo && /usr/bin/msgfmt -c --statistics -o el.gmo el.po |
---|
474 | 121 translated messages, 62 fuzzy translations, 802 untranslated messages. |
---|
475 | msgmerge --update --no-location es.po mc.pot |
---|
476 | ................................................................................................... done. |
---|
477 | rm -f es.gmo && /usr/bin/msgfmt -c --statistics -o es.gmo es.po |
---|
478 | 984 translated messages, 1 untranslated message. |
---|
479 | msgmerge --update --no-location eu.po mc.pot |
---|
480 | ................................................................................................... done. |
---|
481 | rm -f eu.gmo && /usr/bin/msgfmt -c --statistics -o eu.gmo eu.po |
---|
482 | 857 translated messages, 67 fuzzy translations, 61 untranslated messages. |
---|
483 | msgmerge --update --no-location fi.po mc.pot |
---|
484 | ................................................................................................... done. |
---|
485 | rm -f fi.gmo && /usr/bin/msgfmt -c --statistics -o fi.gmo fi.po |
---|
486 | 317 translated messages, 94 fuzzy translations, 574 untranslated messages. |
---|
487 | msgmerge --update --no-location fr.po mc.pot |
---|
488 | .................................................................................................... done. |
---|
489 | rm -f fr.gmo && /usr/bin/msgfmt -c --statistics -o fr.gmo fr.po |
---|
490 | 866 translated messages, 63 fuzzy translations, 56 untranslated messages. |
---|
491 | msgmerge --update --no-location hu.po mc.pot |
---|
492 | ................................................................................................... done. |
---|
493 | rm -f hu.gmo && /usr/bin/msgfmt -c --statistics -o hu.gmo hu.po |
---|
494 | 965 translated messages, 15 fuzzy translations, 5 untranslated messages. |
---|
495 | msgmerge --update --no-location it.po mc.pot |
---|
496 | .................................................................................................... done. |
---|
497 | rm -f it.gmo && /usr/bin/msgfmt -c --statistics -o it.gmo it.po |
---|
498 | 984 translated messages, 1 untranslated message. |
---|
499 | msgmerge --update --no-location ja.po mc.pot |
---|
500 | ................................................................................................... done. |
---|
501 | rm -f ja.gmo && /usr/bin/msgfmt -c --statistics -o ja.gmo ja.po |
---|
502 | 856 translated messages, 67 fuzzy translations, 62 untranslated messages. |
---|
503 | msgmerge --update --no-location ko.po mc.pot |
---|
504 | .................................................................................................... done. |
---|
505 | rm -f ko.gmo && /usr/bin/msgfmt -c --statistics -o ko.gmo ko.po |
---|
506 | 879 translated messages, 47 fuzzy translations, 59 untranslated messages. |
---|
507 | msgmerge --update --no-location lt.po mc.pot |
---|
508 | ................................................................................................... done. |
---|
509 | rm -f lt.gmo && /usr/bin/msgfmt -c --statistics -o lt.gmo lt.po |
---|
510 | 978 translated messages, 4 fuzzy translations, 3 untranslated messages. |
---|
511 | msgmerge --update --no-location lv.po mc.pot |
---|
512 | ................................................................................................... done. |
---|
513 | rm -f lv.gmo && /usr/bin/msgfmt -c --statistics -o lv.gmo lv.po |
---|
514 | 852 translated messages, 68 fuzzy translations, 65 untranslated messages. |
---|
515 | msgmerge --update --no-location mn.po mc.pot |
---|
516 | ................................................................................................... done. |
---|
517 | rm -f mn.gmo && /usr/bin/msgfmt -c --statistics -o mn.gmo mn.po |
---|
518 | 891 translated messages, 49 fuzzy translations, 45 untranslated messages. |
---|
519 | msgmerge --update --no-location nl.po mc.pot |
---|
520 | ................................................................................................... done. |
---|
521 | rm -f nl.gmo && /usr/bin/msgfmt -c --statistics -o nl.gmo nl.po |
---|
522 | 965 translated messages, 9 fuzzy translations, 11 untranslated messages. |
---|
523 | msgmerge --update --no-location no.po mc.pot |
---|
524 | .................................................................................................... done. |
---|
525 | rm -f no.gmo && /usr/bin/msgfmt -c --statistics -o no.gmo no.po |
---|
526 | 878 translated messages, 56 fuzzy translations, 51 untranslated messages. |
---|
527 | msgmerge --update --no-location pl.po mc.pot |
---|
528 | ................................................................................................... done. |
---|
529 | rm -f pl.gmo && /usr/bin/msgfmt -c --statistics -o pl.gmo pl.po |
---|
530 | 974 translated messages, 7 fuzzy translations, 4 untranslated messages. |
---|
531 | msgmerge --update --no-location pt.po mc.pot |
---|
532 | ................................................................................................... done. |
---|
533 | rm -f pt.gmo && /usr/bin/msgfmt -c --statistics -o pt.gmo pt.po |
---|
534 | 865 translated messages, 63 fuzzy translations, 57 untranslated messages. |
---|
535 | msgmerge --update --no-location pt_BR.po mc.pot |
---|
536 | .................................................................................................... done. |
---|
537 | rm -f pt_BR.gmo && /usr/bin/msgfmt -c --statistics -o pt_BR.gmo pt_BR.po |
---|
538 | 821 translated messages, 91 fuzzy translations, 73 untranslated messages. |
---|
539 | msgmerge --update --no-location ro.po mc.pot |
---|
540 | ................................................................................................... done. |
---|
541 | rm -f ro.gmo && /usr/bin/msgfmt -c --statistics -o ro.gmo ro.po |
---|
542 | 892 translated messages, 48 fuzzy translations, 45 untranslated messages. |
---|
543 | msgmerge --update --no-location ru.po mc.pot |
---|
544 | ................................................................................................... done. |
---|
545 | rm -f ru.gmo && /usr/bin/msgfmt -c --statistics -o ru.gmo ru.po |
---|
546 | 976 translated messages, 5 fuzzy translations, 4 untranslated messages. |
---|
547 | msgmerge --update --no-location sk.po mc.pot |
---|
548 | ................................................................................................... done. |
---|
549 | rm -f sk.gmo && /usr/bin/msgfmt -c --statistics -o sk.gmo sk.po |
---|
550 | 892 translated messages, 48 fuzzy translations, 45 untranslated messages. |
---|
551 | msgmerge --update --no-location sl.po mc.pot |
---|
552 | ................................................................................................... done. |
---|
553 | rm -f sl.gmo && /usr/bin/msgfmt -c --statistics -o sl.gmo sl.po |
---|
554 | 892 translated messages, 48 fuzzy translations, 45 untranslated messages. |
---|
555 | msgmerge --update --no-location sr.po mc.pot |
---|
556 | ................................................................................................... done. |
---|
557 | rm -f sr.gmo && /usr/bin/msgfmt -c --statistics -o sr.gmo sr.po |
---|
558 | 906 translated messages, 41 fuzzy translations, 38 untranslated messages. |
---|
559 | msgmerge --update --no-location sv.po mc.pot |
---|
560 | ................................................................................................... done. |
---|
561 | rm -f sv.gmo && /usr/bin/msgfmt -c --statistics -o sv.gmo sv.po |
---|
562 | 892 translated messages, 48 fuzzy translations, 45 untranslated messages. |
---|
563 | msgmerge --update --no-location ta.po mc.pot |
---|
564 | ta.po: warning: Charset "TSCII" is not a portable encoding name. |
---|
565 | Message conversion to user's charset might not work. |
---|
566 | ................................................................................................... done. |
---|
567 | rm -f ta.gmo && /usr/bin/msgfmt -c --statistics -o ta.gmo ta.po |
---|
568 | ta.po: warning: Charset "TSCII" is not a portable encoding name. |
---|
569 | Message conversion to user's charset might not work. |
---|
570 | 135 translated messages, 34 fuzzy translations, 816 untranslated messages. |
---|
571 | msgmerge --update --no-location tr.po mc.pot |
---|
572 | ................................................................................................... done. |
---|
573 | rm -f tr.gmo && /usr/bin/msgfmt -c --statistics -o tr.gmo tr.po |
---|
574 | 856 translated messages, 67 fuzzy translations, 62 untranslated messages. |
---|
575 | msgmerge --update --no-location uk.po mc.pot |
---|
576 | ................................................................................................... done. |
---|
577 | rm -f uk.gmo && /usr/bin/msgfmt -c --statistics -o uk.gmo uk.po |
---|
578 | 974 translated messages, 7 fuzzy translations, 4 untranslated messages. |
---|
579 | msgmerge --update --no-location vi.po mc.pot |
---|
580 | ................................................................................................... done. |
---|
581 | rm -f vi.gmo && /usr/bin/msgfmt -c --statistics -o vi.gmo vi.po |
---|
582 | 974 translated messages, 7 fuzzy translations, 4 untranslated messages. |
---|
583 | msgmerge --update --no-location wa.po mc.pot |
---|
584 | ................................................................................................... done. |
---|
585 | rm -f wa.gmo && /usr/bin/msgfmt -c --statistics -o wa.gmo wa.po |
---|
586 | 697 translated messages, 78 fuzzy translations, 210 untranslated messages. |
---|
587 | msgmerge --update --no-location zh_CN.po mc.pot |
---|
588 | ................................................................................................... done. |
---|
589 | rm -f zh_CN.gmo && /usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po |
---|
590 | 843 translated messages, 66 fuzzy translations, 76 untranslated messages. |
---|
591 | msgmerge --update --no-location zh_TW.po mc.pot |
---|
592 | ................................................................................................... done. |
---|
593 | rm -f zh_TW.gmo && /usr/bin/msgfmt -c --statistics -o zh_TW.gmo zh_TW.po |
---|
594 | 847 translated messages, 76 fuzzy translations, 62 untranslated messages. |
---|
595 | touch stamp-po |
---|
596 | Making all in m4 |
---|
597 | Making all in vfs |
---|
598 | Making all in extfs |
---|
599 | Making all in slang |
---|
600 | Making all in edit |
---|
601 | editdraw.c: In function ‘edit_draw_this_line’: |
---|
602 | editdraw.c:303: warning: ‘tws’ may be used uninitialized in this function |
---|
603 | Making all in src |
---|
604 | util.c: In function ‘list_append_unique’: |
---|
605 | util.c:1270: warning: ignoring return value of ‘g_list_remove_link’, declared with attribute warn_unused_result |
---|
606 | charsets.c: In function ‘load_codepages_list’: |
---|
607 | charsets.c:51: warning: implicit declaration of function ‘mhl_str_dir_plus_file’ |
---|
608 | charsets.c:51: warning: assignment makes pointer from integer without a cast |
---|
609 | charsets.o: In function `load_codepages_list': |
---|
610 | /home/poizon/build/mc-4.6.2/src/charsets.c:51: undefined reference to `mhl_str_dir_plus_file' |
---|
611 | collect2: ld returned 1 exit status |
---|
612 | make[2]: *** [mc] Error 1 |
---|
613 | make[1]: *** [all-recursive] Error 1 |
---|
614 | make: *** [all] Error 2 |
---|
615 | poizon@sirius:~/build/mc-4.6.2$ |
---|