[ERROR]
A second ELSE directive is detected in a conditional block.
IFEQ (defineConst)
...
ELSE
...
ELSE
...
ENDIF
Remove the superfluous ELSE directive.
IFEQ (defineConst)
...
ELSE
...
ENDIF