-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I tested the latest stable and the repository version, but on Manjaro linux and Ubuntu 20.04. Dunring the make session i get:
spectrogram.c: In function ‘__spectrogram_ready’:
spectrogram.c:219:5: error: ‘TextureNode’ undeclared (first use in this function); did you mean ‘texture_node’?
219 | ((TextureNode*)((AGlActor*)area->scene)->children->data)->texture = self->priv->textures[0];
| ^~~~~~~~~~~
| texture_node
spectrogram.c:219:5: note: each undeclared identifier is reported only once for each function it appears in
spectrogram.c:219:17: error: expected expression before ‘)’ token
219 | ((TextureNode*)((AGlActor*)area->scene)->children->data)->texture = self->priv->textures[0];
| ^
make[3]: *** [Makefile:471: spectrogram.lo] Error 1
make[3]: Leaving directory '/home/kami/.local/share/Trash/files/samplecat-master/src/panels'
make[2]: *** [Makefile:734: all-recursive] Error 1
make[2]: Leaving directory '/home/kami/.local/share/Trash/files/samplecat-master/src'
make[1]: *** [Makefile:556: all-recursive] Error 1
make[1]: Leaving directory '/home/kami/.local/share/Trash/files/samplecat-master'
make: *** [Makefile:445: all] Error 2