Have been unable to compile cvs evolution for some weeks now. I can check out an older version and it compiles fine, but current breaks.
the error is: mail-display.c: In function `fetch_next': mail-display.c:1293: `SOUP_HANDLER_BODY_CHUNK' undeclared (first use in this function) mail-display.c:1293: (Each undeclared identifier is reported only once mail-display.c:1293: for each function it appears in.) mail-display.c:1293: warning: passing arg 3 of `soup_message_add_handler' from incompatible pointer type mail-display.c:1293: warning: passing arg 4 of `soup_message_add_handler' from incompatible pointer type mail-display.c:1293: too few arguments to function `soup_message_add_handler' mail-display.c: In function `html_button_press_event': mail-display.c:2294: warning: implicit declaration of function `gtk_html_get_url_object_relative' mail-display.c:2296: warning: assignment makes pointer from integer without a cast mail-display.c:2326: warning: passing arg 3 of `gtk_object_set_data' makes pointer from integer without a cast make[3]: *** [mail-display.o] Error 1 make[3]: Leaving directory `/usr/local/evolution/mail' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/local/evolution/mail' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/evolution' make: *** [all-recursive-am] Error 2 So far I have deleted and checked out clean copies of soup(0.7.99) and evolution(1.1.0.99), looked for the errant name "SOUP_HANDLER_BODY_CHUNK" in the soup files, where it appears as only a comment - its not declared. e.g., # grep -r SOUP_HANDLER_BODY_CHUNK soup/* soup/docs/reference/html/soup-soup-message.html: * data buffer. Instead only send data to SOUP_HANDLER_BODY_CHUNK soup/docs/reference/sgml/soup-message.sgml: * data buffer. Instead only send data to SOUP_HANDLER_BODY_CHUNK soup/docs/reference/soup-decl.txt: * data buffer. Instead only send data to SOUP_HANDLER_BODY_CHUNK soup/src/libsoup/soup-message.h: * data buffer. Instead only send data to SOUP_HANDLER_BODY_CHUNK What is needed to get this compilig again? BillK -- _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
