[omniORB] problems when compiling omniorbpy: implicit declaration of function

Othmar Pasteka op@atnet.at
Tue, 26 Sep 2000 14:51:42 +0200


hi,

i just try to compile omniORBpy 1.1 against omniORB 2.8.0 (i know
there is 3.0.1 but i need/want 2.8.0).
anyway, building omniORB 2.8.0 works fine. when i then do a make
export in src/lib/omniORBpy i get the following error messages:
idlutil.cc: In function `IdlIntLiteral idl_strtoul(const char *, int)':
idlutil.cc:146: implicit declaration of function `int strtoull(...)'
idlutil.cc: In function `IdlFloatLiteral idl_strtod(const char *)':
idlutil.cc:168: implicit declaration of function `int strtod(...)'

since i don't know c++ i  can't really figure out what the actual
problem is. maybe you can help me.

thanks in advance
Othmar