Re: macvim OS X 10.9 Mavericks build

2013-10-09 Thread Akio Ito
On Thursday, June 20, 2013 4:59:12 PM UTC+9, dsim wrote:
 Did anyone have working build for os x 10.9?
 I used `brew install macvim --with-cscope --with-lua` in Mountain Lion but 
 this build crashing on Mavericks.

My Mavericks build, it was compiled with:

pre
CC=clang CFLAGS=-O3 ./configure --with-features=huge \
  --enable-rubyinterp \
  --enable-pythoninterp \
  --enable-perlinterp \
  --enable-cscope \
  --enable-luainterp \
  --with-luajit \
  --with-lua-prefix=/usr/local
/pre

up on:
https://github.com/akioito/macvim/releases

 

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: macvim OS X 10.9 Mavericks build

2013-10-09 Thread Akio Ito
On Thursday, June 20, 2013 4:59:12 PM UTC+9, dsim wrote:
 Did anyone have working build for os x 10.9?
 I used `brew install macvim --with-cscope --with-lua` in Mountain Lion but 
 this build crashing on Mavericks.

My Mavericks build, 
https://github.com/akioito/macvim/releases

it was compiled with:
CC=clang CFLAGS=-O3 ./configure --with-features=huge \
  --enable-rubyinterp \
  --enable-pythoninterp \
  --enable-perlinterp \
  --enable-cscope \
  --enable-luainterp \
  --with-luajit \
  --with-lua-prefix=/usr/local

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: MacVim fails to draw Japanese characters properly

2013-07-10 Thread Akio Ito
On Wednesday, July 10, 2013 5:13:21 PM UTC+9, björn wrote:
 Thanks for pointing that out.  This is a regression which has gone unnoticed 
 (by me) for a long time.  The bug affects drawing of all wide characters (not 
 just Japanese), so it is really quite severe.
 I've pushed a fix which you could perhaps try out when you get a chance.
 Björn

Thanks for the fix. Working ok with [Use Core Renderer] for japanese text.
My Compiler flags: (iMac Mountain Lion)
CC=clang ./configure --enable-pythoninterp --enable-luainterp 
--with-lua-prefix=/usr/local/Cellar/lua/5.1.5 --with-features=huge 
--enable-multibyte

-- 
-- 
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

--- 
You received this message because you are subscribed to the Google Groups 
vim_mac group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_mac+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.