Hi all,

I'm struggling with MacVim and Ruby 1.9.1. I've put together patch &
information here: http://code.google.com/p/macvim/issues/detail?id=169

Could somebody try to compile it the same way and see if it works?

It is possible to get rid of:
CXXFLAGS="${CXXFLAGS} -I/usr/local/ruby-1.9/include/ruby-1.9.1/ -I/usr/
local/ruby-
1.9/include/ruby-1.9.1/i386-darwin9.6.0/" CFLAGS="${CFLAGS} -I/usr/
local/ruby-1.9/include/ruby-1.9.1/
-I/usr/local/ruby-1.9/include/ruby-1.9.1/i386-darwin9.6.0/"

If you do proper symlinks in ruby installation:

ll /usr/local/ruby-1.9/include/ruby-1.9.1/ruby
lrwxr-xr-x  1 root  wheel     25 17 Apr 20:45 ruby -> ../i386-
darwin9.6.0/ruby/

ll /usr/local/ruby-1.9/lib/ruby/1.9.1/i386-darwin9.6.0/
lrwxr-xr-x   1 root  wheel       43 17 Apr 20:43 ruby -> /usr/local/
ruby-1.9/include/ruby-1.9.1/ruby
lrwxr-xr-x   1 root  wheel       45 17 Apr 20:42 ruby.h -> /usr/local/
ruby-1.9/include/ruby-1.9.1/ruby.h

So now it compile with just: make

Thanks for all ideas how to make it work.

Pavel Kunc

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to