Last active
April 27, 2019 05:35
-
-
Save yuryofujita/cbf416236670230ab11e3f2006e11be1 to your computer and use it in GitHub Desktop.
Log when executing make command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[vagrant@localhost ~]$ cd vim/src | |
[vagrant@localhost src]$ make | |
Makefile:304: auto/config.mk: No such file or directory | |
rm -f auto/config.cache | |
if test "X" != "Xclean" \ | |
-a "X" != "Xdistclean" \ | |
-a "X" != "Xautoconf" \ | |
-a "X" != "Xreconfig"; then \ | |
GUI_INC_LOC="" GUI_LIB_LOC="" \ | |
CC="" CPPFLAGS="" CFLAGS="" \ | |
LDFLAGS="" srcdir="." \ | |
./configure \ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
\ | |
; \ | |
fi | |
configure: creating cache auto/config.cache | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for gcc option to accept ISO C99... -std=gnu99 | |
checking how to run the C preprocessor... gcc -std=gnu99 -E | |
checking for grep that handles long lines and -e... /bin/grep | |
checking for egrep... /bin/grep -E | |
checking for fgrep... /bin/grep -F | |
checking for library containing strerror... none required | |
checking for gawk... gawk | |
checking for strip... strip | |
checking for ANSI C header files... yes | |
checking for sys/wait.h that is POSIX.1 compatible... yes | |
checking for unsigned long long int... yes | |
checking for long long int... yes | |
checking if the compiler supports trailing commas... yes | |
checking if the compiler supports C++ comments... yes | |
checking --enable-fail-if-missing argument... no | |
checking for clang version... N/A | |
configure: checking for buggy tools... | |
- sh is 'GNU bash, version 4.1.2(1)-release (x86_64-redhat-linux-gnu) | |
Copyright (C) 2009 Free Software Foundation, Inc. | |
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> | |
This is free software; you are free to change and redistribute it. | |
There is NO WARRANTY, to the extent permitted by law.' - probably OK. | |
- sed is 'GNU sed version 4.2.1 | |
Copyright (C) 2009 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, | |
to the extent permitted by law. | |
GNU sed home page: <http://www.gnu.org/software/sed/>. | |
General help using GNU software: <http://www.gnu.org/gethelp/>. | |
E-mail bug reports to: <[email protected]>. | |
Be sure to include the word ``sed'' somewhere in the ``Subject:'' field.'. | |
checking for BeOS... no | |
checking for QNX... no | |
checking for Darwin (Mac OS X)... no | |
checking AvailabilityMacros.h usability... no | |
checking AvailabilityMacros.h presence... no | |
checking for AvailabilityMacros.h... no | |
checking --with-local-dir argument... Defaulting to /usr/local | |
checking --with-vim-name argument... Defaulting to vim | |
checking --with-ex-name argument... Defaulting to ex | |
checking --with-view-name argument... Defaulting to view | |
checking --with-global-runtime argument... no | |
checking --with-modified-by argument... no | |
checking if character set is EBCDIC... no | |
checking --disable-smack argument... no | |
checking linux/xattr.h usability... yes | |
checking linux/xattr.h presence... yes | |
checking for linux/xattr.h... yes | |
checking attr/xattr.h usability... no | |
checking attr/xattr.h presence... no | |
checking for attr/xattr.h... no | |
checking --disable-selinux argument... no | |
checking for is_selinux_enabled in -lselinux... yes | |
checking selinux/selinux.h usability... yes | |
checking selinux/selinux.h presence... yes | |
checking for selinux/selinux.h... yes | |
checking --with-features argument... Defaulting to huge | |
checking --with-compiledby argument... no | |
checking --disable-xsmp argument... no | |
checking --disable-xsmp-interact argument... no | |
checking --enable-luainterp argument... no | |
checking --enable-mzschemeinterp argument... no | |
checking --enable-perlinterp argument... no | |
checking --enable-pythoninterp argument... no | |
checking --enable-python3interp argument... no | |
checking --enable-tclinterp argument... no | |
checking --enable-rubyinterp argument... no | |
checking --enable-cscope argument... no | |
checking --disable-netbeans argument... no | |
checking --disable-channel argument... no | |
checking for socket in -lsocket... no | |
checking for gethostbyname in -lnsl... yes | |
checking whether compiling with process communication is possible... yes | |
checking --enable-terminal argument... defaulting to yes | |
checking --enable-autoservername argument... no | |
checking --enable-multibyte argument... yes | |
checking --disable-rightleft argument... no | |
checking --disable-arabic argument... no | |
checking --enable-hangulinput argument... no | |
checking --enable-xim argument... defaulting to auto | |
checking --enable-fontset argument... no | |
checking for xmkmf... no | |
checking for X... no | |
checking if X11 header files can be found... no | |
checking --enable-gui argument... no GUI support | |
checking X11/SM/SMlib.h usability... no | |
checking X11/SM/SMlib.h presence... no | |
checking for X11/SM/SMlib.h... no | |
checking for /proc link to executable... /proc/self/exe | |
checking for CYGWIN or MSYS environment... no | |
checking whether toupper is broken... no | |
checking whether __DATE__ and __TIME__ work... yes | |
checking whether __attribute__((unused)) is allowed... yes | |
checking elf.h usability... yes | |
checking elf.h presence... yes | |
checking for elf.h... yes | |
checking for main in -lelf... no | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking stdint.h usability... yes | |
checking stdint.h presence... yes | |
checking for stdint.h... yes | |
checking stdlib.h usability... yes | |
checking stdlib.h presence... yes | |
checking for stdlib.h... yes | |
checking string.h usability... yes | |
checking string.h presence... yes | |
checking for string.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking sgtty.h usability... yes | |
checking sgtty.h presence... yes | |
checking for sgtty.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/types.h usability... yes | |
checking sys/types.h presence... yes | |
checking for sys/types.h... yes | |
checking termio.h usability... yes | |
checking termio.h presence... yes | |
checking for termio.h... yes | |
checking iconv.h usability... yes | |
checking iconv.h presence... yes | |
checking for iconv.h... yes | |
checking inttypes.h usability... yes | |
checking inttypes.h presence... yes | |
checking for inttypes.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking unistd.h usability... yes | |
checking unistd.h presence... yes | |
checking for unistd.h... yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/systeminfo.h usability... no | |
checking sys/systeminfo.h presence... no | |
checking for sys/systeminfo.h... no | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking sys/stream.h usability... no | |
checking sys/stream.h presence... no | |
checking for sys/stream.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking libc.h usability... no | |
checking libc.h presence... no | |
checking for libc.h... no | |
checking sys/statfs.h usability... yes | |
checking sys/statfs.h presence... yes | |
checking for sys/statfs.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking utime.h usability... yes | |
checking utime.h presence... yes | |
checking for utime.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/ptms.h usability... no | |
checking sys/ptms.h presence... no | |
checking for sys/ptms.h... no | |
checking libintl.h usability... yes | |
checking libintl.h presence... yes | |
checking for libintl.h... yes | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking util/debug.h usability... no | |
checking util/debug.h presence... no | |
checking for util/debug.h... no | |
checking util/msg18n.h usability... no | |
checking util/msg18n.h presence... no | |
checking for util/msg18n.h... no | |
checking frame.h usability... no | |
checking frame.h presence... no | |
checking for frame.h... no | |
checking sys/acl.h usability... no | |
checking sys/acl.h presence... no | |
checking for sys/acl.h... no | |
checking sys/access.h usability... no | |
checking sys/access.h presence... no | |
checking for sys/access.h... no | |
checking sys/sysinfo.h usability... yes | |
checking sys/sysinfo.h presence... yes | |
checking for sys/sysinfo.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking for sys/ptem.h... no | |
checking for sys/sysctl.h... yes | |
checking for pthread_np.h... no | |
checking strings.h usability... yes | |
checking strings.h presence... yes | |
checking for strings.h... yes | |
checking if strings.h can be included after string.h... yes | |
checking whether gcc -std=gnu99 needs -traditional... no | |
checking for an ANSI C-conforming const... yes | |
checking for working volatile... yes | |
checking for mode_t... yes | |
checking for off_t... yes | |
checking for pid_t... yes | |
checking for size_t... yes | |
checking for uid_t in sys/types.h... yes | |
checking for uint32_t... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for ino_t... yes | |
checking for dev_t... yes | |
checking whether byte ordering is bigendian... no | |
checking for inline... inline | |
checking for rlim_t... yes | |
checking for stack_t... yes | |
checking whether stack_t has an ss_base field... no | |
checking --with-tlib argument... empty: automatic terminal library selection | |
checking for tgetent in -ltinfo... yes | |
checking whether we talk terminfo... yes | |
checking what tgetent() returns for an unknown terminal... zero | |
checking whether termcap.h contains ospeed... yes | |
checking whether termcap.h contains UP, BC and PC... yes | |
checking whether tputs() uses outfuntype... no | |
checking whether sys/select.h and sys/time.h may both be included... yes | |
checking for /dev/ptc... no | |
checking for SVR4 ptys... yes | |
checking for ptyranges... don't know | |
checking default tty permissions/group... can't determine - assume ptys are world accessible | |
world | |
checking return type of signal handlers... void | |
checking for struct sigcontext... yes | |
checking getcwd implementation is broken... no | |
checking for fchdir... yes | |
checking for fchown... yes | |
checking for fchmod... yes | |
checking for fsync... yes | |
checking for getcwd... yes | |
checking for getpseudotty... no | |
checking for getpwent... yes | |
checking for getpwnam... yes | |
checking for getpwuid... yes | |
checking for getrlimit... yes | |
checking for gettimeofday... yes | |
checking for getwd... yes | |
checking for lstat... yes | |
checking for memset... yes | |
checking for mkdtemp... yes | |
checking for nanosleep... yes | |
checking for opendir... yes | |
checking for putenv... yes | |
checking for qsort... yes | |
checking for readlink... yes | |
checking for select... yes | |
checking for setenv... yes | |
checking for getpgid... yes | |
checking for setpgid... yes | |
checking for setsid... yes | |
checking for sigaltstack... yes | |
checking for sigstack... yes | |
checking for sigset... yes | |
checking for sigsetjmp... no | |
checking for sigaction... yes | |
checking for sigprocmask... yes | |
checking for sigvec... yes | |
checking for strcasecmp... yes | |
checking for strerror... yes | |
checking for strftime... yes | |
checking for stricmp... no | |
checking for strncasecmp... yes | |
checking for strnicmp... no | |
checking for strpbrk... yes | |
checking for strtol... yes | |
checking for tgetent... yes | |
checking for towlower... yes | |
checking for towupper... yes | |
checking for iswupper... yes | |
checking for usleep... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for mblen... yes | |
checking for ftruncate... yes | |
checking for unsetenv... yes | |
checking for sys/select.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking types of arguments for select... int,fd_set *,struct timeval * | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking for st_blksize... yes | |
checking whether stat() ignores a trailing slash... no | |
checking for iconv_open()... yes | |
checking for nl_langinfo(CODESET)... yes | |
checking for strtod in -lm... yes | |
checking for strtod() and other floating point functions... yes | |
checking for isinf()... yes | |
checking for isnan()... yes | |
checking --disable-acl argument... no | |
checking for acl_get_file in -lposix1e... no | |
checking for acl_get_file in -lacl... no | |
checking for POSIX ACL support... no | |
checking for acl_get in -lsec... no | |
checking for Solaris ACL support... no | |
checking for AIX ACL support... no | |
checking --disable-gpm argument... no | |
checking for gpm... no | |
checking --disable-sysmouse argument... no | |
checking for sysmouse... no | |
checking for FD_CLOEXEC... yes | |
checking for rename... yes | |
checking for sysctl... not usable | |
checking for sysinfo... yes | |
checking for sysinfo.mem_unit... yes | |
checking for sysconf... yes | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of time_t... 8 | |
checking size of off_t... 8 | |
checking uint32_t is 32 bits... ok | |
checking whether memmove handles overlaps... yes | |
checking for _xpg4_setrunelocale in -lxpg4... no | |
checking how to create tags... ctags | |
checking how to run man with a section nr... man | |
checking --disable-nls argument... no | |
checking for msgfmt... msgfmt | |
checking for NLS... gettext() works | |
checking for bind_textdomain_codeset... yes | |
checking for _nl_msg_cat_cntr... yes | |
checking if msgfmt supports --desktop... no | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking for dlopen()... yes | |
checking for dlsym()... yes | |
checking setjmp.h usability... yes | |
checking setjmp.h presence... yes | |
checking for setjmp.h... yes | |
checking for GCC 3 or later... yes | |
checking whether we need -D_FORTIFY_SOURCE=1... yes | |
checking whether we need to force -D_FILE_OFFSET_BITS=64... no | |
checking linker --as-needed support... yes | |
configure: updating cache auto/config.cache | |
configure: creating auto/config.status | |
config.status: creating auto/config.mk | |
config.status: creating auto/config.h | |
/bin/sh install-sh -c -d objects | |
touch objects/.dirstamp | |
CC="gcc -std=gnu99 -Iproto -DHAVE_CONFIG_H " srcdir=. sh ./osdef.sh | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/arabic.o arabic.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/autocmd.o autocmd.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/beval.o beval.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blob.o blob.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt.o crypt.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/crypt_zip.o crypt_zip.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/debugger.o debugger.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/dict.o dict.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/evalfunc.o evalfunc.c | |
evalfunc.c: In function ‘f_execute’: | |
evalfunc.c:3387: warning: ‘save_ga.ga_data’ may be used uninitialized in this function | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/findfile.o findfile.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/indent.o indent.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/insexpand.o insexpand.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/list.o list.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c | |
memline.c: In function ‘adjust_text_props_for_delete’: | |
memline.c:3333: warning: ‘this_props_len’ may be used uninitialized in this function | |
memline.c:3334: warning: ‘text’ may be used uninitialized in this function | |
memline.c:3335: warning: ‘textlen’ may be used uninitialized in this function | |
memline.c: In function ‘ml_delete_int’: | |
memline.c:3441: warning: ‘textprop_save_len’ may be used uninitialized in this function | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/move.o move.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c | |
ops.c: In function ‘op_addsub’: | |
ops.c:5431: warning: ‘startpos.lnum’ may be used uninitialized in this function | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/option.o option.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c | |
os_unix.c: In function ‘mch_libcall’: | |
os_unix.c:7325: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
os_unix.c:7347: warning: dereferencing type-punned pointer will break strict-aliasing rules | |
os_unix.c:7325: warning: dereferencing pointer ‘ProcAdd.345’ does break strict-aliasing rules | |
os_unix.c:7325: note: initialized from here | |
os_unix.c:7347: warning: dereferencing pointer ‘ProcAddI.352’ does break strict-aliasing rules | |
os_unix.c:7347: note: initialized from here | |
creating auto/pathdef.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/popupmnu.o popupmnu.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/pty.o pty.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c | |
regexp.c: In function ‘vim_regsub_both’: | |
regexp.c:7394: warning: ‘rsm_save.sm_match’ may be used uninitialized in this function | |
regexp.c:7394: warning: ‘rsm_save.sm_mmatch’ may be used uninitialized in this function | |
regexp.c:7394: warning: ‘rsm_save.sm_firstlnum’ may be used uninitialized in this function | |
regexp.c:7394: warning: ‘rsm_save.sm_maxline’ may be used uninitialized in this function | |
regexp.c:7394: warning: ‘rsm_save.sm_line_lbr’ may be used uninitialized in this function | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/search.o search.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/sign.o sign.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/spellfile.o spellfile.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/term.o term.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/terminal.o terminal.c | |
terminal.c: In function ‘f_term_dumpwrite’: | |
terminal.c:4249: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/textprop.o textprop.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/userfunc.o userfunc.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/window.o window.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/encoding.o libvterm/src/encoding.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/keyboard.o libvterm/src/keyboard.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/mouse.o libvterm/src/mouse.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/parser.o libvterm/src/parser.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/pen.o libvterm/src/pen.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/termscreen.o libvterm/src/termscreen.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/state.o libvterm/src/state.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/unicode.o libvterm/src/unicode.c | |
gcc -std=gnu99 -c -I. -Ilibvterm/include -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -DINLINE="" -DVSNPRINTF=vim_vsnprintf -DIS_COMBINING_FUNCTION=utf_iscomposing_uint -DWCWIDTH_FUNCTION=utf_uint2cells -o objects/vterm.o libvterm/src/vterm.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/channel.o channel.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xdiffi.o xdiff/xdiffi.c | |
xdiff/xdiffi.c: In function ‘xdl_change_compact’: | |
xdiff/xdiffi.c:892: warning: ‘best_score.penalty’ may be used uninitialized in this function | |
xdiff/xdiffi.c:892: warning: ‘best_score.effective_indent’ may be used uninitialized in this function | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xemit.o xdiff/xemit.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xprepare.o xdiff/xprepare.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xutils.o xdiff/xutils.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xhistogram.o xdiff/xhistogram.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/xpatience.o xdiff/xpatience.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/json.o json.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/main.o main.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -o objects/message.o message.c | |
gcc -std=gnu99 -c -I. -Iproto -DHAVE_CONFIG_H -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o | |
link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. | |
gcc -std=gnu99 -L/usr/local/lib -Wl,--as-needed -o vim objects/arabic.o objects/autocmd.o objects/beval.o objects/buffer.o objects/blob.o objects/blowfish.o objects/crypt.o objects/crypt_zip.o objects/debugger.o objects/dict.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/evalfunc.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/findfile.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/indent.o objects/insexpand.o objects/list.o objects/mark.o objects/memline.o objects/menu.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/pty.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/sign.o objects/spell.o objects/spellfile.o objects/syntax.o objects/tag.o objects/term.o objects/terminal.o objects/textprop.o objects/ui.o objects/undo.o objects/userfunc.o objects/version.o objects/window.o objects/encoding.o objects/keyboard.o objects/mouse.o objects/parser.o objects/pen.o objects/termscreen.o objects/state.o objects/unicode.o objects/vterm.o objects/netbeans.o objects/channel.o objects/xdiffi.o objects/xemit.o objects/xprepare.o objects/xutils.o objects/xhistogram.o objects/xpatience.o objects/charset.o objects/json.o objects/main.o objects/memfile.o objects/message.o -lm -ltinfo -lnsl -lselinux | |
link.sh: Linked fine | |
cd xxd; CC="gcc -std=gnu99" CFLAGS=" -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1" LDFLAGS="-L/usr/local/lib -Wl,--as-needed" \ | |
make -f Makefile | |
make[1]: Entering directory `/home/vagrant/vim/src/xxd' | |
gcc -std=gnu99 -O2 -fno-strength-reduce -Wall -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 -L/usr/local/lib -Wl,--as-needed -DUNIX -o xxd xxd.c | |
make[1]: Leaving directory `/home/vagrant/vim/src/xxd' | |
make[1]: Entering directory `/home/vagrant/vim/src/po' | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o af.mo af.po | |
1423 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ca.mo ca.po | |
1931 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o cs.mo cs.po | |
1283 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o da.mo da.po | |
1963 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o de.mo de.po | |
2010 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o en_GB.mo en_GB.po | |
182 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o eo.mo eo.po | |
1954 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o es.mo es.po | |
1733 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o fi.mo fi.po | |
1941 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o fr.mo fr.po | |
2003 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ga.mo ga.po | |
1931 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o it.mo it.po | |
2004 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ja.mo ja.po | |
2002 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ko.UTF-8.mo ko.UTF-8.po | |
1869 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ko.mo ko.po | |
1869 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o lv.mo lv.po | |
78 translated messages. | |
cp no.po nb.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o nb.mo nb.po | |
1668 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o nl.mo nl.po | |
1213 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o no.mo no.po | |
1668 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o pl.mo pl.po | |
1869 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o pt_BR.mo pt_BR.po | |
1937 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ru.mo ru.po | |
1955 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o sk.mo sk.po | |
1628 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o sr.mo sr.po | |
1961 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o sv.mo sv.po | |
1697 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o uk.mo uk.po | |
1963 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o vi.mo vi.po | |
1422 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.UTF-8.mo zh_CN.UTF-8.po | |
1634 translated messages, 3 fuzzy translations. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.mo zh_CN.po | |
1633 translated messages, 3 fuzzy translations. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_TW.UTF-8.mo zh_TW.UTF-8.po | |
1422 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_TW.mo zh_TW.po | |
1422 translated messages. | |
rm -f cs.cp1250.po | |
iconv -f iso-8859-2 -t cp1250 cs.po | \ | |
sed -e 's/charset=ISO-8859-2/charset=cp1250/' -e 's/# Original translations/# Generated from cs.po, DO NOT EDIT/' > cs.cp1250.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o cs.cp1250.mo cs.cp1250.po | |
1283 translated messages. | |
iconv -f utf-8 -t euc-jp ja.po | \ | |
sed -e 's/charset=[uU][tT][fF]-8/charset=euc-jp/' -e 's/# Original translations/# Generated from ja.po, DO NOT EDIT/' > ja.euc-jp.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ja.euc-jp.mo ja.euc-jp.po | |
2002 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ja.sjis.mo ja.sjis.po | |
2002 translated messages. | |
rm -f pl.UTF-8.po | |
iconv -f iso-8859-2 -t utf-8 pl.po | \ | |
sed -e 's/charset=ISO-8859-2/charset=UTF-8/' -e 's/# Original translations/# Generated from pl.po, DO NOT EDIT/' > pl.UTF-8.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o pl.UTF-8.mo pl.UTF-8.po | |
1869 translated messages. | |
rm -f pl.cp1250.po | |
iconv -f iso-8859-2 -t cp1250 pl.po | \ | |
sed -e 's/charset=ISO-8859-2/charset=cp1250/' -e 's/# Original translations/# Generated from pl.po, DO NOT EDIT/' > pl.cp1250.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o pl.cp1250.mo pl.cp1250.po | |
1869 translated messages. | |
rm -f ru.cp1251.po | |
iconv -f utf-8 -t cp1251 ru.po | \ | |
sed -e 's/charset=[uU][tT][fF]-8/charset=cp1251/' -e 's/# Original translations/# Generated from ru.po, DO NOT EDIT/' > ru.cp1251.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o ru.cp1251.mo ru.cp1251.po | |
1955 translated messages. | |
rm -f sk.cp1250.po | |
iconv -f iso-8859-2 -t cp1250 sk.po | \ | |
sed -e 's/charset=ISO-8859-2/charset=cp1250/' -e 's/# Original translations/# Generated from sk.po, DO NOT EDIT/' > sk.cp1250.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o sk.cp1250.mo sk.cp1250.po | |
1628 translated messages. | |
rm -f uk.cp1251.po | |
iconv -f utf-8 -t cp1251 uk.po | \ | |
sed -e 's/charset=[uU][tT][fF]-8/charset=cp1251/' -e 's/# Original translations/# Generated from uk.po, DO NOT EDIT/' > uk.cp1251.po | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o uk.cp1251.mo uk.cp1251.po | |
1963 translated messages. | |
OLD_PO_FILE_INPUT=yes msgfmt -v -o zh_CN.cp936.mo zh_CN.cp936.po | |
1634 translated messages, 3 fuzzy translations. | |
make[1]: Leaving directory `/home/vagrant/vim/src/po' | |
make[1]: Entering directory `/home/vagrant/vim/src/po' | |
make[1]: Nothing to be done for `converted'. | |
make[1]: Leaving directory `/home/vagrant/vim/src/po' | |
[vagrant@localhost src]$ vim | |
-bash: vim: command not found | |
[vagrant@localhost src]$ vim | |
-bash: vim: command not found | |
[vagrant@localhost src]$ | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment