Problem with win32 and GTK



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

I try to compile wxWindows for GTK with cygwin32 (windows 2000).
Every is OK except for two files. Errors message are :
./src/gtk/dcclient.cpp:95: `struct _GdkWindowPrivate' has no member
named `destroyed'
./src/gtk/dcclient.cpp:95: `struct _GdkWindowPrivate' has no member
named `destroyed'
./src/gtk/dcclient.cpp:100: `struct _GdkWindowPrivate' has no member
named `width'
./src/gtk/dcclient.cpp:101: `struct _GdkWindowPrivate' has no member
named `height'
./src/gtk/dcclient.cpp:103: `struct _GdkWindowPrivate' has no member
named `xdisplay'
./src/gtk/dcclient.cpp:104: `struct _GdkWindowPrivate' has no member
named `xwindow'
./src/gtk/dcclient.cpp:105: `struct _GdkWindowPrivate' has no member
named `xwindow'
./src/gtk/dcclient.cpp:106: `struct _GdkGCPrivate' has no member
named `xgc'


The gdkprivate.h, where the structure is declared, is :

struct _GdkWindowPrivate
{
  GdkDrawablePrivate drawable;
  
  GdkWindow *parent;
  gint16 x;
  gint16 y;
  guint8 resize_count;
  guint mapped : 1;
  guint guffaw_gravity : 1;

  gint extension_events;

  GList *filters;
  GList *children;
};


The member destroyed,width... are of course unknown.
May be somebody can solve my problem ?
Thanks




-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 6.5.3 for non-commercial use <http://www.pgp.com>

iQA/AwUBOnp/dD1ybyqBmxnrEQLKQQCfbC6owDQgr2ns7kXiEp6AtMIrGssAnjir
GWdVX4szEdDKknlxYzizKt3S
=V2ZK
-----END PGP SIGNATURE-----





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