dublin$ make 2>&1 | fold -sw 60
CC -g -xsb -c TemplateFailure.C
"/opt/SUNWspro/WS6U1/include/CC/Cstd/./vector", line 203:
Error: Could not find a match for Integer::Integer().
"History.C", line 11: Where: While instantiating
"std::vector<Integer,
std::allocator<Integer>>::vector(unsigned)".
"History.C", line 11: Where: Instantiated from
History<Integer>::History(int).
"TemplateFailure.C", line 11: Where: Instantiated from
non-template code.
1 Error(s) detected.
*** Error code 1
make: Fatal error: Command failed for target
`TemplateFailure.o'
dublin$
|