[omniORB] Compile omniORB302 error:implicit declaration of function `int strtoull(...)'

tony lam corba@telekbird.com.cn
Wed, 25 Oct 2000 09:42:30 +0800


Hi,
  I just complie omniORB 3.0.2 under SCO openserver 5.0.5
with gcc 2.95.2 and python 2.0. When I do make export,I get
following error message:
g++ -c  -fhandle-exceptions -Wall -Wno-unused -fPIC -DIDLMODULE_VERSION="\"0x230
1\"" -I/usr/local/include -DPYTHON_INCLUDE="<python2.0/Python.h>" -I.  -I../../.
./../include -D__x86__ -D__osr5__ -D__OSVERSION__=5 -o idlutil.o idlutil.cc
cc1plus: warning: -fhandle-exceptions has been renamed to -fexceptions (and is n
ow on by default)
idlutil.cc: In function `IdlIntLiteral idl_strtoul(const char *, int)':
idlutil.cc:156: implicit declaration of function `int strtoull(...)'
make[3]: *** [idlutil.o] Error 1
make[3]: Leaving directory `/home/omni/src/tool/omniidl/cxx'

Who know this problem?

thanks in advance
tony