Thanks a lot friends, build & installation is complete.

Now how can test it?
I was trying to build the examples as written in the document with "make -C
examples".
But it is not working.

-bash-3.00$ make -C examples
Usage : make [ -f makefile ][ -K statefile ]... [ -d ][ -dd ][ -D ][ -DD ]
             [ -e ][ -i ][ -k ][ -n ][ -p ][ -P ][ -q ][ -r ][ -s ][ -S ][
-t ]
             [ -u ][ -w ][ -V ][ target... ][ macro=value... ][ "macro
+=value".
.. ]
make: Fatal error: Unknown option `-C'
-bash-3.00$

Amit


On 9/23/08, Koen Deforche <[EMAIL PROTECTED]> wrote:
>
> 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
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/witty-interest
>
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to