I'm building OpenDDS 3.8 from source.
When running the configure
command I obtain some skipping messages. Most of them are java (I don't use it so it's ok for me to skip them) but some other messages take my attention:
Skipping TAO_IDL_GEN (tao_idl_fe.mpc); it requires tao_idl_fe_gen
Skipping OpenDDS_XML_QOS_XSC_Generation (qos_xml_handler.mpc); it requires xsc.
Skipping OpenDDS_QOS_XML_XSC_Handler (qos_xml_handler.mpc); it requires xerces.
Skipping OpenDDS_CorbaSeq (CorbaSeq.mpc); it avoids no_opendds_safety_profile.
Skipping OpenDDS_Corba (OpenDDS_Corba.mpc); it avoids no_opendds_safety_profile.
I did't found anything regarding these packages. I'd like to know what they do and if I need them (and eventually how to build them).