[PolyORB-users] Makefile:614: recipe for target 'polyorb_src_soap.gpr' failed
Sad Clouds
cryintothebluesky at gmail.com
Wed Oct 24 20:57:29 CEST 2018
On Wed, 24 Oct 2018 19:18:08 +0100
Sad Clouds <cryintothebluesky at gmail.com> wrote:
> Hello, I'm playing with Ada DSA and PolyORB. I have Gnat GPL 2018
> installed, but having issues with building PolyORB which I downloaded
> from https://github.com/AdaCore/PolyORB
>
> ./configure --prefix=XXX --with-appli-perso="corba dsa moma"
> --with-proto-perso="giop soap srp" --with-corba-services="event ir
> naming notification time" --with-gprbuild=gprbuild --enable-shared
>
> make
>
> but this fails (see below), any ideas?
OK managed to figure it out, Ada compiler was told to treat all warnings
as errors, so needed to add '--enable-warnings=n' when running configure
script.
More information about the PolyORB-users
mailing list