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

Cannot install vim --with-client-server #40832

Closed
r14c opened this issue Jun 17, 2015 · 4 comments
Closed

Cannot install vim --with-client-server #40832

r14c opened this issue Jun 17, 2015 · 4 comments

Comments

@r14c
Copy link

r14c commented Jun 17, 2015

brew install vim works just fine, but if I include --with-client-server I see the following error:

>>> brew install vim --with-client-server
==> Downloading https://mirrors.kernel.org/debian/pool/main/v/vim/vim_7.4.712.orig.tar.gz
Already downloaded: /Library/Caches/Homebrew/vim-7.4.712.tar.gz
==> ./configure --prefix=/usr/local --mandir=/usr/local/Cellar/vim/7.4.712/share/man --enable-multibyte --with-tlib=ncurses --enable-cscope --with-features=huge --with-compiledby=Ho
==> make
           ^
1 error generated.
make[1]: *** [objects/mbyte.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [first] Error 2

READ THIS: https://git.io/brew-troubleshooting

These open issues may also help:
vim  7.4.488 build fails if Homebrew ruby is installed but /usr/bin/ruby comes first in PATH (https://github.com/Homebrew/homebrew/issues/33705)
@DomT4
Copy link
Member

DomT4 commented Jun 17, 2015

Please provide a brew gist-logs vim, Thanks.

@r14c
Copy link
Author

r14c commented Jun 17, 2015

@DomT4
Copy link
Member

DomT4 commented Jun 17, 2015

This is the failure:

mbyte.c:116:12: fatal error: 'gdk/gdkx.h' file not found
#  include <gdk/gdkx.h>
           ^
1 error generated.
make[1]: *** [objects/mbyte.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [first] Error 2

I wonder if we removed it in #39868. CC @tschoonj @MikeMcQuaid

@tschoonj
Copy link
Contributor

Yep gdk/gdkx.h is gone when gtk+ is compiled with the quartz-backend.

Tomorrow I will have a look at the vim code, see if I can work around it.

tschoonj added a commit to tschoonj/homebrew that referenced this issue Jun 18, 2015
failed as a consequence of the gtk-quartz migration
Closes Homebrew#40832.
@Homebrew Homebrew locked and limited conversation to collaborators Jul 10, 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

3 participants