[AWS] Re: Unable to built latest CVS version of AWS
Peter Fedorow
fedorowp at earthlink.net
Fri Feb 4 17:59:38 CET 2005
Pascal Obry wrote:
> This is a bit worrisome. What is the output for:
>
> $ make --version
---
f:\cvsroot\aws>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.
---
> > process_begin: CreateProcess((null), cp -p
> > ../config/aws-net-std__gnat.adb aws-n
> > et-std.adb, ...) failed.
> > make (e=2): The system cannot find the file specified.
> > make[1]: *** [aws-net-std.adb] Error 2
> > make: *** [src_setup] Error 2
>
> Ok, we are almost there. You need a set of GNU tools (cp not found). Either
> the MSYS or Cygwin toolset will do. I'm using Cygwin and Dmitriy is using
> MSYS. I'll go for MSYS.
Okay, installed MSYS-1.0.10.exe from
http://mingw.sourceforge.net/download.shtml
MSYS's post install script renamed the mingw version of make back to
it's original name.
I added msys to my path, so the first three items on it now read:
D:\mingw\bin;D:\mingw\mingw32\bin;D:\msys\1.0\bin;
This is the current output of "make --version".
---
p:\>make --version
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for i686-pc-msys
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
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.
Report bugs to <bug-make at gnu.org>.
---
AWS starts to make then fails.
---
F:\CVSRoot\AWS>make setup build install
Setup conversion support
Setup OS specific definitions
Building aws.coff
Building libssl.a
Building libcrypto.a
Building libldap.a
gcc -c -I- -gnatA f:\cvsroot\aws\ssl\ssl_wrappers.adb
building static library for project nossl
object files:
f:\cvsroot\aws\.build\release\ssl\lobj\ssl_wrappers.o
ALI files:
f:\cvsroot\aws\.build\release\ssl\lobj\ssl_wrappers.ali
building a library...
make aws_nossl
ar cr f:\cvsroot\aws\.build\release\ssl\lib/libaws_nossl.a
f:\cvsroot\aws\.build
\release\ssl\lobj\ssl_wrappers.o
ranlib f:\cvsroot\aws\.build\release\ssl\lib/libaws_nossl.a
gnatmake: objects up to date.
Building libz.a (Zlib library)
include.gpr:35:06: unknown project file: "ai302"
gnatmake: "include" processing failed
make[1]: *** [build] Error 4
make: *** [include_build] Error 2
F:\CVSRoot\AWS>
---
More information about the AWS
mailing list