A.J.Mechelynck wrote:
Robert Hicks wrote:
"Cannot allocate color <colorname>"
I compiled from svn src. There didn't seem to be any errors and it
created the Vim.app. The Vim.app works but when I go to change the
colorscheme I get about 20 of those messages.
Is there something I need to pass to configure on OSX about colors?
Robert
If your gvim doesn't display through X11, try copying the X11 rgb.txt
(usually something like /usr/X11R6/lib/X11/rgb.txt ) to the $VIMRUNTIME
directory.
see ":help rgb.txt". Not sure if it works for the Mac but you could
always try.
Best regards,
Tony.
Yep, that was it. I coped the rgb.txt from the binary at the macvim site
and it no longer throws those errors.
Robert