Number: 130
Title: building dynadag with the Sun Forte 6 update 2 compiler
Submitter: Dimitri
Date: Mon Apr 15 08:07:32 2002
Subsys: Build/Installation
Version: 1.8.5
System: Sparc-Solaris-8 (7/01)
Severity: major
Problem:
Here is a log of the part of the build that fails:

CC -DHAVE_CONFIG_H -I. -I. -I../.. -I../../cdt -g -c Dynagraph.cpp  -KPIC -DPIC -o Dynagraph.o
"LGraph-cdt.h", line 252: Warning (Anachronism): Type names qualified by template parameters require "typename".
"moremath.h", line 20: Warning (Anachronism): cbrt(double) was previously declared "extern", not "inline".
"Geometry.h", line 122: Warning: r hides Rect::r.
"Geometry.h", line 125: Warning: r hides Rect::r.
"Geometry.h", line 161: Warning: b hides Rect::b.
"Geometry.h", line 164: Warning: b hides Rect::b.
"LGraph-cdt.h", line 346: Warning: parent hides LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::parent.
"Dynagraph.cpp", line 16:     Where: While instantiating "LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::LGraph(LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>*)".
"Dynagraph.cpp", line 16:     Where: Instantiated from non-template code.
"LGraph-cdt.h", line 81: Error: LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::ED2 is not accessible from LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Edge.
"Dynagraph.cpp", line 19:     Where: While specializing "LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Edge".
"Dynagraph.cpp", line 19:     Where: Specialized in non-template code.
"LGraph-cdt.h", line 95: Error: LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::ED2 is not accessible from LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Edge.
"Dynagraph.cpp", line 19:     Where: While specializing "LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Edge".
"Dynagraph.cpp", line 19:     Where: Specialized in non-template code.
"LGraph-cdt.h", line 226: Error: LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::ND2 is not accessible from LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Node.
"Dynagraph.cpp", line 19:     Where: While specializing "LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Node".
"Dynagraph.cpp", line 19:     Where: Specialized in non-template code.
"LGraph-cdt.h", line 232: Error: LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::ND2 is not accessible from LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Node.
"Dynagraph.cpp", line 19:     Where: While specializing "LGraph<GraphAttrs, NodeAttrs, EdgeAttrs, Update, Update, Update>::Node".
"Dynagraph.cpp", line 19:     Where: Specialized in non-template code.
4 Error(s) and 7 Warning(s) detected.

Comments: [erg] The dynagraph software is not officially released yet.
Owner: gcmw
Status: Inactive