"gdk/gdk.h" missing

Dear Routers,

I have installed root_v3.10.02.win32gdk.tar on WinXP using
C++7.net.
I get
C:\cygwin\ROOT\root\include\TGWin32.h(37) : fatal error C1083: Include-Datei kan
n nicht geöffnet werden: ‘gdk/gdk.h’: Invalid argument

Could not find gdk/gdk.h.
With grep I could also not find gdk.h:

$ grep -r gdk.h *
include/TGWin32.h:#include "gdk/gdk.h"
include/TRootWGL.h:#include “gdk/gdk.h”

Where is gdk.h ?

Dieter Notz
DESY

Hi Dieter,
gdk headers must be located (your case) at
C:\cygwin\ROOT\root\win32gdk\gdk\src\gdk
They used internaly for creation libWin32gdk.lib
You should not “#include TGWin32.h”. Use TVirtualX.h

Regards. Valeriy