The function getInterruptedPin triggers an error while compiling.
The error is in PinChangeInt.h:61, where the define links the function to a function of PCintPort, wich doesn't exist.
The define now is like this
#define getInterruptedPin() PCintPort::getArduinoPin()
But should be like this
#define getInterruptedPin() PCintPort::arduinoPin