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 solaris 10 environment with the following > configurations. > 1. Boost 1_36_0 > 2. Sun Studio 11 > > During build I am getting the following errors > > -bash-3.00$ > -bash-3.00$ make > Scanning dependencies of target filetostring > [ 0%] Building CXX object > src/CMakeFiles/filetostring.dir/web/skeleton/FileToSt > ring.o > Linking CXX executable filetostring > [ 0%] Built target filetostring > [ 0%] Generating Plain_html.C > [ 0%] Generating Ajax_html.C > [ 1%] Generating JsNoAjax_html.C > [ 1%] Generating Boot_html.C > [ 2%] Generating Wt_js.C > [ 2%] Generating CommAjax_js.C > [ 2%] Generating CommScript_js.C > Scanning dependencies of target wt > [ 2%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-attr.o > [ 3%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-entity.o > [ 3%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-file.o > [ 3%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-index.o > [ 4%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-node.o > [ 4%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-private.o > [ 5%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-search.o > [ 5%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-set.o > [ 5%] Building C object src/CMakeFiles/wt.dir/mxml/mxml-string.o > [ 7%] Building CXX object src/CMakeFiles/wt.dir/Wt/StdGridLayoutImpl.o > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 265: Error: type > used a > s constructor name does not match type "Wt::Signal<void, Wt::NoClass, > Wt::NoClas > s, Wt::NoClass, Wt::NoClass, Wt::NoClass>". > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 378: Error: > Multiple de > claration for EventSignal. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 453: Error: A class > tem > plate name was expected instead of EventSignal. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 636: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 641: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 641: Error: The > destruc > tor name must match the class name. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 650: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 665: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 667: Error: Invalid > tem > plate nesting depth. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 688: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 690: Error: Invalid > tem > plate nesting depth. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 704: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 711: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 717: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 734: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 740: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WSignal", line 757: Error: The > name Ev > entSignal is ambiguous, Wt::EventSignal and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WEvent", line 16: Error: Multiple > decl > aration for EventSignal. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WEvent", line 154: Error: The name > Eve > ntSignal is ambiguous, Wt::EventSignal<Wt::E> and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WEvent", line 338: Error: The name > Eve > ntSignal is ambiguous, Wt::EventSignal<Wt::E> and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WEvent", line 383: Error: The name > Eve > ntSignal is ambiguous, Wt::EventSignal<Wt::E> and Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WApplication", line 788: Error: > The na > me EventSignal is ambiguous, Wt::EventSignal<Wt::E> and > Wt::EventSignal<Wt::E>. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WApplication", line 788: Error: In > thi > s declaration "javaScriptResponse_" is of an incomplete type > "Wt::EventSignal<Wt > ::WResponseEvent>". > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WWebWidget", line 43: Error: > Multiple > declaration for JSignal. > "/disk2/amitendra/WtBuild/wt-2.1.5/src/Wt/WInteractWidget", line 46: Error: > The > name EventSignal is ambiguous, Wt::EventSignal<Wt::E> and > Wt::EventSignal<Wt::E> > . > Compilation aborted, too many Error messages. > *** Error code 1 > The following command caused the error: > cd /disk2/amitendra/WtBuild/wt-2.1.5/build/src && /usr/bin/CC -DTHREADED > -D_RE > ENTRANT -DBOOST_SPIRIT_THREADSAFE -Dwt_EXPORTS -xO2 -KPIC > -I/disk2/amitendra/Boo > st/include/boost-1_36 -I/disk2/amitendra/WtBuild/wt-2.1.5/build > -I/disk2/amitend > ra/WtBuild/wt-2.1.5/src/web -I/disk2/amitendra/WtBuild/wt-2.1.5/src > -I/disk2/ami > tendra/WtBuild/wt-2.1.5/build/src > -I/disk2/amitendra/WtBuild/wt-2.1.5/src/mxml - > o CMakeFiles/wt.dir/Wt/StdGridLayoutImpl.o -c > /disk2/amitendra/WtBuild/wt-2.1.5/ > src/Wt/StdGridLayoutImpl.C > make: Fatal error: Command failed for target > `src/CMakeFiles/wt.dir/Wt/StdGridLa > youtImpl.o' > Current working directory /disk2/amitendra/WtBuild/wt-2.1.5/build > *** Error code 1 > The following command caused the error: > make -f src/CMakeFiles/wt.dir/build.make src/CMakeFiles/wt.dir/build > make: Fatal error: Command failed for target `src/CMakeFiles/wt.dir/all' > Current working directory /disk2/amitendra/WtBuild/wt-2.1.5/build > *** Error code 1 > The following command caused the error: > make -f CMakeFiles/Makefile2 all > make: Fatal error: Command failed for target `all' > -bash-3.00$ > > > > > Pls help me fix the problem. > > Amit > -- Pau Garcia i Quiles http://www.elpauer.org (Due to my workload, I may need 10 days to answer) ------------------------------------------------------------------------- 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
