[gtkada] Win32 package is missing while compiling testgtk

Stephen Leake stephen_leake at acm.org
Wed Mar 13 13:16:55 CET 2002


Jerzy Depta <depta at iai.fzk.de> writes:

> Hello All,
> 
> building testgtk on Windows2000 fails due to a missing win32 package. The
> GtkAda version is 1.3.12, the gnat command is gnatmake -I../lib -Iopengl
> -Ipixbuf testgtk -largs -llw -lopengl32 -lglu32, an error occurs while
> compiling opengl\view_gl.adb. Folowing the messages from gnatmake I found that
> there are two OpenGl related Ada files, opengl\gl_h.ads and opengl\glu_h.ads,
> which reference (rename) the win32 package but I could not identify a source
> file containing it. Where is a source file for the win32 package hidden?

When you install GNAT, there are two executables to install:
gnat-3.14p-nt.exe and gnatwin-3.14p.exe. The second contains the Win32
binding, which gets installed in the directory GNAT/Bindings/Win32Ada.
Put that in your -I list.

-- 
-- Stephe





More information about the gtkada mailing list