Dominique wrote:

> M Kelly <mckelly2...@gmail.com> wrote:
> 
> > On Sunday, November 19, 2017 at 10:07:51 AM UTC-5, M Kelly wrote:
> >> Hi,
> >>
> >> Apologies if this was already posted -
> >>
> >> I have a build error with latest master:
> >>
> >> In file included from vim.h:1816:0,
> >>                  from buffer.c:28:
> >> structs.h:3126:5: error: unknown type name ‘BalloonEval’
> >>      BalloonEval *tip;      /* tooltip for this menu item */
> >>
> >> thx,
> >> mark
> >
> > I will add this is building on Ubuntu 16.04 HWE with gcc
> 
> I confirm that I see this error too when configuring with
> the athena gui:
> 
> $ ./configure --with-features=huge --enable-gui=athena
> $ make
> ...
> gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_ATHENA     -g -O2
> -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1  -g -O0 -fsanitize=address
> -fno-omit-frame-pointer -DEXITFREE -DABORT_ON_INTERNAL_ERROR    -o
> objects/arabic.o arabic.c
> In file included from vim.h:1816:0,
>                  from arabic.c:16:
> structs.h:3126:5: error: unknown type name ‘BalloonEval’
>      BalloonEval *tip;      /* tooltip for this menu item */
>      ^
> 
> It builds fine with gtk2 or gtk3 or none GUIs.

Need to move some stuff around...  It's a bit tricky, the old way was to
include balloon eval stuff only in the GUI.

Hmm, running Athena is very slow...

-- 
hundred-and-one symptoms of being an internet addict:
11. You find yourself typing "com" after every period when using a word
    processor.com

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" 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_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to