[AWS] Installing AWS on Windows XP

anders.wirzenius@wartsila.com anders.wirzenius@wartsila.com
Fri, 23 May 2003 11:42:26 +0300


I am trying to install AWS-1.3 on a Windows XP workstation.

I tried to follow the instructions in the INSTALL file and:

1.
Installed adasockets.

2.
Set the variables in makefile.conf:
ADASOCKETS =3D C:/a/ada/network/adasockets
HOME=3DC:/a/ada/network/aws/aws-1.3
INSTALL	 =3D $(HOME)

3.
Ran make build as a user with administrator rights

4.
The environment:
OS=3DWindows_NT
Path=3DC:\GNAT\bin;C:\PROGRAM
FILES\THINKPAD\UTILITIES;C:\WINDOWS\system32;C:\WIND
OWS;C:\WINDOWS\System32\Wbem;C:\Orant\Bin;C:\ORAWIN\Bin;C:\Centura;c:\Pr
ogram Fi
les\Common Files\Autodesk Shared\;c:\Program
Files\Symantec\pcAnywhere\;c:\Progr
am Files\AWi003\


------------------------------------------------------------------------
--
But got the following situation:

C:\a\ada\network\AWS\AWS\aws-1.3>gnatreg

GNATREG 3.15p  (20020523) Copyright 2001 Free Software Foundation, Inc.

Setup location:    C:\GNAT
Compiler location: C:\GNAT
GLIDE location:    <not installed>

Additional standard libraries:
   WIN32ADA   C:\GNAT\Bindings\Win32Ada
   WIN32      C:\GNAT\lib\win32
   GNATCOM    C:\gnatcom\bindings
   GWindows   C:\a\ada\graphics\gwindows\bindings
   os_servicesC:\a\ada\OS_SER~1
   Adasockets C:\a\network\adasockets


------------------------------------------------------------------------
--
C:\a\ada\network\AWS\AWS\aws-1.3>make build > aaa

Gives the following output (file aaa):


echo ""
""
echo =3D=3D=3D Build SSL support
=3D=3D=3D Build SSL support
make -C ssl build -s GFLAGS=3D"-O2 -gnatn -gnatwcfipru -gnatwe
-gnaty3abcefhiklmnoprst"
INCLUDES=3D"-IC:/a/ada/network/adasockets/lib/adasockets"
LIBS=3D"-LC:/a/ada/network/adasockets/lib -ladasockets" LFLAGS=3D"-s"
MODE=3D"ssl" XMLADA=3D"" EXEEXT=3D".exe" LDAP=3D"1" DEBUG=3D""
Building ssl-thin
Building ssl-wrappers
echo ""
""
echo =3D=3D=3D Build components
=3D=3D=3D Build components
make -C include build -s GFLAGS=3D"-O2 -gnatn -gnatwcfipru -gnatwe
-gnaty3abcefhiklmnoprst"
INCLUDES=3D"-IC:/a/ada/network/adasockets/lib/adasockets"
LIBS=3D"-LC:/a/ada/network/adasockets/lib -ladasockets" LFLAGS=3D"-s"
MODE=3D"ssl" XMLADA=3D"" EXEEXT=3D".exe" LDAP=3D"1" DEBUG=3D""
Building md5
Building sha
Building sha-process_data
Building sha-strings
Building strings_cutter
Building table_of_dynamic_keys_and_static_values_g
Building table_of_static_keys_and_dynamic_values_g
Building table_of_static_keys_and_static_values_g
Building table_of_strings_and_static_values_g
Building templates_parser
Building templates_parser-input
echo ""
""
echo =3D=3D=3D Build library
=3D=3D=3D Build library
make -C src build -s GFLAGS=3D"-O2 -gnatn -gnatwcfipru -gnatwe
-gnaty3abcefhiklmnoprst"
INCLUDES=3D"-IC:/a/ada/network/adasockets/lib/adasockets"
LIBS=3D"-LC:/a/ada/network/adasockets/lib -ladasockets" LFLAGS=3D"-s"
MODE=3D"ssl" XMLADA=3D"" EXEEXT=3D".exe" LDAP=3D"1" DEBUG=3D""

------------------------------------------------------------------------
-----
...and the following error message (on the shell console):

process_begin: CreateProcess((null), cp ../include/aws-net-std-gnat.adb
aws-net-
std.adb, ...) failed.
make (e=3D2): The system cannot find the file specified.
make[1]: *** [aws-net-std.adb] Error 2
make: *** [build_aws] Error 2

------------------------------------------------------------------------
----

Something seems to be missing still?


Br=20

Anders