comp.lang.ada
 help / color / mirror / Atom feed
From: Laurent <daemon2@internet.lu>
Subject: Re: Problem building AWS on Mac OS 10.9
Date: Sun, 12 Oct 2014 09:01:34 -0700 (PDT)
Date: 2014-10-12T09:01:34-07:00	[thread overview]
Message-ID: <9fea58c6-2a22-425f-92d3-1103e4c9e511@googlegroups.com> (raw)
In-Reply-To: <385ad1cf-9a97-4c0a-9996-3e88243a8c49@googlegroups.com>

Am Sonntag, 12. Oktober 2014 04:03:22 UTC+2 schrieb David Botton:
> What version of GNAT did you install?
GNAT GPL 2014

> Is it on the command line before other versions?
Now it is.

laurent-mac-pro-2:aws laurent$ which make
/usr/bin/make

laurent-mac-pro-2:aws laurent$ which gcc
/usr/local/gnat/bin/gcc

so make setup build install fails with something different:

laurent-mac-pro-2:aws laurent$ make setup build install
make[1]: x86_64-apple-darwin13.4.0-gcc: Command not found
gprbuild: "xoscons" up to date
Setup OS specific definitions
/bin/sh: x86_64-apple-darwin13.4.0-gcc: command not found
/bin/sh: x86_64-apple-darwin13.4.0-gcc: command not found
xoscons <base_name>
make[1]: x86_64-apple-darwin13.4.0-gcc: Command not found
Can not generate system tags. The test are disabled
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common awsres.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common soap-generator.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common aws-jabber-client.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common aws-client-xml-input_sources.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -g -gnata -gnatVa -gnatQ -gnato -gnatwe -gnatyO -Wall -gnatVn templates_parser.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common templates_parser-utils.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common templates_parser-query.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common templates_parser-debug.adb
gcc -c -gnat2012 -gnatwcfijkmRuv -gnaty3abBcefhiIklmnoprstx -O2 -gnatn -fno-common aws-status-translate_table.adb
awsres.adb:44:06: file "aws-os_lib.ads" not found
awsres.adb:44:06: "Awsres (body)" depends on "Aws.Utils (body)"
awsres.adb:44:06: "Aws.Utils (body)" depends on "Aws.Os_Lib (spec)"
aws-utils.adb:821:29: "OS_Lib" is not visible
aws-utils.adb:821:29: non-visible declaration at g-os_lib.ads:51
aws-jabber-client.adb:37:19: warning: license of withed unit "Input_Sources.Strings" may be inconsistent
aws-jabber-client.adb:38:09: warning: license of withed unit "Sax.Attributes" may be inconsistent
aws-jabber-client.adb:39:09: warning: license of withed unit "Sax.Readers" may be inconsistent
aws-jabber-client.adb:40:17: warning: license of withed unit "Unicode.CES.Basic_8bit" may be inconsistent
aws-jabber-client.adb:46:24: file "aws-os_lib.ads" not found
aws-jabber-client.adb:46:24: "AWS.JABBER.CLIENT (body)" depends on "AWS.CONFIG (body)"
aws-jabber-client.adb:46:24: "AWS.CONFIG (body)" depends on "AWS.OS_LIB (spec)"
aws-config.adb:210:26: "OS_Lib" is undefined (more references follow)
aws-client-xml-input_sources.adb:30:13: warning: license of withed unit "Unicode.CCS" may be inconsistent
aws-client-xml-input_sources.adb:31:17: warning: license of withed unit "Unicode.CES.Utf32" may be inconsistent
aws-client-xml-input_sources.adb:32:17: warning: license of withed unit "Unicode.CES.Utf16" may be inconsistent
aws-client-xml-input_sources.adb:33:17: warning: license of withed unit "Unicode.CES.Utf8" may be inconsistent
aws-client-xml-input_sources.ads:30:06: warning: license of withed unit "Input_Sources" may be inconsistent
aws-client-xml-input_sources.ads:31:13: warning: license of withed unit "Unicode.CES" may be inconsistent
soap-generator-stub.adb:30:06: file "aws-os_lib.ads" not found
soap-generator-stub.adb:30:06: "SOAP.GENERATOR (body)" depends on "AWS.UTILS (body)"
soap-generator-stub.adb:30:06: "AWS.UTILS (body)" depends on "AWS.OS_LIB (spec)"
aws-utils.adb:821:29: "OS_Lib" is undefined

   compilation of awsres.adb failed
   compilation of aws-jabber-client.adb failed
   compilation of soap-generator.adb failed

gprbuild: *** compilation phase failed
make: *** [build-cross] Error 4

> If you figure on your own what is wrong, please also post the solution.

lol I have actually no idea what I should do when ./configure; make; make install; doesn't work. Just learning programming because I find it interesting to understand how that works. I work in an hospital lab in the department of microbiology. Cultivating bacteria and finding out which antibiotics a doctor should use to treat his patient. No research just plain routine stuff. I just need computers to enter my results and to rant about because they are too slow or the program is crap. So I won't find the solution myself. But thanks for your confidence in my skills :)

Thanks Laurent


  reply	other threads:[~2014-10-12 16:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-11 23:00 Problem building AWS on Mac OS 10.9 Laurent
2014-10-12  2:03 ` David Botton
2014-10-12 16:01   ` Laurent [this message]
2014-10-13 19:53     ` Laurent
2014-10-13 20:04     ` Pascal Obry
2014-10-13 20:47       ` Laurent
2014-10-14 17:15         ` Pascal Obry
2014-10-14 18:33           ` Simon Wright
2014-10-14 20:32             ` Laurent
2014-10-12  9:22 ` Simon Wright
2014-10-13 20:06 ` Blady
2014-10-13 20:54   ` Laurent
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox