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='"/etc/omniORB.cfg"' -DCONFIG_ENV='"OMNIORB_CONFIG"' -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<T>::operator>>=(cdrStream&) const':<br>../../../../include/omniORB4/seqTemplatedefns.h:95: error: no matching function for call to 'operator>>=(_CORBA_ULong&, cdrStream&)'
<br>../../../../include/omniORB4/seqTemplatedefns.h: In member function 'void _CORBA_Bounded_Sequence<T, max>::operator>>=(cdrStream&) const':<br>../../../../include/omniORB4/seqTemplatedefns.h:122: error: no matching function for call to 'operator>>=(_CORBA_ULong&, cdrStream&)'
<br>../../../../include/omniORB4/seqTemplatedefns.h: In member function 'void _CORBA_Sequence_ObjRef<T, ElemT, T_Helper>::operator>>=(cdrStream&) const':<br>../../../../include/omniORB4/seqTemplatedefns.h:707: error: no matching function for call to 'operator>>=(_CORBA_ULong&, cdrStream&)'
<br>make[4]: *** [static/anonObject.o] Erreur 1<br><br>does anybody know how to correct this?<br><br>Thanks<br><br><br>