On Sat, Jul 24, 2010 at 7:21 PM, OvermindDL1 <[email protected]> wrote: > 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).
Hmm, interesting, I run it on linux and the bug does not happen as it does on windows, but I do think that it is still happening. When I do the hold refresh thing again, it eventually hits a point where it freezes within 30 seconds (as on windows), and the scrolling log on the linux machine freezes, and other web browsers cannot initiate a connection, but then in less then ten seconds it seems to 'fix' itself and continue, instead of perma-freeze and die like windows does. This happens repeatedly so by holding refresh again it can freeze again so no other connections can connect (whether localhost or remote), but then continues within about 8-10 seconds. I do think it is an issue in the wthttp thing then, maybe an incorrect destruction order, unsure as of yet, but it does happen on linux too, although in a slightly different form, I think Linux's networking stack is just a lot more hardy to such issues and resets itself instead of just dieing like Windows' does. ------------------------------------------------------------------------------ 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
