[gps-devel] Another compile problem

Arnaud Charlet charlet@ACT-Europe.FR
Mon, 4 Aug 2003 15:03:39 +0200


> gnatmake -Pgps gps.adb
> Exception name: STORAGE_ERROR
> Message: stack overflow (or erroneous memory access)

May this is a real storage error, and you need to increase (see e.g. ulimit)
the amount of stack and/or heap available.

Or your gnat has been misbuilt.

> I'm using gnat-3.15p (built from sources with both static and dynamic runtime and native as
> well as fsu-threads). I've tried with both GtkAda 2.2.0 and CVS from 20030804.

You are also using the wrong version of GtkAda. You need to use the version that
comes with the GPS sources.

Arno