Hey Rutger, 2012/6/2 Rutger ter Borg <[email protected]>: > Next, I found that even a basic wt example was crashing without a good > reason. After some more research, I found that it is, indeed, a > compilation "error". But it didn't have anything to do with Boost or Wt > versions. I'm compiling against the C++11 standard, > > g++ ... std=c++0x ... > > and apparently there's something in Wt which does not like that. E.g., > the most basic "Hello" Wt example crashes hard. > > Is that expected behaviour?
We have several users using Wt with c++11, so that is not expected. Your test-case works for me on MacOSX and Ubuntu Linux (gcc 4.4.3), with boost 1.37 and boost 1.48, and using c++0x as C++ target. What does valgrind say about the crashes you get ? Regards, koen ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
