Re: [wallfire-users] wfnetobjs install problem
Brought to you by:
eychenne
|
From: Herve E. <rv...@wa...> - 2005-06-29 13:29:12
|
On Tue, Jun 28, 2005 at 02:33:38PM -0400, jaskaran singh wrote: > i am unable to make the wfnetobjs-0.2.4 properly. this is the error i am > receiving. strsep is a regular c/c++ function so why can't it be compiled. > ipaddr.cc: In static member function `static bool wf_ipaddr::check(const > char*) > ': > ipaddr.cc:219: error: `strsep' undeclared (first use this function) > ipaddr.cc:219: error: (Each undeclared identifier is reported only once for > each function it appears in.) > make[2]: *** [ipaddr.lo] Error 1 > make[2]: Leaving directory `/usr/local/adm/src/wfnetobjs-0.2.4/netobjs' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/usr/local/adm/src/wfnetobjs-0.2.4' > make: *** [all-recursive-am] Error 2 It compiles fine for me like it was, but please add #include <string.h> to the other system includes in ipaddr.cc. That should do the trick. It's now "fixed" in my tree. Thanks for the report. Herve -- _ (°= Hervé Eychenne //) v_/_ WallFire project: http://www.wallfire.org/ |