Hello<br><br>Trying to build omniORB-4.0.3 on linux 2.6.22 debian etch with gcc 4.1.2 I have the following errors : <br><br>g++ -c -O2 -Wall -Wno-unused -fexceptions -I.. -I./.. -I../../../../include/omniORB4/internal -I../../../../include/omniORB4/internal -D_REENTRANT -DUSE_omniORB_logStream -D_OMNIORB_LIBRARY -DCONFIG_DEFAULT_LOCATION=&#39;&quot;/etc/omniORB.cfg&quot;&#39; -DCONFIG_ENV=&#39;&quot;OMNIORB_CONFIG&quot;&#39; -DUnixArchitecture -I. -I. -I../../../../include -I../../../../include -D__OSVERSION__=2 -D__linux__ -D__x86__ -o static/anonObject.o 
anonObject.cc<br>../../../../include/omniORB4/seqTemplatedefns.h: In member function 'void _CORBA_Unbounded_Sequence&lt;T&gt;::operator&gt;&gt;=(cdrStream&amp;) const':<br>../../../../include/omniORB4/seqTemplatedefns.h:95: error: no matching function for call to 'operator&gt;&gt;=(_CORBA_ULong&amp;, cdrStream&amp;)'
<br>../../../../include/omniORB4/seqTemplatedefns.h: In member function 'void _CORBA_Bounded_Sequence&lt;T, max&gt;::operator&gt;&gt;=(cdrStream&amp;) const':<br>../../../../include/omniORB4/seqTemplatedefns.h:122: error: no matching function for call to 'operator&gt;&gt;=(_CORBA_ULong&amp;, cdrStream&amp;)'
<br>../../../../include/omniORB4/seqTemplatedefns.h: In member function 'void _CORBA_Sequence_ObjRef&lt;T, ElemT, T_Helper&gt;::operator&gt;&gt;=(cdrStream&amp;) const':<br>../../../../include/omniORB4/seqTemplatedefns.h:707: error: no matching function for call to 'operator&gt;&gt;=(_CORBA_ULong&amp;, cdrStream&amp;)'
<br>make[4]: *** [static/anonObject.o] Erreur 1<br><br>does anybody know how to correct this?<br><br>Thanks<br><br><br>