[reSIProcate] compile bug
- From: maodong hu <hhmmdd@xxxxxxx>
- Date: Mon, 14 Sep 2009 09:36:43 +0800
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