[Users] Compiling gtkhtml2_viewer on OS X 10.7

Colin Leroy colin at colino.net
Tue Sep 11 09:28:16 CEST 2012


On Mon, 10 Sep 2012 15:33:05 -0400, Stainless Steel Rat
<ratinox at gweep.net> wrote:

> gtkhtml2_viewer.c:1299: error: expected ';' before
> 'MENUITEM_ADDUI_MANAGER' gtkhtml2_viewer.c:1306: error: expected ';'
> before 'MENUITEM_ADDUI_MANAGER'

It seems like the Claws Mail includes aren't correctly found by
configure in gtkhtml2_viewer. MENUITEM_ADDUI_MANAGER should be defined
in "gtk/menu.h" (/usr/local/include/claws-mail/gtk/menu.h for me for
example).

Check the value of CLAWS_MAIL_CFLAGS in gtkhtml2_viewer/src/Makefile
for me it's :
CLAWS_MAIL_CFLAGS = -pthread -I/usr/include/glib-2.0
 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/enchant
 -I/usr/local/include/claws-mail -I/usr/local/include/claws-mail/common
 -I/usr/local/include/claws-mail/gtk  

(The two last lines being Claws' include paths)
-- 
Colin



More information about the Users mailing list