[PolyORB-users] Makefile:614: recipe for target 'polyorb_src_soap.gpr' failed

Sad Clouds cryintothebluesky at gmail.com
Wed Oct 24 20:18:08 CEST 2018


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?


Compile
   [Ada]          polyorb-soap_p-message-xml.adb
   [Ada]          polyorb-soap_p-message-reader.adb
   [Ada]          polyorb-buffer_sources.adb
   [Ada]          polyorb-binding_data-soap.adb
polyorb-buffer_sources.ads:39:06: warning: license of withed unit "Input_Sources" may be inconsistent
polyorb-buffer_sources.ads:40:06: warning: license of withed unit "Unicode" may be inconsistent
polyorb-soap_p-message-reader.adb:37:09: warning: license of withed unit "Sax.Attributes" may be inconsistent
polyorb-soap_p-message-reader.adb:38:06: warning: license of withed unit "Unicode" may be inconsistent
polyorb-soap_p-message-reader.adb:39:13: warning: license of withed unit "Unicode.CES" may be inconsistent
polyorb-soap_p-message-reader.adb:40:14: warning: license of withed unit "DOM.Core.Nodes" may be inconsistent
polyorb-soap_p-message-reader.adb:41:14: warning: license of withed unit "DOM.Core.Documents" may be inconsistent
polyorb-soap_p-message-reader.adb:42:14: warning: license of withed unit "DOM.Core.Elements" may be inconsistent
polyorb-soap_p-message-reader.ads:38:09: warning: license of withed unit "Sax.Readers" may be inconsistent
polyorb-soap_p-message-reader.ads:39:09: warning: license of withed unit "Sax.Attributes" may be inconsistent
polyorb-soap_p-message-reader.ads:40:13: warning: license of withed unit "Unicode.CES" may be inconsistent
polyorb-soap_p-message-reader.ads:41:09: warning: license of withed unit "DOM.Core" may be inconsistent
polyorb-soap_p-message-xml.adb:35:14: warning: license of withed unit "DOM.Core.Nodes" may be inconsistent
polyorb-soap_p-message-xml.adb:36:09: warning: license of withed unit "Sax.Readers" may be inconsistent
polyorb-soap_p-message-xml.ads:35:06: warning: license of withed unit "Input_Sources" may be inconsistent

   compilation of polyorb-buffer_sources.adb failed
   compilation of polyorb-soap_p-message-reader.adb failed
   compilation of polyorb-soap_p-message-xml.adb failed

gprbuild: *** compilation phase failed
Makefile:614: recipe for target 'polyorb_src_soap.gpr' failed
make: *** [polyorb_src_soap.gpr] Error 4


More information about the PolyORB-users mailing list