Hey Zeev, 2010/4/14 zeev mintz <[email protected]> > > hi, > i'm trying to build Wt from source. i followed the instructions from the wiki, > but when i run make, after 54% progress i get the following error message: > > /WT/wt-2.1.1/src/web/webrequest.c:9 error: 'std::atoi' has not been declared > /WT/wt-2.1.1/src/web/webrequest.c: in member function 'int > Wt::WebRequest::contentLength() const'
That seems to be a missing include of <cstdlib> in that file; but indeed like Pau suggested, is there a particular reason to try to build such an old version of Wt ? Regards, koen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
