[AWS] Issues Installing AWS
Henry Grant
hgrant at h-grant.com
Sun Oct 27 17:16:45 CET 2013
Pascal,
Attached is the file:
C:\aws-gpl-3.1.0-src\.build\projects\aws_lib_shared.gpr
and here below:
project AWS_Lib_Shared is
for Source_Files use ();
type SSL_Library_Kind is ("relocatable", "static");
SSL_Library_Type : SSL_Library_Kind := external ("SSL_LIBRARY_TYPE",
"relocatable");
LIB_Path := "";
S_SSL_Lib := "";
R_SSL_Lib := "";
S_CRY_Lib := "";
R_CRY_Lib := "";
S_TLS_Lib := "";
R_TLS_Lib := "";
S_GCR_Lib := "";
R_GCR_Lib := "";
-- libz
LIBZ_Path := "/c/GNAT/2013/bin/../lib/aws/static";
end AWS_Lib_Shared;
Best regards,
Henry
-----Original Message-----
From: Pascal Obry
Sent: Sunday, October 27, 2013 11:29 AM
To: Henry Grant
Cc: aws at lists.adacore.com
Subject: Re: [AWS] Issues Installing AWS
Henry,
> $ make
> hello_world.gpr:29:04: no value defined for "ssl_library_type"
> hello_world.gpr:29:43: warning: undefined external reference
> hello_world.gpr:30:04: no value defined for "library_type"
> hello_world.gpr:30:35: warning: undefined external reference
> gnatmake: "hello_world" processing failed
>
> After reviewing the hello_world.gpr file I strongly suspect that an
> environment variable(s) must be
> setup and sure what they should point to.
Hum... Looks like a wrong setup on your machine! Windows keeps me amazed
by the number of case where it fails :( Ok, not only Windows but part of
the toolset MinGW MSYS probably.
Can you post (from aws build directory) the
.build/projects/aws_lib_shared.gpr file?
Thanks.
--
Pascal Obry / Magny Les Hameaux (78)
The best way to travel is by means of imagination
http://v2p.fr.eu.org
http://www.obry.net
gpg --keyserver keys.gnupg.net --recv-key F949BD3B
-------------- next part --------------
A non-text attachment was scrubbed...
Name: aws_lib_shared.gpr
Type: application/octet-stream
Size: 462 bytes
Desc: not available
URL: </pipermail/aws/attachments/20131027/f8dcb498/attachment.obj>
More information about the AWS
mailing list