Need to fix the step() method in the example plugin and check back into repository.(line 479): CURRENTLYif(!proceed(_model->getStep(s))) return(0);SHOULD BEif(!proceed(stepNumber)) return(0); Then the example plugin compiles and executes.Tim