On Tuesday, December 18, 2012 9:40:31 PM UTC+1, Dominique Pelle wrote:

[...]

> So you could perhaps try to use the c89 compiler on HPUX
> instead of gcc?

Unfortunately I don't seem to have c89 installed (and can't get).

[...]

> The function ui_breakcheck() looks like this in ui.c:
> 
>  359     void
>  360 ui_breakcheck()
>  361 {
>  362 #ifdef FEAT_GUI
>  363     if (gui.in_use)
>  364         gui_mch_update();
>  365     else
>  366 #endif
>  367         mch_breakcheck();
>  368 }
>  369
> 
> This begs the question: did you enable FEAT_GUI?
> (probably not, judging from your above compilation options)

No, I disabled gui option.
Actually, it was the lowest level I checked, mch_breakcheck() was called.


Best,
Balazs

-- 
You received this message from the "vim_use" 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