On Thursday 05 January 2006 01:00, Arnaud Ligot wrote: > On Wed, 2006-01-04 at 18:46 +0100, Julien Gilli wrote: > > Hello, > > > > Toon Verstraelen a écrit : > > > [..snip..] > > > > [..snip..] > > > > > /usr/include/boost/config/requires_threads.hpp:47:5: #error "Compiler > > > threading support is not turned on. Please set the correct command > > > line options for threading: -pthread (Linux), -pthreads (Solaris) or > > > -mthreads (Mingw32)" > > > > A fix has just been commited for this issue. Could you please update > > your working copy to the last revision and test the build process ? FYI, > > the build process has slightly changed, you must now define the > > QTINCLUDEDIR environment variable on GNU/Linux on the compilation > > command line. The documentation on this page has been updated > > accordingly : > > http://dev.openwengo.com/trac/openwengo/trac.cgi/wiki/HowToBuildFromSourc > >eNg . > > [..snip..] > > I have got the same problem. (rev 3831) > > all the best > > A. > > _______________________________________________ > Wengophone-devel mailing list > [email protected] > http://dev.openwengo.com/mailman/listinfo/wengophone-devel
Yes, at the moment the solution seems to be (I got this from Julien Gilli): add: env.WengoAddCCFlags(['-pthread']) to trunk/SConstruct before the last line. Note that this is only a temporary workaround, which may give more people the opportunity to test OpenWengo. Good luck. Sander _______________________________________________ Wengophone-devel mailing list [email protected] http://dev.openwengo.com/mailman/listinfo/wengophone-devel
