Hey,

2008/8/24 misi e <[EMAIL PROTECTED]>:
> did not follow emails, probably similar info was already on the wire;
>
> wt latest builds well with boost latest (1.36) except I had to make a change
> in .../include/boost/thread/thread.hpp, where I had to add the line:
> #include <thread/condition.hpp>

I would expect the very latest CVS to build out of the box with boost
1.36, which was patched as below:

----------------------------- src/web/WebSession.h -----------------------------
index c097351..5211234 100644
@@ -11,6 +11,7 @@

 #ifdef THREADED
 #include <boost/thread.hpp>
+#include <boost/thread/condition.hpp>
 #endif // THREADED

 #include "TimeUtil.h"

If not, could you provide more details on what build problem you had ?

Regards,
koen

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to