[AWS] GPS is throwing all sorts of errors at me when working with AWS
Thomas Løcke
thomas.granvej6 at gmail.com
Wed Feb 9 13:12:43 CET 2011
On Wed, Feb 9, 2011 at 12:44 PM, Pascal Obry <pascal at obry.net> wrote:
> 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.
$ make DEBUG=true setup
That did the trick. Now there's only two warnings left:
src/src.gpr:34:09: "Makefile" is illegal for Body_Suffix: must have a dot
include/include.gpr:32:09: "Makefile" is illegal for Body_Suffix: must
have a dot
I've no clue whether these matter or not, just thought you'd like to know.
:o)
Thomas Løcke
More information about the AWS
mailing list