Here's what I use in fink: make prefix=%p CONF_ARGS="--with-gnome=%p --mandir=%i/share/man --prefix=%p" CONF_OPT_CSCOPE="--enable-cscope" CONF_OPT_MULTIBY TE="--enable-multibyte" CONF_OPT_FEAT="--with-features=big"
On Wed, 18 Jul 2012, grussell86 wrote:
I have been trying to install vim 7.3 on my mac. I am using the default install options having not edited the Makefile. I simply run: make make install The following output looks to indicate why the GUI is not enabled: defaulting to: don't HAVE_X11 checking --enable-gui argument... auto - Carbon GUI is outdated - disable GUI support I can see that I have X11 install under /usr. Any ideas on how to get the GUI to build? Full build output below: graeme-pc:vim73 graemerussell$ make Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make first rm -f auto/config.status auto/config.cache config.log auto/config.log rm -f auto/config.h auto/link.log auto/link.sed auto/config.mk touch auto/config.h cp config.mk.dist auto/config.mk GUI_INC_LOC="" GUI_LIB_LOC="" \ CC="" CPPFLAGS="" CFLAGS="" \ LDFLAGS="" srcdir="." \ ./configure \ \ \ \ \ \ \ \ \ 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 how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for library containing strerror... none required checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking for strip... strip checking for ANSI C header files... yes checking for sys/wait.h that is POSIX.1 compatible... yes configure: checking for buggy tools... - sh is 'GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin11) Copyright (C) 2007 Free Software Foundation, Inc.' - probably OK. checking for BeOS... no checking for QNX... no checking for Darwin (Mac OS X)... yes checking --disable-darwin argument... no checking if Darwin files are there... yes checking --with-mac-arch argument... defaulting to current checking --with-developer-dir argument... not present checking for xcode-select... /usr/bin/xcode-select checking for developer dir using xcode-select... /Developer checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking Carbon/Carbon.h usability... yes checking Carbon/Carbon.h presence... yes checking for Carbon/Carbon.h... yes 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-selinux argument... no checking for is_selinux_enabled in -lselinux... no checking --with-features argument... Defaulting to normal 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 --enable-workshop argument... no checking --disable-netbeans argument... no checking for socket in -lsocket... no checking for gethostbyname in -lnsl... no checking whether compiling netbeans integration is possible... yes checking --enable-sniff argument... no checking --enable-multibyte argument... no checking --enable-hangulinput argument... no checking --enable-xim argument... defaulting to auto checking --enable-fontset argument... no defaulting to: don't HAVE_X11 checking --enable-gui argument... auto - Carbon GUI is outdated - disable GUI support checking X11/SM/SMlib.h usability... yes checking X11/SM/SMlib.h presence... yes checking for X11/SM/SMlib.h... yes checking whether toupper is broken... no checking whether __DATE__ and __TIME__ work... yes checking whether __attribute__((unused)) is allowed... yes checking elf.h usability... no checking elf.h presence... no checking for elf.h... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) 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 for sys/types.h... (cached) yes checking termio.h usability... no checking termio.h presence... no checking for termio.h... no checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking for inttypes.h... (cached) 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 for unistd.h... (cached) 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... yes checking libc.h presence... yes checking for libc.h... yes checking sys/statfs.h usability... no checking sys/statfs.h presence... no checking for sys/statfs.h... no 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 libintl.h usability... no checking libintl.h presence... no checking for libintl.h... no 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... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking sys/access.h usability... no checking sys/access.h presence... no checking for sys/access.h... no checking sys/sysinfo.h usability... no checking sys/sysinfo.h presence... no checking for sys/sysinfo.h... no 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 for strings.h... (cached) yes checking whether gcc 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 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 -lncurses... yes checking whether we talk terminfo... yes checking what tgetent() returns for an unknown terminal... non-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... pqrstuvw / 0123456789abcdef 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 bcmp... yes checking for fchdir... yes checking for fchown... yes checking for fsync... yes checking for getcwd... yes checking for getpseudotty... no 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 memcmp... 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 setpgid... yes checking for setsid... yes checking for sigaltstack... yes checking for sigstack... no checking for sigset... yes checking for sigsetjmp... yes checking for sigaction... 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 _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; with -liconv checking for nl_langinfo(CODESET)... yes checking for strtod in -lm... yes checking for strtod() and other floating point functions... 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... yes 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... yes checking for sysinfo... not usable checking for sysinfo.mem_unit... no checking for sysconf... not usable 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 -t checking how to run man with a section nr... man -s checking --disable-nls argument... no checking for msgfmt... no checking for NLS... msgfmt not found - disabled 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 whether we need -framework Cocoa... yes checking for GCC 3 or later... yes checking whether we need -D_FORTIFY_SOURCE=1... yes configure: updating cache auto/config.cache configure: creating auto/config.status config.status: creating auto/config.mk config.status: creating auto/config.h make -f Makefile all mkdir objects CC="gcc -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp " srcdir=. sh ./osdef.sh gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/buffer.o buffer.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/blowfish.o blowfish.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/charset.o charset.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/diff.o diff.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/digraph.o digraph.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/edit.o edit.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/eval.o eval.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ex_cmds.o ex_cmds.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ex_cmds2.o ex_cmds2.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ex_docmd.o ex_docmd.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ex_eval.o ex_eval.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ex_getln.o ex_getln.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/fileio.o fileio.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/fold.o fold.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/getchar.o getchar.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/hardcopy.o hardcopy.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/hashtab.o hashtab.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/if_cscope.o if_cscope.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/if_xcmdsrv.o if_xcmdsrv.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/main.o main.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/mark.o mark.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/memfile.o memfile.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/memline.o memline.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/menu.o menu.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/message.o message.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/misc1.o misc1.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/misc2.o misc2.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/move.o move.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/mbyte.o mbyte.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/normal.o normal.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ops.o ops.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/option.o option.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/os_unix.o os_unix.c creating auto/pathdef.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/popupmnu.o popupmnu.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/quickfix.o quickfix.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/regexp.o regexp.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/screen.o screen.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/search.o search.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/sha256.o sha256.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/spell.o spell.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/syntax.o syntax.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/tag.o tag.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/term.o term.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/ui.o ui.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/undo.o undo.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/window.o window.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/os_macosx.o os_macosx.m gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/os_mac_conv.o os_mac_conv.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/netbeans.o netbeans.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 version.c -o objects/version.o gcc -L/usr/local/lib -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.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/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/main.o objects/mark.o objects/memfile.o objects/memline.o objects/menu.o objects/message.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/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/window.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/version.o -lm -lncurses -liconv -framework Cocoa link.sh: OK, linking works, let's try omitting a few libraries. link.sh: See auto/link.log for details. link.sh: Trying to omit the iconv library... link.sh: Vim doesn't need the iconv library! creating auto/pathdef.c gcc -c -I. -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -o objects/pathdef.o auto/pathdef.c link.sh: Using auto/link.sed file to omit a few libraries gcc -L/usr/local/lib -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.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/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/main.o objects/mark.o objects/memfile.o objects/memline.o objects/menu.o objects/message.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/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/window.o objects/os_macosx.o objects/os_mac_conv.o objects/netbeans.o objects/version.o -lm -lncurses -framework Cocoa link.sh: Linked fine with a few libraries omitted cd xxd; CC="gcc" CFLAGS="-DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1" \ make -f Makefile gcc -DMACOS_X_UNIX -no-cpp-precomp -O2 -fno-strength-reduce -Wall -D_FORTIFY_SOURCE=1 -DUNIX -o xxd xxd.c graeme-pc:vim73 graemerussell$ make install Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make install if test -f /usr/local/bin/vim; then \ mv -f /usr/local/bin/vim /usr/local/bin/vim.rm; \ rm -f /usr/local/bin/vim.rm; \ fi cp vim /usr/local/bin cp: /usr/local/bin/vim: Permission denied make[1]: *** [installvimbin] Error 1 make: *** [install] Error 2 graeme-pc:vim73 graemerussell$ sudo make install Password: Starting make in the src directory. If there are problems, cd to the src directory and run make there cd src && make install if test -f /usr/local/bin/vim; then \ mv -f /usr/local/bin/vim /usr/local/bin/vim.rm; \ rm -f /usr/local/bin/vim.rm; \ fi cp vim /usr/local/bin strip /usr/local/bin/vim chmod 755 /usr/local/bin/vim /bin/sh ./mkinstalldirs /usr/local/share/vim mkdir /usr/local/share/vim chmod 755 /usr/local/share/vim cp vimtutor /usr/local/bin/vimtutor chmod 755 /usr/local/bin/vimtutor /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73 mkdir /usr/local/share/vim/vim73 chmod 755 /usr/local/share/vim/vim73 /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/doc mkdir /usr/local/share/vim/vim73/doc chmod 755 /usr/local/share/vim/vim73/doc /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/print mkdir /usr/local/share/vim/vim73/print chmod 755 /usr/local/share/vim/vim73/print /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/colors mkdir /usr/local/share/vim/vim73/colors chmod 755 /usr/local/share/vim/vim73/colors /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/syntax mkdir /usr/local/share/vim/vim73/syntax chmod 755 /usr/local/share/vim/vim73/syntax /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/indent mkdir /usr/local/share/vim/vim73/indent chmod 755 /usr/local/share/vim/vim73/indent /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/ftplugin mkdir /usr/local/share/vim/vim73/ftplugin chmod 755 /usr/local/share/vim/vim73/ftplugin /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/autoload mkdir /usr/local/share/vim/vim73/autoload chmod 755 /usr/local/share/vim/vim73/autoload /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/autoload/xml mkdir /usr/local/share/vim/vim73/autoload/xml chmod 755 /usr/local/share/vim/vim73/autoload/xml /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/plugin mkdir /usr/local/share/vim/vim73/plugin chmod 755 /usr/local/share/vim/vim73/plugin /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/tutor mkdir /usr/local/share/vim/vim73/tutor chmod 755 /usr/local/share/vim/vim73/tutor /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/spell mkdir /usr/local/share/vim/vim73/spell chmod 755 /usr/local/share/vim/vim73/spell /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/compiler mkdir /usr/local/share/vim/vim73/compiler chmod 755 /usr/local/share/vim/vim73/compiler /bin/sh ./installman.sh install /usr/local/share/man/man1 "" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/man1/vim.1 installing /usr/local/share/man/man1/vimtutor.1 installing /usr/local/share/man/man1/vimdiff.1 installing /usr/local/share/man/man1/evim.1 generating help tags /usr/local/bin/vim -u NONE -esX -c "helptags ++t ." -c quit cd ../runtime/doc; \ files=`ls *.txt tags`; \ files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ cp $files /usr/local/share/vim/vim73/doc; \ cd /usr/local/share/vim/vim73/doc; \ chmod 644 $files cp ../runtime/doc/*.pl /usr/local/share/vim/vim73/doc chmod 755 /usr/local/share/vim/vim73/doc/*.pl cp ../runtime/menu.vim /usr/local/share/vim/vim73/menu.vim chmod 644 /usr/local/share/vim/vim73/menu.vim cp ../runtime/synmenu.vim /usr/local/share/vim/vim73/synmenu.vim chmod 644 /usr/local/share/vim/vim73/synmenu.vim cp ../runtime/delmenu.vim /usr/local/share/vim/vim73/delmenu.vim chmod 644 /usr/local/share/vim/vim73/delmenu.vim cp ../runtime/mswin.vim /usr/local/share/vim/vim73/mswin.vim chmod 644 /usr/local/share/vim/vim73/mswin.vim cp ../runtime/evim.vim /usr/local/share/vim/vim73/evim.vim chmod 644 /usr/local/share/vim/vim73/evim.vim cp ../runtime/bugreport.vim /usr/local/share/vim/vim73/bugreport.vim chmod 644 /usr/local/share/vim/vim73/bugreport.vim cp ../runtime/vimrc_example.vim /usr/local/share/vim/vim73 chmod 644 /usr/local/share/vim/vim73/vimrc_example.vim cp ../runtime/gvimrc_example.vim /usr/local/share/vim/vim73 chmod 644 /usr/local/share/vim/vim73/gvimrc_example.vim cp ../runtime/filetype.vim /usr/local/share/vim/vim73/filetype.vim chmod 644 /usr/local/share/vim/vim73/filetype.vim cp ../runtime/ftoff.vim /usr/local/share/vim/vim73/ftoff.vim chmod 644 /usr/local/share/vim/vim73/ftoff.vim cp ../runtime/scripts.vim /usr/local/share/vim/vim73/scripts.vim chmod 644 /usr/local/share/vim/vim73/scripts.vim cp ../runtime/ftplugin.vim /usr/local/share/vim/vim73/ftplugin.vim chmod 644 /usr/local/share/vim/vim73/ftplugin.vim cp ../runtime/ftplugof.vim /usr/local/share/vim/vim73/ftplugof.vim chmod 644 /usr/local/share/vim/vim73/ftplugof.vim cp ../runtime/indent.vim /usr/local/share/vim/vim73/indent.vim chmod 644 /usr/local/share/vim/vim73/indent.vim cp ../runtime/indoff.vim /usr/local/share/vim/vim73/indoff.vim chmod 644 /usr/local/share/vim/vim73/indoff.vim cp ../runtime/optwin.vim /usr/local/share/vim/vim73/optwin.vim chmod 644 /usr/local/share/vim/vim73/optwin.vim cd ../runtime/print; cp *.ps /usr/local/share/vim/vim73/print cd /usr/local/share/vim/vim73/print; chmod 644 *.ps cd ../runtime/colors; cp *.vim README.txt /usr/local/share/vim/vim73/colors cd /usr/local/share/vim/vim73/colors; chmod 644 *.vim README.txt cd ../runtime/syntax; cp *.vim README.txt /usr/local/share/vim/vim73/syntax cd /usr/local/share/vim/vim73/syntax; chmod 644 *.vim README.txt cd ../runtime/indent; cp *.vim README.txt /usr/local/share/vim/vim73/indent cd /usr/local/share/vim/vim73/indent; chmod 644 *.vim README.txt cd ../runtime/autoload; cp *.vim README.txt /usr/local/share/vim/vim73/autoload cd /usr/local/share/vim/vim73/autoload; chmod 644 *.vim README.txt cd ../runtime/autoload/xml; cp *.vim /usr/local/share/vim/vim73/autoload/xml cd /usr/local/share/vim/vim73/autoload/xml; chmod 644 *.vim cd ../runtime/plugin; cp *.vim README.txt /usr/local/share/vim/vim73/plugin cd /usr/local/share/vim/vim73/plugin; chmod 644 *.vim README.txt cd ../runtime/ftplugin; cp *.vim README.txt logtalk.dict /usr/local/share/vim/vim73/ftplugin cd /usr/local/share/vim/vim73/ftplugin; chmod 644 *.vim README.txt cd ../runtime/compiler; cp *.vim README.txt /usr/local/share/vim/vim73/compiler cd /usr/local/share/vim/vim73/compiler; chmod 644 *.vim README.txt /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/macros mkdir /usr/local/share/vim/vim73/macros chmod 755 /usr/local/share/vim/vim73/macros cp -r ../runtime/macros/* /usr/local/share/vim/vim73/macros chmod 755 `find /usr/local/share/vim/vim73/macros -type d -print` chmod 644 `find /usr/local/share/vim/vim73/macros -type f -print` chmod 755 /usr/local/share/vim/vim73/macros/less.sh cvs=`find /usr/local/share/vim/vim73/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi cp ../runtime/tutor/README* ../runtime/tutor/tutor* /usr/local/share/vim/vim73/tutor rm -f /usr/local/share/vim/vim73/tutor/*.info chmod 644 /usr/local/share/vim/vim73/tutor/* if test -f ../runtime/spell/en.latin1.spl; then \ cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /usr/local/share/vim/vim73/spell; \ chmod 644 /usr/local/share/vim/vim73/spell/*.spl /usr/local/share/vim/vim73/spell/*.sug /usr/local/share/vim/vim73/spell/*.vim; \ fi cd /usr/local/bin; ln -s vim ex cd /usr/local/bin; ln -s vim view cd /usr/local/bin; ln -s vim rvim cd /usr/local/bin; ln -s vim rview cd /usr/local/bin; ln -s vim vimdiff /bin/sh ./installml.sh install "" \ /usr/local/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/man1/ex.1 creating link /usr/local/share/man/man1/view.1 creating link /usr/local/share/man/man1/rvim.1 creating link /usr/local/share/man/man1/rview.1 /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/tools mkdir /usr/local/share/vim/vim73/tools chmod 755 /usr/local/share/vim/vim73/tools /bin/sh ./installman.sh xxd /usr/local/share/man/fr/man1 "-fr" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/fr/man1 mkdir /usr/local/share/man/fr mkdir /usr/local/share/man/fr/man1 installing /usr/local/share/man/fr/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/fr.ISO8859-1/man1 "-fr" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/fr.ISO8859-1/man1 mkdir /usr/local/share/man/fr.ISO8859-1 mkdir /usr/local/share/man/fr.ISO8859-1/man1 installing /usr/local/share/man/fr.ISO8859-1/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/fr.UTF-8/man1 mkdir /usr/local/share/man/fr.UTF-8 mkdir /usr/local/share/man/fr.UTF-8/man1 installing /usr/local/share/man/fr.UTF-8/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/it/man1 "-it" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/it/man1 mkdir /usr/local/share/man/it mkdir /usr/local/share/man/it/man1 installing /usr/local/share/man/it/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/it.ISO8859-1/man1 "-it" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/it.ISO8859-1/man1 mkdir /usr/local/share/man/it.ISO8859-1 mkdir /usr/local/share/man/it.ISO8859-1/man1 installing /usr/local/share/man/it.ISO8859-1/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/it.UTF-8/man1 mkdir /usr/local/share/man/it.UTF-8 mkdir /usr/local/share/man/it.UTF-8/man1 installing /usr/local/share/man/it.UTF-8/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/pl/man1 "-pl" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/pl/man1 mkdir /usr/local/share/man/pl mkdir /usr/local/share/man/pl/man1 installing /usr/local/share/man/pl/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/pl.ISO8859-2/man1 "-pl" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/pl.ISO8859-2/man1 mkdir /usr/local/share/man/pl.ISO8859-2 mkdir /usr/local/share/man/pl.ISO8859-2/man1 installing /usr/local/share/man/pl.ISO8859-2/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/pl.UTF-8/man1 mkdir /usr/local/share/man/pl.UTF-8 mkdir /usr/local/share/man/pl.UTF-8/man1 installing /usr/local/share/man/pl.UTF-8/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/ru.KOI8-R/man1 "-ru" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/ru.KOI8-R/man1 mkdir /usr/local/share/man/ru.KOI8-R mkdir /usr/local/share/man/ru.KOI8-R/man1 installing /usr/local/share/man/ru.KOI8-R/man1/xxd.1 /bin/sh ./installman.sh xxd /usr/local/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim creating /usr/local/share/man/ru.UTF-8/man1 mkdir /usr/local/share/man/ru.UTF-8 mkdir /usr/local/share/man/ru.UTF-8/man1 installing /usr/local/share/man/ru.UTF-8/man1/xxd.1 if test -f /usr/local/bin/xxd; then \ mv -f /usr/local/bin/xxd /usr/local/bin/xxd.rm; \ rm -f /usr/local/bin/xxd.rm; \ fi cp xxd/xxd /usr/local/bin strip /usr/local/bin/xxd chmod 755 /usr/local/bin/xxd /bin/sh ./installman.sh xxd /usr/local/share/man/man1 "" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/man1/xxd.1 cp -r ../runtime/tools/* /usr/local/share/vim/vim73/tools cvs=`find /usr/local/share/vim/vim73/tools \( -name CVS -o -name AAPDIR \) -print`; \ if test -n "$cvs"; then \ rm -rf $cvs; \ fi chmod 644 /usr/local/share/vim/vim73/tools/* perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/usr/local/share/vim/vim73/tools/efm_perl.pl awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/share/vim/vim73/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/share/vim/vim73/tools/mve.awk; if test -z "$awkpath"; then \ awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/local/share/vim/vim73/tools/mve.awk; fi; fi chmod 755 `grep -l "^#!" /usr/local/share/vim/vim73/tools/*` /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/lang mkdir /usr/local/share/vim/vim73/lang chmod 755 /usr/local/share/vim/vim73/lang /bin/sh ./mkinstalldirs /usr/local/share/vim/vim73/keymap mkdir /usr/local/share/vim/vim73/keymap chmod 755 /usr/local/share/vim/vim73/keymap /bin/sh ./installman.sh install /usr/local/share/man/fr/man1 "-fr" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/fr/man1/vim.1 installing /usr/local/share/man/fr/man1/vimtutor.1 installing /usr/local/share/man/fr/man1/vimdiff.1 installing /usr/local/share/man/fr/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/fr.ISO8859-1/man1 "-fr" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/fr.ISO8859-1/man1/vim.1 installing /usr/local/share/man/fr.ISO8859-1/man1/vimtutor.1 installing /usr/local/share/man/fr.ISO8859-1/man1/vimdiff.1 installing /usr/local/share/man/fr.ISO8859-1/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/fr.UTF-8/man1/vim.1 installing /usr/local/share/man/fr.UTF-8/man1/vimtutor.1 installing /usr/local/share/man/fr.UTF-8/man1/vimdiff.1 installing /usr/local/share/man/fr.UTF-8/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/it/man1 "-it" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/it/man1/vim.1 installing /usr/local/share/man/it/man1/vimtutor.1 installing /usr/local/share/man/it/man1/vimdiff.1 installing /usr/local/share/man/it/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/it.ISO8859-1/man1 "-it" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/it.ISO8859-1/man1/vim.1 installing /usr/local/share/man/it.ISO8859-1/man1/vimtutor.1 installing /usr/local/share/man/it.ISO8859-1/man1/vimdiff.1 installing /usr/local/share/man/it.ISO8859-1/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/it.UTF-8/man1/vim.1 installing /usr/local/share/man/it.UTF-8/man1/vimtutor.1 installing /usr/local/share/man/it.UTF-8/man1/vimdiff.1 installing /usr/local/share/man/it.UTF-8/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/pl/man1 "-pl" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/pl/man1/vim.1 installing /usr/local/share/man/pl/man1/vimtutor.1 installing /usr/local/share/man/pl/man1/vimdiff.1 installing /usr/local/share/man/pl/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/pl.ISO8859-2/man1 "-pl" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/pl.ISO8859-2/man1/vim.1 installing /usr/local/share/man/pl.ISO8859-2/man1/vimtutor.1 installing /usr/local/share/man/pl.ISO8859-2/man1/vimdiff.1 installing /usr/local/share/man/pl.ISO8859-2/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/pl.UTF-8/man1/vim.1 installing /usr/local/share/man/pl.UTF-8/man1/vimtutor.1 installing /usr/local/share/man/pl.UTF-8/man1/vimdiff.1 installing /usr/local/share/man/pl.UTF-8/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/ru.KOI8-R/man1 "-ru" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/ru.KOI8-R/man1/vim.1 installing /usr/local/share/man/ru.KOI8-R/man1/vimtutor.1 installing /usr/local/share/man/ru.KOI8-R/man1/vimdiff.1 installing /usr/local/share/man/ru.KOI8-R/man1/evim.1 /bin/sh ./installman.sh install /usr/local/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/local/share/vim /usr/local/share/vim/vim73 /usr/local/share/vim ../runtime/doc 644 vim vimdiff evim installing /usr/local/share/man/ru.UTF-8/man1/vim.1 installing /usr/local/share/man/ru.UTF-8/man1/vimtutor.1 installing /usr/local/share/man/ru.UTF-8/man1/vimdiff.1 installing /usr/local/share/man/ru.UTF-8/man1/evim.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/fr/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/fr/man1/ex.1 creating link /usr/local/share/man/fr/man1/view.1 creating link /usr/local/share/man/fr/man1/rvim.1 creating link /usr/local/share/man/fr/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/fr.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/fr.ISO8859-1/man1/ex.1 creating link /usr/local/share/man/fr.ISO8859-1/man1/view.1 creating link /usr/local/share/man/fr.ISO8859-1/man1/rvim.1 creating link /usr/local/share/man/fr.ISO8859-1/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/fr.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/fr.UTF-8/man1/ex.1 creating link /usr/local/share/man/fr.UTF-8/man1/view.1 creating link /usr/local/share/man/fr.UTF-8/man1/rvim.1 creating link /usr/local/share/man/fr.UTF-8/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/it/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/it/man1/ex.1 creating link /usr/local/share/man/it/man1/view.1 creating link /usr/local/share/man/it/man1/rvim.1 creating link /usr/local/share/man/it/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/it.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/it.ISO8859-1/man1/ex.1 creating link /usr/local/share/man/it.ISO8859-1/man1/view.1 creating link /usr/local/share/man/it.ISO8859-1/man1/rvim.1 creating link /usr/local/share/man/it.ISO8859-1/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/it.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/it.UTF-8/man1/ex.1 creating link /usr/local/share/man/it.UTF-8/man1/view.1 creating link /usr/local/share/man/it.UTF-8/man1/rvim.1 creating link /usr/local/share/man/it.UTF-8/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/pl/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/pl/man1/ex.1 creating link /usr/local/share/man/pl/man1/view.1 creating link /usr/local/share/man/pl/man1/rvim.1 creating link /usr/local/share/man/pl/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/pl.ISO8859-2/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/pl.ISO8859-2/man1/ex.1 creating link /usr/local/share/man/pl.ISO8859-2/man1/view.1 creating link /usr/local/share/man/pl.ISO8859-2/man1/rvim.1 creating link /usr/local/share/man/pl.ISO8859-2/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/pl.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/pl.UTF-8/man1/ex.1 creating link /usr/local/share/man/pl.UTF-8/man1/view.1 creating link /usr/local/share/man/pl.UTF-8/man1/rvim.1 creating link /usr/local/share/man/pl.UTF-8/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/ru.KOI8-R/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/ru.KOI8-R/man1/ex.1 creating link /usr/local/share/man/ru.KOI8-R/man1/view.1 creating link /usr/local/share/man/ru.KOI8-R/man1/rvim.1 creating link /usr/local/share/man/ru.KOI8-R/man1/rview.1 /bin/sh ./installml.sh install "" \ /usr/local/share/man/ru.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview creating link /usr/local/share/man/ru.UTF-8/man1/ex.1 creating link /usr/local/share/man/ru.UTF-8/man1/view.1 creating link /usr/local/share/man/ru.UTF-8/man1/rvim.1 creating link /usr/local/share/man/ru.UTF-8/man1/rview.1 if test -n "" -a -f po/Makefile; then \ cd po; make prefix=/usr/local LOCALEDIR=/usr/local/share/vim/vim73/lang \ INSTALL_DATA=cp FILEMOD=644 install; \ fi if test -d ../runtime/lang; then \ cp ../runtime/lang/README.txt ../runtime/lang/*.vim /usr/local/share/vim/vim73/lang; \ chmod 644 /usr/local/share/vim/vim73/lang/README.txt /usr/local/share/vim/vim73/lang/*.vim; \ fi if test -d ../runtime/keymap; then \ cp ../runtime/keymap/README.txt ../runtime/keymap/*.vim /usr/local/share/vim/vim73/keymap; \ chmod 644 /usr/local/share/vim/vim73/keymap/README.txt /usr/local/share/vim/vim73/keymap/*.vim; \ fi if test -d /usr/local/share/icons/hicolor/48x48/apps -a -w /usr/local/share/icons/hicolor/48x48/apps \ -a ! -f /usr/local/share/icons/hicolor/48x48/apps/gvim.png; then \ cp ../runtime/vim48x48.png /usr/local/share/icons/hicolor/48x48/apps/gvim.png; \ fi if test -d /usr/local/share/icons/locolor/32x32/apps -a -w /usr/local/share/icons/locolor/32x32/apps \ -a ! -f /usr/local/share/icons/locolor/32x32/apps/gvim.png; then \ cp ../runtime/vim32x32.png /usr/local/share/icons/locolor/32x32/apps/gvim.png; \ fi if test -d /usr/local/share/icons/locolor/16x16/apps -a -w /usr/local/share/icons/locolor/16x16/apps \ -a ! -f /usr/local/share/icons/locolor/16x16/apps/gvim.png; then \ cp ../runtime/vim16x16.png /usr/local/share/icons/locolor/16x16/apps/gvim.png; \ fi graeme-pc:vim73 graemerussell$ vim -g E25: GUI cannot be used: Not enabled at compile time
-- Hisashi T Fujinaka - ht...@twofifty.com BSEE(6/86) + BSChem(3/95) + BAEnglish(8/95) + MSCS(8/03) + $2.50 = latte -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php