In DataVector.h I commented out row 47:
DataVector(const DataVector& vector);
and in Component.h I commented out row 110:
Component( const Component& c );
and in Schematic.h I commented out row 95:
Schematic( cons Schematic& );
in order to be able to compile ViPEC.
Environment:
cygwin
gcc 3.4.4
qt3.