-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error compiling 0.3.1 version #59
Comments
Hi I haven't tried on Manjaro, but it normally compiles fine on Ubuntu 20. I sounds like the submodules may be out of sync. I don't suppose doing Alternatively you could try (not tested):
That will cause the submodules to be re-fetched. Please use the latest git version, as this is better tested. Thanks |
Hi I have created a new release. This tarball builds ok here on Ubuntu 20: Regards |
Hi I tried the last 3.2 tar archive on Manjaro and it works! Thank you!!! |
I tried it on Ubuntu 20, it works but there are some differences with respect to manjaro. On Manjaro every aspect works fine, but on my Ubuntu no. |
Thanks for the feedback. Please can you tell me what graphics hardware are on these two systems. Are you using Mesa drivers, or something different? Cheers |
sorry, I change my OS, now i dont' use ubuntu but arch... please see isue #60 . |
Unfortunately I don't have any NVIDIA hardware. I have an OpenGL 4 version that is part of the ongoing port to Gtk-4, which could possibly help. It will be a few weeks before this is ready. |
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
The text was updated successfully, but these errors were encountered: