|
Hi All, If this is the wrong place for this type of query, I apologise in advance. I am trying to compile gvim 7.3.035 on Ubuntu Maverick x64 and not having much luck. I am able to compile a gvim but it refuses to run with his message: "E25: GUI cannot be used: Not enabled at compile time" I suspect that I am missing a lib, but I can't work out which. My src/auto/config.log contains these lines which look interesting <snip> configure:7818: checking for GTK - version >= 2.2.0 configure:7911: result: no </snip> My configure script is this: <configure script> #!/bin/ksh VERSION=73 CONFIGURE_FLAGS="--enable-gui=gnome2 --with-features=huge --with-vim-name=gvim" cd vim$VERSION/src make distclean ./configure $CONFIGURE_FLAGS CFLAGS="-O3 -fomit-frame-pointer -freg-struct-return -falign-loops=2 -falign-jumps=2 -falign-functions=2 -march=native" </configure script> Any help would be appreciated. Cheers John -- You received this message from the "vim_dev" 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 |
- Compiling gvim on ubuntu maverick John Marriott
- Re: Compiling gvim on ubuntu maverick Jakson A. Aquino
- Re: Compiling gvim on ubuntu maverick John Marriott
