Re: gnome-guile compile problem
- From: Marius Vollmer <mvo zagadka ping de>
- To: matte lysator liu se
- Cc: gnome-list gnome org
- Subject: Re: gnome-guile compile problem
- Date: 05 Jan 1999 18:59:03 +0100
Mattias Evensson <matte@g68.ryd.student.liu.se> writes:
> The errors appears because xpos and ypos have been conditionally removed
> in gnome-canavs.h. You can make gnome-guile compile with the included
> patch, but I'm not sure if it is the right way to solve the problem.
I think it's the right way. We need to redo the canvas wrapping from
scratch anyway (and there isn't much to begin with). Could somene
commit this patch please? I have trouble reaching the cvs server
(local problem I think).
> Index: guile-gnome/gnome.defs
> ===================================================================
> RCS file: /cvs/gnome/gnome-guile/guile-gnome/gnome.defs,v
> retrieving revision 1.22
> diff -c -r1.22 gnome.defs
> *** gnome.defs 1998/12/23 18:21:38 1.22
> --- gnome.defs 1999/01/05 17:29:03
> ***************
> *** 390,399 ****
> (int x2)
> (int y2)))
>
> ! (define-object GnomeCanvasGroup (GnomeCanvasItem)
> ! (fields
> ! (double xpos)
> ! (double ypos)))
>
> ;; XXX - build-guile-gtk needs varargs and GtkType to support these.
> ;; For now, there are `hand tweaked' versions in gnomeg.c
> --- 390,396 ----
> (int x2)
> (int y2)))
>
> ! (define-object GnomeCanvasGroup (GnomeCanvasItem))
>
> ;; XXX - build-guile-gtk needs varargs and GtkType to support these.
> ;; For now, there are `hand tweaked' versions in gnomeg.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]