Created
October 20, 2011 13:52
-
-
Save aka47/1301193 to your computer and use it in GitHub Desktop.
install macvim with brew error
This file contains 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
/usr/local/Library/Homebrew/global.rb:43: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 | |
/usr/local/bin/brew:73: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 | |
/usr/local/Library/Homebrew/build.rb:7: warning: Insecure world writable dir /usr/local/bin in PATH, mode 040777 | |
==> Downloading https://github.com/b4winckler/macvim/tarball/snapshot-62 | |
File already downloaded in /Users/tassmann/Library/Caches/Homebrew | |
/usr/bin/tar xf /Users/tassmann/Library/Caches/Homebrew/macvim-7.3-62.tgz | |
==> ./configure --with-macsdk=10.7 --with-features=huge --with-tlib=ncurses --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-tclinterp | |
./configure --with-macsdk=10.7 --with-features=huge --with-tlib=ncurses --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-tclinterp | |
checking whether make sets $(MAKE)... yes | |
checking for gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
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-developer-dir argument... not present | |
checking for xcode-select... /usr/bin/xcode-select | |
checking for developer dir using xcode-select... /Developer | |
checking --with-macsdk argument... 10.7 | |
checking if SDK is supported... yes | |
checking --with-macarchs argument... x86_64 | |
checking if architectures are supported... yes | |
checking for sys/types.h... no | |
checking for sys/stat.h... no | |
checking for stdlib.h... no | |
checking for string.h... no | |
checking for memory.h... no | |
checking for strings.h... no | |
checking for inttypes.h... no | |
checking for stdint.h... no | |
checking for unistd.h... no | |
checking Carbon/Carbon.h usability... no | |
checking Carbon/Carbon.h presence... yes | |
configure: WARNING: Carbon/Carbon.h: present but cannot be compiled | |
configure: WARNING: Carbon/Carbon.h: check for missing prerequisite headers? | |
configure: WARNING: Carbon/Carbon.h: see the Autoconf documentation | |
configure: WARNING: Carbon/Carbon.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: Carbon/Carbon.h: proceeding with the preprocessor's result | |
configure: WARNING: Carbon/Carbon.h: in the future, the compiler will take precedence | |
checking for Carbon/Carbon.h... yes | |
checking Cocoa/Cocoa.h usability... no | |
checking Cocoa/Cocoa.h presence... no | |
checking for Cocoa/Cocoa.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-selinux argument... no | |
checking for is_selinux_enabled in -lselinux... no | |
checking --with-features argument... 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... yes | |
checking for perl... /usr/bin/perl | |
checking Perl version... OK | |
checking if compile and link flags for Perl are sane... yes | |
checking --enable-pythoninterp argument... yes | |
checking for python... /usr/bin/python | |
checking Python version... 2.7 | |
checking Python is 1.4 or better... yep | |
checking Python's install prefix... /System/Library/Frameworks/Python.framework/Versions/2.7 | |
checking Python's execution prefix... /System/Library/Frameworks/Python.framework/Versions/2.7 | |
checking Python's configuration directory... /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config | |
checking if -pthread should be used... no | |
checking if compile and link flags for Python are sane... yes | |
checking --enable-python3interp argument... no | |
checking --enable-tclinterp argument... yes | |
checking --with-tclsh argument... no | |
checking for tclsh8.5... /usr/bin/tclsh8.5 | |
checking Tcl version... 8.5 - OK | |
checking for location of Tcl include... /System/Library/Frameworks/Tcl.framework/Headers/tcl.h | |
checking for location of tclConfig.sh script... /System/Library/Frameworks/Tcl.framework/tclConfig.sh | |
checking --enable-rubyinterp argument... yes | |
checking --with-ruby-command argument... defaulting to ruby | |
checking for ruby... /Users/tassmann/.rvm/rubies/ruby-1.8.7-p352/bin/ruby | |
checking Ruby version... OK | |
checking Ruby header files... /Users/tassmann/.rvm/rubies/ruby-1.8.7-p352/lib/ruby/1.8/i686-darwin11.0.0 | |
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... no | |
checking --enable-sniff argument... no | |
checking --enable-multibyte argument... yes | |
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... yes/auto - automatic GUI support | |
checking whether or not to look for MacVim... yes | |
checking X11/SM/SMlib.h usability... no | |
checking X11/SM/SMlib.h presence... yes | |
configure: WARNING: X11/SM/SMlib.h: present but cannot be compiled | |
configure: WARNING: X11/SM/SMlib.h: check for missing prerequisite headers? | |
configure: WARNING: X11/SM/SMlib.h: see the Autoconf documentation | |
configure: WARNING: X11/SM/SMlib.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: X11/SM/SMlib.h: proceeding with the preprocessor's result | |
configure: WARNING: X11/SM/SMlib.h: in the future, the compiler will take precedence | |
checking for X11/SM/SMlib.h... yes | |
checking whether toupper is broken... no | |
checking whether __DATE__ and __TIME__ work... no | |
checking whether __attribute__((unused)) is allowed... no | |
checking elf.h usability... no | |
checking elf.h presence... no | |
checking for elf.h... no | |
checking for dirent.h that defines DIR... no | |
checking for sys/ndir.h that defines DIR... no | |
checking for sys/dir.h that defines DIR... no | |
checking for ndir.h that defines DIR... no | |
checking for library containing opendir... none required | |
checking stdarg.h usability... no | |
checking stdarg.h presence... yes | |
configure: WARNING: stdarg.h: present but cannot be compiled | |
configure: WARNING: stdarg.h: check for missing prerequisite headers? | |
configure: WARNING: stdarg.h: see the Autoconf documentation | |
configure: WARNING: stdarg.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: stdarg.h: proceeding with the preprocessor's result | |
configure: WARNING: stdarg.h: in the future, the compiler will take precedence | |
checking for stdarg.h... yes | |
checking for stdint.h... (cached) no | |
checking for stdlib.h... (cached) no | |
checking for string.h... (cached) no | |
checking sys/select.h usability... no | |
checking sys/select.h presence... yes | |
configure: WARNING: sys/select.h: present but cannot be compiled | |
configure: WARNING: sys/select.h: check for missing prerequisite headers? | |
configure: WARNING: sys/select.h: see the Autoconf documentation | |
configure: WARNING: sys/select.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/select.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/select.h: in the future, the compiler will take precedence | |
checking for sys/select.h... yes | |
checking sys/utsname.h usability... no | |
checking sys/utsname.h presence... yes | |
configure: WARNING: sys/utsname.h: present but cannot be compiled | |
configure: WARNING: sys/utsname.h: check for missing prerequisite headers? | |
configure: WARNING: sys/utsname.h: see the Autoconf documentation | |
configure: WARNING: sys/utsname.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/utsname.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/utsname.h: in the future, the compiler will take precedence | |
checking for sys/utsname.h... yes | |
checking termcap.h usability... no | |
checking termcap.h presence... yes | |
configure: WARNING: termcap.h: present but cannot be compiled | |
configure: WARNING: termcap.h: check for missing prerequisite headers? | |
configure: WARNING: termcap.h: see the Autoconf documentation | |
configure: WARNING: termcap.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: termcap.h: proceeding with the preprocessor's result | |
configure: WARNING: termcap.h: in the future, the compiler will take precedence | |
checking for termcap.h... yes | |
checking fcntl.h usability... no | |
checking fcntl.h presence... yes | |
configure: WARNING: fcntl.h: present but cannot be compiled | |
configure: WARNING: fcntl.h: check for missing prerequisite headers? | |
configure: WARNING: fcntl.h: see the Autoconf documentation | |
configure: WARNING: fcntl.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: fcntl.h: proceeding with the preprocessor's result | |
configure: WARNING: fcntl.h: in the future, the compiler will take precedence | |
checking for fcntl.h... yes | |
checking sgtty.h usability... no | |
checking sgtty.h presence... yes | |
configure: WARNING: sgtty.h: present but cannot be compiled | |
configure: WARNING: sgtty.h: check for missing prerequisite headers? | |
configure: WARNING: sgtty.h: see the Autoconf documentation | |
configure: WARNING: sgtty.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sgtty.h: proceeding with the preprocessor's result | |
configure: WARNING: sgtty.h: in the future, the compiler will take precedence | |
checking for sgtty.h... yes | |
checking sys/ioctl.h usability... no | |
checking sys/ioctl.h presence... yes | |
configure: WARNING: sys/ioctl.h: present but cannot be compiled | |
configure: WARNING: sys/ioctl.h: check for missing prerequisite headers? | |
configure: WARNING: sys/ioctl.h: see the Autoconf documentation | |
configure: WARNING: sys/ioctl.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/ioctl.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/ioctl.h: in the future, the compiler will take precedence | |
checking for sys/ioctl.h... yes | |
checking sys/time.h usability... no | |
checking sys/time.h presence... yes | |
configure: WARNING: sys/time.h: present but cannot be compiled | |
configure: WARNING: sys/time.h: check for missing prerequisite headers? | |
configure: WARNING: sys/time.h: see the Autoconf documentation | |
configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/time.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/time.h: in the future, the compiler will take precedence | |
checking for sys/time.h... yes | |
checking for sys/types.h... (cached) no | |
checking termio.h usability... no | |
checking termio.h presence... no | |
checking for termio.h... no | |
checking iconv.h usability... no | |
checking iconv.h presence... yes | |
configure: WARNING: iconv.h: present but cannot be compiled | |
configure: WARNING: iconv.h: check for missing prerequisite headers? | |
configure: WARNING: iconv.h: see the Autoconf documentation | |
configure: WARNING: iconv.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: iconv.h: proceeding with the preprocessor's result | |
configure: WARNING: iconv.h: in the future, the compiler will take precedence | |
checking for iconv.h... yes | |
checking for inttypes.h... (cached) no | |
checking langinfo.h usability... no | |
checking langinfo.h presence... yes | |
configure: WARNING: langinfo.h: present but cannot be compiled | |
configure: WARNING: langinfo.h: check for missing prerequisite headers? | |
configure: WARNING: langinfo.h: see the Autoconf documentation | |
configure: WARNING: langinfo.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: langinfo.h: proceeding with the preprocessor's result | |
configure: WARNING: langinfo.h: in the future, the compiler will take precedence | |
checking for langinfo.h... yes | |
checking math.h usability... no | |
checking math.h presence... yes | |
configure: WARNING: math.h: present but cannot be compiled | |
configure: WARNING: math.h: check for missing prerequisite headers? | |
configure: WARNING: math.h: see the Autoconf documentation | |
configure: WARNING: math.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: math.h: proceeding with the preprocessor's result | |
configure: WARNING: math.h: in the future, the compiler will take precedence | |
checking for math.h... yes | |
checking for unistd.h... (cached) no | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking errno.h usability... no | |
checking errno.h presence... yes | |
configure: WARNING: errno.h: present but cannot be compiled | |
configure: WARNING: errno.h: check for missing prerequisite headers? | |
configure: WARNING: errno.h: see the Autoconf documentation | |
configure: WARNING: errno.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: errno.h: proceeding with the preprocessor's result | |
configure: WARNING: errno.h: in the future, the compiler will take precedence | |
checking for errno.h... yes | |
checking sys/resource.h usability... no | |
checking sys/resource.h presence... yes | |
configure: WARNING: sys/resource.h: present but cannot be compiled | |
configure: WARNING: sys/resource.h: check for missing prerequisite headers? | |
configure: WARNING: sys/resource.h: see the Autoconf documentation | |
configure: WARNING: sys/resource.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/resource.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/resource.h: in the future, the compiler will take precedence | |
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... no | |
checking locale.h presence... yes | |
configure: WARNING: locale.h: present but cannot be compiled | |
configure: WARNING: locale.h: check for missing prerequisite headers? | |
configure: WARNING: locale.h: see the Autoconf documentation | |
configure: WARNING: locale.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: locale.h: proceeding with the preprocessor's result | |
configure: WARNING: locale.h: in the future, the compiler will take precedence | |
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... no | |
checking termios.h presence... yes | |
configure: WARNING: termios.h: present but cannot be compiled | |
configure: WARNING: termios.h: check for missing prerequisite headers? | |
configure: WARNING: termios.h: see the Autoconf documentation | |
configure: WARNING: termios.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: termios.h: proceeding with the preprocessor's result | |
configure: WARNING: termios.h: in the future, the compiler will take precedence | |
checking for termios.h... yes | |
checking libc.h usability... no | |
checking libc.h presence... yes | |
configure: WARNING: libc.h: present but cannot be compiled | |
configure: WARNING: libc.h: check for missing prerequisite headers? | |
configure: WARNING: libc.h: see the Autoconf documentation | |
configure: WARNING: libc.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: libc.h: proceeding with the preprocessor's result | |
configure: WARNING: libc.h: in the future, the compiler will take precedence | |
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... no | |
checking poll.h presence... yes | |
configure: WARNING: poll.h: present but cannot be compiled | |
configure: WARNING: poll.h: check for missing prerequisite headers? | |
configure: WARNING: poll.h: see the Autoconf documentation | |
configure: WARNING: poll.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: poll.h: proceeding with the preprocessor's result | |
configure: WARNING: poll.h: in the future, the compiler will take precedence | |
checking for poll.h... yes | |
checking sys/poll.h usability... no | |
checking sys/poll.h presence... yes | |
configure: WARNING: sys/poll.h: present but cannot be compiled | |
configure: WARNING: sys/poll.h: check for missing prerequisite headers? | |
configure: WARNING: sys/poll.h: see the Autoconf documentation | |
configure: WARNING: sys/poll.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/poll.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/poll.h: in the future, the compiler will take precedence | |
checking for sys/poll.h... yes | |
checking pwd.h usability... no | |
checking pwd.h presence... yes | |
configure: WARNING: pwd.h: present but cannot be compiled | |
configure: WARNING: pwd.h: check for missing prerequisite headers? | |
configure: WARNING: pwd.h: see the Autoconf documentation | |
configure: WARNING: pwd.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: pwd.h: proceeding with the preprocessor's result | |
configure: WARNING: pwd.h: in the future, the compiler will take precedence | |
checking for pwd.h... yes | |
checking utime.h usability... no | |
checking utime.h presence... yes | |
configure: WARNING: utime.h: present but cannot be compiled | |
configure: WARNING: utime.h: check for missing prerequisite headers? | |
configure: WARNING: utime.h: see the Autoconf documentation | |
configure: WARNING: utime.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: utime.h: proceeding with the preprocessor's result | |
configure: WARNING: utime.h: in the future, the compiler will take precedence | |
checking for utime.h... yes | |
checking sys/param.h usability... no | |
checking sys/param.h presence... yes | |
configure: WARNING: sys/param.h: present but cannot be compiled | |
configure: WARNING: sys/param.h: check for missing prerequisite headers? | |
configure: WARNING: sys/param.h: see the Autoconf documentation | |
configure: WARNING: sys/param.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/param.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/param.h: in the future, the compiler will take precedence | |
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... no | |
checking libgen.h presence... yes | |
configure: WARNING: libgen.h: present but cannot be compiled | |
configure: WARNING: libgen.h: check for missing prerequisite headers? | |
configure: WARNING: libgen.h: see the Autoconf documentation | |
configure: WARNING: libgen.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: libgen.h: proceeding with the preprocessor's result | |
configure: WARNING: libgen.h: in the future, the compiler will take precedence | |
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... yes | |
configure: WARNING: sys/acl.h: present but cannot be compiled | |
configure: WARNING: sys/acl.h: check for missing prerequisite headers? | |
configure: WARNING: sys/acl.h: see the Autoconf documentation | |
configure: WARNING: sys/acl.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: sys/acl.h: proceeding with the preprocessor's result | |
configure: WARNING: sys/acl.h: in the future, the compiler will take precedence | |
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... no | |
checking wchar.h presence... yes | |
configure: WARNING: wchar.h: present but cannot be compiled | |
configure: WARNING: wchar.h: check for missing prerequisite headers? | |
configure: WARNING: wchar.h: see the Autoconf documentation | |
configure: WARNING: wchar.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: wchar.h: proceeding with the preprocessor's result | |
configure: WARNING: wchar.h: in the future, the compiler will take precedence | |
checking for wchar.h... yes | |
checking wctype.h usability... no | |
checking wctype.h presence... yes | |
configure: WARNING: wctype.h: present but cannot be compiled | |
configure: WARNING: wctype.h: check for missing prerequisite headers? | |
configure: WARNING: wctype.h: see the Autoconf documentation | |
configure: WARNING: wctype.h: section "Present But Cannot Be Compiled" | |
configure: WARNING: wctype.h: proceeding with the preprocessor's result | |
configure: WARNING: wctype.h: in the future, the compiler will take precedence | |
checking for wctype.h... yes | |
checking for sys/ptem.h... no | |
checking for sys/sysctl.h... no | |
checking for pthread_np.h... no | |
checking for strings.h... (cached) no | |
checking whether gcc needs -traditional... no | |
checking for an ANSI C-conforming const... yes | |
checking for working volatile... yes | |
checking for mode_t... no | |
checking for off_t... no | |
checking for pid_t... no | |
checking for size_t... no | |
checking for uid_t in sys/types.h... yes | |
checking for uint32_t... no | |
checking whether time.h and sys/time.h may both be included... no | |
checking for ino_t... no | |
checking for dev_t... no | |
checking whether byte ordering is bigendian... yes | |
checking for rlim_t... yes | |
checking for stack_t... yes | |
checking whether stack_t has an ss_base field... no | |
checking --with-tlib argument... ncurses | |
checking for linking with ncurses library... OK | |
checking for tgetent()... yes | |
checking whether we talk terminfo... yes | |
checking whether termcap.h contains ospeed... no | |
checking whether ospeed can be extern... no | |
checking whether termcap.h contains UP, BC and PC... no | |
checking whether UP, BC and PC can be extern... no | |
checking whether tputs() uses outfuntype... no | |
checking whether sys/select.h and sys/time.h may both be included... no | |
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... no | |
checking getcwd implementation is broken... no | |
checking for bcmp... no | |
checking for fchdir... no | |
checking for fchown... no | |
checking for fsync... no | |
checking for getcwd... no | |
checking for getpseudotty... no | |
checking for getpwnam... no | |
checking for getpwuid... no | |
checking for getrlimit... no | |
checking for gettimeofday... no | |
checking for getwd... no | |
checking for lstat... no | |
checking for memcmp... no | |
checking for memset... no | |
checking for mkdtemp... no | |
checking for nanosleep... no | |
checking for opendir... no | |
checking for putenv... no | |
checking for qsort... no | |
checking for readlink... no | |
checking for select... no | |
checking for setenv... no | |
checking for setpgid... no | |
checking for setsid... no | |
checking for sigaltstack... no | |
checking for sigstack... no | |
checking for sigset... no | |
checking for sigsetjmp... no | |
checking for sigaction... no | |
checking for sigvec... no | |
checking for strcasecmp... no | |
checking for strerror... no | |
checking for strftime... no | |
checking for stricmp... no | |
checking for strncasecmp... no | |
checking for strnicmp... no | |
checking for strpbrk... no | |
checking for strtol... no | |
checking for tgetent... no | |
checking for towlower... no | |
checking for towupper... no | |
checking for iswupper... no | |
checking for usleep... no | |
checking for utime... no | |
checking for utimes... no | |
checking for _LARGEFILE_SOURCE value needed for large files... unknown | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... unknown | |
checking for _LARGE_FILES value needed for large files... unknown | |
checking for st_blksize... no | |
checking whether stat() ignores a trailing slash... no | |
checking for iconv_open()... no | |
checking for nl_langinfo(CODESET)... no | |
checking for strtod in -lm... yes | |
checking for strtod() and other floating point functions... no | |
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 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... not usable | |
checking for rename... no | |
checking for sysctl... not usable | |
checking for sysinfo... not usable | |
checking for sysinfo.mem_unit... no | |
checking for sysconf... not usable | |
checking for int... no | |
checking size of int... 0 | |
checking for long... no | |
checking size of long... 0 | |
checking for time_t... no | |
checking size of time_t... 0 | |
checking for off_t... (cached) no | |
checking size of off_t... 0 | |
checking uint32_t is 32 bits... configure: error: WRONG! uint32_t not defined correctly. | |
==> Exit Status: 1 | |
http://github.com/mxcl/homebrew/blob/master/Library/Formula/macvim.rb#L49 | |
==> Environment | |
HOMEBREW_VERSION: 0.8 | |
HEAD: 05979bdad4f42e1866dcfce983f94c1fd4b75d7a | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew | |
Hardware: 8-core 64-bit sandybridge | |
OS X: 10.7.1 | |
Kernel Architecture: x86_64 | |
Ruby: 1.8.7-249 | |
/usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby | |
Xcode: 3.2.6 | |
GCC-4.0: N/A | |
GCC-4.2: build 5666 | |
LLVM: build 2335 | |
MacPorts or Fink? false | |
X11 installed? true | |
==> Build Flags | |
LD: /usr/bin/llvm-gcc => /usr/llvm-gcc-4.2/bin/llvm-gcc-4.2 | |
MAKEFLAGS: -j8 | |
Error: Failed executing: ./configure --with-macsdk=10.7 --with-features=huge --with-tlib=ncurses --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-pythoninterp --enable-rubyinterp --enable-tclinterp | |
If `brew doctor' does not help diagnose the issue, please report the bug: | |
https://github.com/mxcl/homebrew/wiki/checklist-before-filing-a-new-issue | |
We saved the configure log, please gist it if you report the issue: | |
~/Library/Logs/Homebrew/config.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment