< Previous by Date Date Index Next by Date >
  Thread Index Next in Thread >

[reSIProcate] compile bug


Ubuntu 8.10
Linux 2.6.27-14-generic #1 SMP Tue Aug 18 16:25:45 UTC 2009 i686 GNU/Linux
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
Revision: 8596

Random.cxx: In static member function ‘static void resip::Random::initialize()’:
Random.cxx:106: error: ‘srandom’ was not declared in this scope
Random.cxx: In static member function ‘static int resip::Random::getRandom()’:
Random.cxx:169: error: ‘random’ was not declared in this scope

seems need include <stdlib.h> in rutil/Random.cxx
--
Best Regards

Maodong Hu