On Sat, Jul 24, 2010 at 7:11 PM, OvermindDL1 <[email protected]> wrote: > I am attempting to compile the latest Wt trunk, but I have build errors: > /* snip */ > [ 82%] Building CXX object src/http/CMakeFiles/wthttp.dir/Connection.o > In file included from /root/wt_trunk/wt/src/http/Connection.h:31, > /root/wt_trunk/wt/src/http/Connection.C:19: > /root/wt_trunk/wt/src/http/Reply.h:145: error: ISO C++ forbids > declaration of 'list' with no type > /root/wt_trunk/wt/src/http/Reply.h:145: error: invalid use of '::' > /root/wt_trunk/wt/src/http/Reply.h:145: error: expected ';' before '<' token > make[2]: *** [src/http/CMakeFiles/wthttp.dir/Connection.o] Error 1 > make[1]: *** [src/http/CMakeFiles/wthttp.dir/all] Error 2 > make: *** [all] Error 2 > > I am following the instructions on the page > http://www.webtoolkit.eu/wt/doc/reference/html/Installation.html > > Also, I am wondering why the fcgi connector is defaulting to NO while > the proper 3 FCGI things are detected and filled in correctly...
For note, after adding the proper "#include <list>" to the top of that file then it compiles, examples also compiled fine (all but the Qt example), now to figure out how to get Wt working on my new *nix server to see if the ASIO bug happens in it as well (same computer as my windows box, dual-boot, brand new 1tb hard drive otherwise dedicated to the *nix install). ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
