<html><body>
<p><tt><font size="3">I have a general question regarding TAO_HAS_INTERCEPTORS. I cannot compile ACE+TAO 6.3.3, 6.3.1 TAO 2.3.3 2.3.1 successfully with Solaris Studio 12.4 on SPARC when TAO_HAS_INTERCEPTORS is = 1 because of a template issue that I recorded in another thread however I can compile it successfully when I add the following #define to the config.h file. My question is will this cause any unsuspecting side effects in TAO that I need to know about. The only real service we are using is the NamingService besides all of our generic CORBA communication.</font></tt><br>
<br>
<tt><font size="3">#define </font></tt><tt><font size="3">TAO_HAS_INTERCEPTORS = 0</font></tt><br>
<br>
<br>
<tt><font size="3">ACE VERSION: 6.3.</font></tt><font size="2" face="sans-serif">3 or 6.3.1</font><br>
<br>
<font size="2" color="#222222" face="Arial">   HOST MACHINE and OPERATING SYSTEM: <br>
       Oracle Solaris 11.1.21.4.1 <br>
<br>
<br>
   COMPILER NAME AND VERSION (AND PATCHLEVEL): <br>
Solaris Studio 12.4 <br>
CC: Sun C++ 5.13 SunOS_sparc 151845-09 2015/10/20 <br>
<br>
   THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform- <br>
   specific file, simply state which one]: <br>
#include "ace/config-sunos5.11.h" <br>
<br>
   THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE [if you <br>
   use a link to a platform-specific file, simply state which one <br>
   (unless this isn't used in this case, e.g., with Microsoft Visual <br>
   C++)]: <br>
<br>
    include $(ACE_ROOT)/include/makeinclude/platform_sunos5_sunc++.GNU <br>
    CFLAGS += -g -xchip=T5 -xcache=16/32/4/8:128/32/8/8:8192/64/16/128 -xarch=sparc4 -m64 -features=zla <br>
    CCFLAGS += -g -xchip=T5 -xcache=16/32/4/8:128/32/8/8:8192/64/16/128 -xarch=sparc4 -m64 -features=zla <br>
    SOFLAGS += -g -xchip=T5 -xcache=16/32/4/8:128/32/8/8:8192/64/16/128 -xarch=sparc4 -m64 -features=zla <br>
    LDFLAGS += -L/opt/solarisstudio12.4/lib/v9 -L/usr/lib/sparcv9 </font><font size="2" face="sans-serif"><br>
<br>
</font><font size="1" face="Arial">Regards,</font><font size="3" face="serif"><br>
</font><font size="1" face="Arial"><b>Dave Ryan</b></font></body></html>