[AWS] AWS build problem
Pascal Obry
pascal at obry.net
Tue Jul 25 18:45:15 CEST 2006
Jessica Fléchet a écrit :
> Hi,
>
> I am still triing to build AWS!!! And now, after correcting some things
> in project files, I have this error:
No this is wrong. Projects file are not to be edited. AWS is built since
long time every night on many plateforms. The recent errors reported on
this list are due to environment not properly setup and to Windows. The
build on Windows machines is a bit tricky as it requires Cywgin or MSYS
for proper GNU toolset. But editing project file is a recipe for
disaster :) It just hiding the real problem... to jump on another one :)
The only thing that can be edited is makefile.conf. But it is also
possible to pass configuration to make command line.
The build process is as simple as:
$ make INSTALL=/xyz/gnat/GPL_2006 setup build install
The log you sent looks like the problem n° 4 see below:
As I said most problems come from the environment :
1. Cygwin GNU/make 3.80 (do not use Cygwin GNU/make 3.81)
2. build in a directory without spaces (this is always asking for problems).
3. install into a directory without spaces (idem)
4. make sure that GNAT bin dir come first and then cygwin
$ gcc -v
$ which gcc
must be the GNAT GPL 2006 gcc.
Pascal.
--
--|------------------------------------------------------
--| Pascal Obry Team-Ada Member
--| 45, rue Gabriel Peri - 78114 Magny Les Hameaux FRANCE
--|------------------------------------------------------
--| http://www.obry.net
--| "The best way to travel is by means of imagination"
--|
--| gpg --keyserver wwwkeys.pgp.net --recv-key C1082595
More information about the AWS
mailing list