Hi,

In gui2/library.c at line 7215 we have: shown = 1;
(variable is not used)

Adding int shown = 0; in line 7181 solves compilation error.

Hélio