[gtkada] problem generating Ada95 source code from Glade 0.5.11 onWindows XP

Marc A. Criley mcq95 at earthlink.net
Thu Oct 10 15:18:36 CEST 2002


I, too, have had ongoing problems with "gate not found" and "unable to parse
..." when trying to generate code with Glade on Windows.

The only reliable work-around I've found is to create a subdirectory named
"src" beneath the directory where your ".glade" file is, then open a command
prompt (DOS) window, and directly invoke gate.

For example, if I use Glade to create buttontest.glade in directory
c:\projects, I can do:

cd c:\projects
mkdir src
gate buttontest.glade

The generated source code then of course ends up in the src subdirectory.

BTW, generating source code from within Glade works just fine in the Linux
version.

Marc A. Criley, Consultant
Quadrus Corporation
www.quadruscorp.com






More information about the gtkada mailing list