Re: [Wt-interest] Witty Build problem in solaris

2008-09-23 Thread Amitendra Mukherjee
Hello, Now I am trying with Solaris 10 Studio 12 Boost 1.36 -bash-3.00$ uname -a SunOS solx86 5.10 Generic i86pc i386 i86pc -bash-3.00$ CC -V CC: Sun C++ 5.9 SunOS_i386 Patch 124864-01 2007/07/25 -bash-3.00$ cc -V cc: Sun C 5.9 SunOS_i386 2007/05/03 usage: cc [

Re: [Wt-interest] Witty Build problem in solaris

2008-09-23 Thread Amitendra Mukherjee
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

Re: [Wt-interest] Witty Build problem in solaris

2008-09-23 Thread Koen Deforche
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,

Re: [Wt-interest] Witty Build problem in solaris

2008-09-22 Thread Koen Deforche
Hey Amitendra, version of /opt/SUNWspro/bin/../prod/bin/../../bin/cc: Sun C 5.8 2005/10/13 version of /opt/SUNWspro/bin/../prod/bin/../../bin/CC: Sun C++ 5.8 Patch 12101 7-10 2007/02/21 Unfortunately, we only support more recent version of the SunStudio (see the version numbers I indicated)

Re: [Wt-interest] Witty Build problem in solaris

2008-09-17 Thread Koen Deforche
Hey Amitendra, wt-2.2.0 should build fine on that configuration without any problems. Can you try that ? Regadrs, koen - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux

Re: [Wt-interest] Witty Build problem in solaris

2008-09-16 Thread Amitendra Mukherjee
Sorry, there are differences between the errors... The errors related to Wt::Signal are not showing now. -bash-3.00$ make [ 0%] Building CXX object src/CMakeFiles/filetostring.dir/web/skeleton/FileToSt ring.o Linking CXX executable filetostring [ 0%] Built target filetostring [ 0%] Generating

Re: [Wt-interest] Witty Build problem in solaris

2008-09-16 Thread Pau Garcia i Quiles
Quoting Amitendra Mukherjee [EMAIL PROTECTED]: There were quite a few fixes for Solaris and Sun Studio after Wt 2.1.5. I suggest you download Wt 2.2.0 and try to build it. It should build fine with Sun Studio 12 (I cannot talk for Sun Studio 11). Hello, I am trying to build wt-2.1.5 in