Hi,
ich bin SGI-Neuling. Das mal vorab.
Ich sitze an einer Onyx2 und möchte ein Programm kompilieren. Ich bekomme folgende Fehlermeldung:
cc-3345 CC: ERROR File = .../triple.h, Line = 25
"vector" is not a template.
class Triple : public vector<T>
^
cc-1235 CC: ERROR File = .../triple.h, Line = 25
The indicated variable is not a class or structure name.
class Triple : public vector<T>
^
cc-3345 CC: ERROR File = .../hvs_datapool.h, Line = 54
"list" is not a template.
typedef list<QString> DependencyListType ;
^
Damit kann ich nichts anfangen. Hat jemand eine Idee, was das sein könnte?
Auf einer "gewöhnlichen" Maschine mit Linux und dem gcc kompiliert der Code ohne Warning durch.
Gruss, K.B.