'identifier' : not a function
The given identifier was not declared as a function but was used as a function.
The following example in C generates this error:
int i, j; j = i(); // error, i is not a function