Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

macvim fails to build with error: WRONG! uint32_t not defined correctly. #20229

Closed
pedrovanzella opened this issue Jun 3, 2013 · 12 comments
Closed

Comments

@pedrovanzella
Copy link
Contributor

❯❯❯ brew install -v macvim --custom-icons --override-system-vim ⏎ ✱
==> Writing /usr/local/lib/python2.7/site-packages/sitecustomize.py
==> Writing /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/distutils.cfg
==> Downloading https://github.com/b4winckler/macvim/archive/snapshot-66.tar.gz
Already downloaded: /Library/Caches/Homebrew/macvim-7.3-66.tar.gz
tar xf /Library/Caches/Homebrew/macvim-7.3-66.tar.gz
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --with-macsdk=10.8 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/usr/local --enable-cscope --enable-pythoninterp=dynamic
./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --with-macsdk=10.8 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/usr/local --enable-cscope --enable-pythoninterp=dynamic
checking whether make sets $(MAKE)... yes
checking for gcc... clang
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 clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -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
checking --enable-fail-if-missing argument... no
configure: checking for buggy tools...

  • sh is 'GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin12)
    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... xcode-select: Error: Selected Xcode path () is not a valid directory. DEVELOPER_DIR is set in the environment to an invalid path.

checking --with-macsdk argument... 10.8
checking if SDK is supported... yes
checking --with-macarchs argument... x86_64
checking if architectures are supported... no, will build for native arch only
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 compiler's result
checking for Carbon/Carbon.h... no
checking Cocoa/Cocoa.h usability... no
checking Cocoa/Cocoa.h presence... yes
configure: WARNING: Cocoa/Cocoa.h: present but cannot be compiled
configure: WARNING: Cocoa/Cocoa.h: check for missing prerequisite headers?
configure: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation
configure: WARNING: Cocoa/Cocoa.h: section "Present But Cannot Be Compiled"
configure: WARNING: Cocoa/Cocoa.h: proceeding with the compiler's result
checking for Cocoa/Cocoa.h... no
checking --with-local-dir argument... /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... Homebrew
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... dynamic
checking for python... /usr/local/opt/python/bin/python
checking Python version... 2.7
checking Python is 1.4 or better... yep
checking Python's install prefix... /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7
checking Python's execution prefix... /usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7
checking Python's configuration directory... /usr/local/Cellar/python/2.7.5/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... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
checking for /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
checking Ruby version... OK
checking Ruby rbconfig... RbConfig
checking Ruby header files... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/universal-darwin12.0
checking --enable-cscope argument... yes
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
checking for xmkmf... no
checking for X... no
checking if X11 header files can be found... no
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... no
checking for X11/SM/SMlib.h... no
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 compiler's result
checking for stdarg.h... no
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 compiler's result
checking for sys/select.h... no
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 compiler's result
checking for sys/utsname.h... no
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 compiler's result
checking for termcap.h... no
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 compiler's result
checking for fcntl.h... no
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 compiler's result
checking for sgtty.h... no
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 compiler's result
checking for sys/ioctl.h... no
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 compiler's result
checking for sys/time.h... no
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 compiler's result
checking for iconv.h... no
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 compiler's result
checking for langinfo.h... no
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 compiler's result
checking for math.h... no
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 compiler's result
checking for errno.h... no
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 compiler's result
checking for sys/resource.h... no
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 compiler's result
checking for locale.h... no
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 compiler's result
checking for termios.h... no
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 compiler's result
checking for libc.h... no
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 compiler's result
checking for poll.h... no
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 compiler's result
checking for sys/poll.h... no
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 compiler's result
checking for pwd.h... no
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 compiler's result
checking for utime.h... no
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 compiler's result
checking for sys/param.h... no
checking libintl.h usability... no
checking libintl.h presence... yes
configure: WARNING: libintl.h: present but cannot be compiled
configure: WARNING: libintl.h: check for missing prerequisite headers?
configure: WARNING: libintl.h: see the Autoconf documentation
configure: WARNING: libintl.h: section "Present But Cannot Be Compiled"
configure: WARNING: libintl.h: proceeding with the compiler's result
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 compiler's result
checking for libgen.h... no
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 compiler's result
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... 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 compiler's result
checking for wchar.h... no
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 compiler's result
checking for wctype.h... no
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 clang 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... yes
checking whether termcap.h contains UP, BC and PC... no
checking whether UP, BC and PC can be extern... yes
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... yes
checking for fchdir... yes
checking for fchown... 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 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... 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()... yes; with -liconv
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 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... 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 size of int... 0
checking size of long... 0
checking size of time_t... 0
checking size of off_t... 0
checking uint32_t is 32 bits... configure: error: WRONG! uint32_t not defined correctly.
==> Configuration
HOMEBREW_VERSION: 0.9.4
HEAD: bac0d41
CPU: 8-core 64-bit nehalem
OS X: 10.8.3-x86_64
Xcode: 4.6.2
CLT: 4.6.0.0.1.1365549073
X11: 2.7.4 => /opt/X11
==> ENV
HOMEBREW_CC: clang
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers/:/usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
CMAKE_FRAMEWORK_PATH: /usr/local/Frameworks
PKG_CONFIG_PATH: /usr/local/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.8
ACLOCAL_PATH: /usr/local/share/aclocal
OBJC: clang
PATH: /usr/local/opt/python/bin:/usr/local/Library/ENV/4.3:/usr/local/opt/cscope/bin:/usr/bin:/bin:/usr/sbin:/sbin

Error: macvim did not build

@tetsuo692
Copy link

+1

@adamv
Copy link
Contributor

adamv commented Jun 3, 2013

@samueljohn why does this have --with-macsdk=10.8 now??

@adamv
Copy link
Contributor

adamv commented Jun 3, 2013

@pedrovanzella note, please put large built outputs into a gist

@samueljohn
Copy link
Contributor

@adamv oh fuck. Sorry. That should not be hardcoded.

@pedrovanzella
Copy link
Contributor Author

@adamv yup, it does. Also, sorry about the gist. Me no good multitasker me make shitty report.

I just reinstalled the command line utils from xcode and it seemed to pass this stage, so it's most likely a XCode problem.

@pedrovanzella
Copy link
Contributor Author

Well, it took almost 5 minutes, but it failed again with the same error. So no luck on that.

@samueljohn
Copy link
Contributor

Please brew update and try again. Was my fault.
Now I only pass the "--with-macsdk=#{MacOS::version.to_s}" if on Xcode-only Macs.

@pedrovanzella
Copy link
Contributor Author

Worked perfectly. Thanks @samueljohn :D

@tetsuo692
Copy link

Thanks it works

handyman5 pushed a commit to handyman5/homebrew that referenced this issue Oct 7, 2013
Instead only pass the --with-macsdk if on XCode-only.

Fix Homebrew#20229
@pencilcheck
Copy link
Contributor

It's not working for me on 10.9 GM.

➜  Projects  brew install -v macvim --override-system-vim
Warning: Your Xcode (5.0) is outdated
Please install Xcode 5.0.1.
==> Downloading https://github.com/b4winckler/macvim/archive/snapshot-71.tar.gz
Already downloaded: /opt/boxen/cache/homebrew/macvim-7.4-71.tar.gz
tar xf /opt/boxen/cache/homebrew/macvim-7.4-71.tar.gz
==> ./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/opt/boxen/homebrew --with-macsdk=10.9 --enable-cscope --enable-pythoninterp=yes --with-developer-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/
./configure --with-features=huge --enable-multibyte --with-macarchs=x86_64 --enable-perlinterp --enable-rubyinterp --enable-tclinterp --with-ruby-command=/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby --with-tlib=ncurses --with-compiledby=Homebrew --with-local-dir=/opt/boxen/homebrew --with-macsdk=10.9 --enable-cscope --enable-pythoninterp=yes --with-developer-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/
configure: creating cache auto/config.cache
checking whether make sets $(MAKE)... yes
checking for gcc... /usr/bin/clang
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 /usr/bin/clang accepts -g... yes
checking for /usr/bin/clang option to accept ISO C89... none needed
checking how to run the C preprocessor... /usr/bin/clang -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
checking --enable-fail-if-missing argument... no
configure: checking for buggy tools...
- sh is 'GNU bash, version 3.2.51(1)-release (x86_64-apple-darwin13)
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... /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/
checking --with-macsdk argument... 10.9
checking if SDK is supported... yes
checking --with-macarchs argument... x86_64
checking if architectures are supported... no, will build for native arch only
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... yes
configure: WARNING: Cocoa/Cocoa.h: present but cannot be compiled
configure: WARNING: Cocoa/Cocoa.h:     check for missing prerequisite headers?
configure: WARNING: Cocoa/Cocoa.h: see the Autoconf documentation
configure: WARNING: Cocoa/Cocoa.h:     section "Present But Cannot Be Compiled"
configure: WARNING: Cocoa/Cocoa.h: proceeding with the preprocessor's result
configure: WARNING: Cocoa/Cocoa.h: in the future, the compiler will take precedence
checking for Cocoa/Cocoa.h... yes
checking --with-local-dir argument... /opt/boxen/homebrew
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... Homebrew
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 python2... /opt/boxen/homebrew/opt/python/bin/python2
checking Python version... 2.7
checking Python is 2.3 or better... yep
checking Python's install prefix... /opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7
checking Python's execution prefix... /opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/Frameworks/Python.framework/Versions/2.7
checking Python's configuration directory... /opt/boxen/homebrew/Cellar/python/2.7.3-boxen2/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 if -fPIE can be added for Python... yes
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... <not found>
checking --enable-rubyinterp argument... yes
checking --with-ruby-command argument... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
checking for /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby... /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
checking Ruby version... OK
checking Ruby rbconfig... RbConfig
checking Ruby header files... not found; disabling Ruby
checking --enable-cscope argument... yes
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 for MacVim GUI... yes
checking X11/SM/SMlib.h usability... no
checking X11/SM/SMlib.h presence... no
checking for X11/SM/SMlib.h... no
checking for CYGWIN environment... no
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 /usr/bin/clang 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... yes
checking for fchdir... yes
checking for fchown... 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 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... 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 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... 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.
==> Configuration
HOMEBREW_VERSION: 0.9.5
HEAD: fbdb376637b2e55ac6a8c56d8aaf15f7e3f06064
HOMEBREW_PREFIX: /opt/boxen/homebrew
CPU: quad-core 64-bit ivybridge
OS X: 10.9-x86_64
Xcode: 5.0
X11: 2.7.4 => /opt/X11
==> ENV
CC: /usr/bin/clang
CXX: /usr/bin/clang++
CFLAGS: -Os -w -pipe   -mmacosx-version-min=10.9 -march=native -Qunused-arguments
CXXFLAGS: -Os -w -pipe   -mmacosx-version-min=10.9 -march=native -Qunused-arguments
CPPFLAGS: -isystem /opt/boxen/homebrew/include -F/opt/boxen/homebrew/Frameworks
LDFLAGS: -L/opt/boxen/homebrew/opt/python/Frameworks/Python.framework/Versions/2.7/lib/python2.7/config -F/opt/boxen/homebrew/opt/python/Frameworks -L/opt/boxen/homebrew/lib  -F/opt/boxen/homebrew/Frameworks -Wl,-headerpad_max_install_names
MAKEFLAGS: -j4
CMAKE_PREFIX_PATH: /opt/boxen/homebrew
CMAKE_INCLUDE_PATH: /opt/boxen/homebrew/opt/python/Frameworks/Python.framework/Versions/2.7/Headers
CMAKE_FRAMEWORK_PATH: /opt/boxen/homebrew/Frameworks
MACOSX_DEPLOYMENT_TARGET: 10.9
PKG_CONFIG_PATH: /opt/boxen/homebrew/opt/python/Frameworks/Python.framework/Versions/2.7/lib/pkgconfig
PKG_CONFIG_LIBDIR: /opt/boxen/homebrew/lib/pkgconfig:/opt/boxen/homebrew/Library/ENV/pkgconfig/10.9:/usr/lib/pkgconfig
OBJC: /usr/bin/clang
PATH: /opt/boxen/homebrew/opt/python/bin:/usr/local/heroku/bin:bin:/opt/boxen/rbenv/shims:/opt/boxen/rbenv/bin:/opt/boxen/rbenv/plugins/ruby-build/bin:/opt/boxen/homebrew/share/python:/opt/boxen/nodenv/shims:/opt/boxen/nodenv/bin:/opt/boxen/foreman/bin:/opt/boxen/bin:/opt/boxen/homebrew/bin:/opt/boxen/homebrew/sbin:/usr/local/texlive/2010/bin/x86_64-darwin:/Users/penn/.dotfiles/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin:/usr/local/CrossPack-AVR/bin:/usr/texbin:/opt/boxen/homebrew/Library/Contributions/cmd:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/usr/bin
CPATH: /opt/boxen/homebrew/include

Error: macvim did not build

These open issues may also help:
    https://github.com/mxcl/homebrew/issues/22515
    https://github.com/mxcl/homebrew/pull/20473

@pencilcheck
Copy link
Contributor

I didn't notice that it requires Xcode command line tools for 5.0.1. I installed it and it gives me a different error, which can be traced to issue #20473

@bothra90
Copy link

If that indeed fixes the issue, can we get it merged?

@Homebrew Homebrew locked and limited conversation to collaborators Feb 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants