Re: Yet another Gnome 2.0 build report



Hi Jens,

On 21 Jun 2001 18:21:21 +0200, Jens Finke wrote:
> Hi all,
> 
> 2) I need to apply the attached patches to libgnomecanvas and libgnomeui
> in order to get these build. Maybe someone can look into this, it's mostly
> removing not needed header files and substitution of deprecated macros. If
> these patches are correct I can apply them.

I believe these patches are correct -- these files build for me, but it
seems that I'm picking up the GNOME 1.x headers. However, see below.

> --- libgnomecanvas/gnome-canvas-bpath.h	2001/06/20 07:23:22	1.4
> +++ libgnomecanvas/gnome-canvas-bpath.h	2001/06/21 16:01:45
> @@ -14,12 +14,11 @@
>  #ifndef GNOME_CANVAS_BPATH_H
>  #define GNOME_CANVAS_BPATH_H
>  
> -#include <libgnome/gnome-defs.h>
> -#include <libgnomeui/gnome-canvas.h>
> +#include "gnome-canvas.h"
>  #include "gnome-canvas-shape.h"
>  #include "gnome-canvas-path-def.h"

Since this is an installed header we want

#include <libgnomecanvas/gnome-canvas.h>

right? (And add -I $(top_srcdir) to the CFLAGS if it's not there).

--
Peter Williams     peter newton cx / peterw ximian com

"Why should I have to change my name? He's the one who 
sucks!"                              -- Michael Bolton





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]