On 25 February 2011 09:25, Anders Janmyr <[email protected]> wrote:
>
> I tried to compile the current master, but it failed. I believe it is
> unrelated to the ruby settings though.
>
> I configured with the following.
>
> ./configure --with-features=huge \
>>                   --enable-rubyinterp \
>>                   --enable-pythoninterp \
>>                   --enable-perlinterp \
>>                   --enable-cscope \
>> --with-ruby-command=/Users/andersjanmyr/.rvm/rubies/ruby-1.9.2-p136/ruby
>
> And below are the failures, the short version.
>
> Anders
>
>
>
> cc1obj: error: 
> /var/folders/xQ/xQLJaYfpE-OC5JHXGYXw8k+++TI/-Caches-/com.apple.Xcode.501/SharedPrecompiledHeaders/AppKit-hlhifydmgfqmdralehblkqeidwva/AppKit.h:
> No such file or directory
> cc1obj: error: one or more PCH files were found, but they were invalid
> cc1obj: error: use -Winvalid-pch for more information

This is a problem with precompiled headers.  The only way I know how
to work around this issue is to delete the SharedPrecompiledHeaders
temporary directory mentioned in the above error message.  Don't know
why Xcode does this but it happens to me all the time.

Björn

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

Reply via email to