Re: Attempting to port Gnome to OpenBSD



On Thu, 7 Sep 2000, Justin R. Smith wrote:

> I'm attempting to port Gnome to OpenBSD and have gotten most
> of
> it working.
> 
> I'm having a problem compiling Gnumeric and Evolution,
> however.
> 
> I get the message
> 
> dialog-cell-format.c: In function `cb_font_changed':
> dialog-cell-format.c:1161: dereferencing pointer to
> incomplete type
> dialog-cell-format.c:1162: dereferencing pointer to
> incomplete type
> dialog-cell-format.c:1167: dereferencing pointer to
> incomplete type
> dialog-cell-format.c:1169: dereferencing pointer to
> incomplete type

GnomeFont was changed to be an opaque structure some time between 0.20 and
0.22. Replace access to GnomeFont members with the corresponding accessor
functions/methods, e.g. font->size with gnome_font_get_size(font). Make a
patch, submit it to the relevant developers.

Nils
-- 
         Nils Philippsen / +49.711.96437.250 / nils redhat de
       Red Hat GmbH / Hauptstätter Straße 58 / D70178 Stuttgart
The use of COBOL cripples the mind; its teaching should, therefore, be
regarded as a criminal offence.                  -- Edsger W. Dijkstra





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