[gps-users] using gtkada

Arnaud Charlet charlet at adacore.com
Fri Feb 4 11:25:46 CET 2005


> I try to make a project using gtk-ada, but I don't know how I can 
> integrate the `gtkada-config` switch into the project file. I would like 
> to keep the command, not the result,  since the project is used on 
> different systems.

Note that this is not really related to gps. Somewhat related to gtkada,
but not much either.

The usual way to deal with this is to have a "configure" step before
building your project that will take care of this kind of initialization,
and e.g. generate project files based on the current build configuration.

See e.g. gnu autoconf documentation and mailing lists for more info on
one way of achieving this.

Arno


More information about the gps-users mailing list