Hey Amitenda,

2008/9/23 Amitendra Mukherjee <[EMAIL PROTECTED]>:
> Hello Koen,
>
> Now it gives the following error...
>
> ==============================================
> [100%] Building CXX object src/http/CMakeFiles/wthttp.dir/WServer.o
> "/export/home/amitendra/WT_Build/wt-2.2.0/src/http/WServer.C", line 241:
> Error:
> Too many arguments in call to "sigwait(sigset_t*)".
> 1 Error(s) detected.
> *** Error code 1
> The following command caused the error:
> cd /export/home/amitendra/WT_Build/wt-2.2.0/build/src/http && /usr/bin/CC
> -DTH
> READED -D_REENTRANT -DBOOST_SPIRIT_THREADSAFE -DWTHTTP_WITH_ZLIB
> -DBOOST_ASIO -D
> wthttp_EXPORTS -library=stlport4 -m64 -xO2 -KPIC

You are missing the -D_POSIX_PTHREAD_SEMANTICS in your compile command:

In your CMakeCache.txt you should have:

CMAKE_CXX_FLAGS:STRING=-library=stlport4 -D_POSIX_PTHREAD_SEMANTICS

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