Please report new issues athttps://github.com/DOCGroup
Thanks to the Skoll project at UMD, we have more work to do :-) Setting things like the following #define TAO_HAS_DIOP 0 #define TAO_HAS_NAMED_RT_MUTEXES 0 #define TAO_HAS_MINIMUM_POA 0 #define TAO_HAS_MINIMUM_CORBA 0 #define TAO_HAS_MINIMUM_POA_MAPS 0 #define TAO_HAS_CORBA_MESSAGING 0 #define TAO_HAS_AMI 0 #define TAO_HAS_AMI_CALLBACK 0 #define TAO_HAS_AMI_POLLER 0 #define TAO_HAS_INTERCEPTORS 0 in your config.h file is definitely asking for trouble. Long long ago, we wanted users to use this for finer level control on stuff that gets compiled in to TAO. The #define stuff are used inconsistently that it gives compile errors. Need to fix this, if possible before 1.3/1.3.1 goes out.
Accepted for tao-support
Accepting again