ACE VERSION: 5.2.1
TAO VERSION: 1.2.1, released Sat Dec 01 09:37:26 2001.
HOST MACHINE and OPERATING SYSTEM: SunOS desmond 5.6 Generic_105181-20 sun4u
sparc SUNW,Ultra-5_10 (uname -a prints)
TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
COMPILER NAME AND VERSION (AND PATCHLEVEL): CC: Sun WorkShop 6 update 2 C++
5.3 Patch 111685-07 2002/04/10
AREA/CLASS/EXAMPLE AFFECTED: ACE compilation
DOES THE PROBLEM AFFECT:
COMPILATION? Yes
LINKING?
EXECUTION?
SYNOPSIS:
When compiling, following message produced:
desmond 5.6:/inter/new_cc/ACE_wrappers/ace % gmake
CC -mt -g -instances=explicit -library=iostream -DACE_USES_OLD_IOSTREAMS -g
-I/inter/new_cc/ACE_wrappers -DACE_NO_INLINE -c -KPIC -o .shobj/IOStream.o
IOStream.cpp
"/imaopt/WS6U2/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 57: Error:
Function std::logic_error::~logic_error() can throw only the exceptions
thrown by the function std::exception::~exception() it overrides.
"/imaopt/WS6U2/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 60: Error:
Function std::logic_error::what() const can throw only the exceptions thrown
by the function std::exception::what() const it overrides.
"/imaopt/WS6U2/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 128: Error:
Function std::runtime_error::~runtime_error() can throw only the exceptions
thrown by the function std::exception::~exception() it overrides.
"/imaopt/WS6U2/SUNWspro/WS6U2/include/CC/Cstd/./stdexcept", line 131: Error:
Function std::runtime_error::what() const can throw only the exceptions
thrown by the function std::exception::what() const it overrides.
4 Error(s) detected.
gmake: *** [.shobj/IOStream.o] Error 4
DESCRIPTION:
config.h -> config-sunos5.6.h
platform_macros.GNU -> platform_sunos5_sunc++.GNU
REPEAT BY:
SAMPLE FIX/WORKAROUND: