[AWS] GPS is throwing all sorts of errors at me when working with AWS

Pascal Obry pascal at obry.net
Wed Feb 9 12:44:23 CET 2011


Thomas,

> These are the steps I've done:
> 
> $ git clone http://forge.open-do.org/anonscm/git/aws/aws.git
> $ cd aws/
> $ svn co http://svn.eu.adacore.com/anonsvn/Dev/trunk/templates_parser
> $ make setup
> $ make build
> $ make build_doc
> $ su root
> $ make install
> $ exit
> $ cd src/
> $ gps &

Hum, probably because the default build from makefile is for the release
mode whereas the project file default to debug (as this is the preferred
mode for developers).

So either replace the corresponding above commands by:

   $ make DEBUG=true setup

or

   $ PRJ_BUILD=Release gps

I'm always using first option.

Pascal.

-- 

--|------------------------------------------------------
--| Pascal Obry                           Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--|    http://www.obry.net  -  http://v2p.fr.eu.org
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver keys.gnupg.net --recv-key F949BD3B



More information about the AWS mailing list