[AWS] aws build problem on XP
Vincent Tourvieille
vincent at tourvieille.org
Thu Dec 7 06:56:27 CET 2006
Hi,
I do have the same problem as described in
http://lists.adacore.com/pipermail/aws/2006-November/000691.html
I am using cygwin on Windows XP.
My outputs of the used "make" command are:
$ which make
/usr/bin/make
$ make --version
GNU Make 3.80
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Besides, the only edited line in my makefile.conf is:
INSTALL = /cygdrive/c/GNAT/GPL_2006
The only step I haven't done from the documentation
which may be the source of my problem is:
"When you have built and configured all external libraries you must set the
ADA PROJECT PATH variable to point to the GNAT Project files for the
different
packages."
I do not understand what this means.
Could I have a "for dummy" explanation ?
Thanks a lot,
Vincent
PS: For information, here are the outputs of make setup and make build:
$ make setup
Setup conversion support
Setup OS specific definitions
Building aws.coff
Building libssl.a
Building libcrypto.a
Building libldap.a
$ make build
ssl.gpr:36:06: unknown project file: "aws_config"
ssl.gpr:54:25: unknown package or project "Aws_Config"
ssl.gpr:54:25: wrong expression kind for attribute "library_kind"
crypto_lib.gpr:31:06: unknown project file: "aws_config"
crypto_lib.gpr:31:06: imported by "c:\Documents and Settings\Vincent\My
Document
s\Downloads\GNAT\gnat_gpl_2006\2006\x86-windows\tools\aws\AWS-gpl-2.2.0\ssl\cryp
to_lib.gpr"
crypto_lib.gpr:31:06: imported by "c:\Documents and Settings\Vincent\My
Document
s\Downloads\GNAT\gnat_gpl_2006\2006\x86-windows\tools\aws\AWS-gpl-2.2.0\ssl\ssl.
gpr"
crypto_lib.gpr:39:08: unknown package or project "Aws_Config"
crypto_lib.gpr:39:08: variable "socket" is not typed
crypto_lib.gpr:40:11: illegal case label "std"
crypto_lib.gpr:42:11: illegal case label "openssl"
crypto_lib.gpr:44:11: illegal case label "gnutls"
ssl_lib.gpr:31:06: unknown project file: "aws_config"
ssl_lib.gpr:31:06: imported by "c:\Documents and Settings\Vincent\My
Documents\D
$
.gpr"
ssl_lib.gpr:31:06: imported by "c:\Documents and Settings\Vincent\My
Documents\D
ownloads\GNAT\gnat_gpl_2006\2006\x86-windows\tools\aws\AWS-gpl-2.2.0\ssl\ssl.gpr
"
ssl_lib.gpr:39:08: unknown package or project "Aws_Config"
ssl_lib.gpr:39:08: variable "socket" is not typed
ssl_lib.gpr:40:11: illegal case label "std"
ssl_lib.gpr:42:11: illegal case label "openssl"
ssl_lib.gpr:44:11: illegal case label "gnutls"
ssl_error_lib.gpr:31:06: unknown project file: "aws_config"
ssl_error_lib.gpr:31:06: imported by "c:\Documents and
Settings\Vincent\My Docum
ents\Downloads\GNAT\gnat_gpl_2006\2006\x86-windows\tools\aws\AWS-gpl-2.2.0\ssl\s
sl_error_lib.gpr"
ssl_error_lib.gpr:31:06: imported by "c:\Documents and
Settings\Vincent\My Docum
ents\Downloads\GNAT\gnat_gpl_2006\2006\x86-windows\tools\aws\AWS-gpl-2.2.0\ssl\s
sl.gpr"
ssl_error_lib.gpr:39:08: unknown package or project "Aws_Config"
ssl_error_lib.gpr:39:08: variable "socket" is not typed
ssl_error_lib.gpr:40:11: illegal case label "std"
ssl_error_lib.gpr:40:19: illegal case label "openssl"
ssl_error_lib.gpr:42:11: illegal case label "gnutls"
gnatmake: "ssl" processing failed
make[1]: *** [build] Error 4
make: *** [ssl_build] Error 2
More information about the AWS
mailing list