When compiling the ebuild fails: /var/tmp/portage/sci-electronics/kicad-7.0.6-r2/work/kicad-7.0.6/common/./gal/opengl/antialiasing.h:133:9: error: ‘GLint’ does not name a type 133 | GLint pass_2_metrics; | ^~~~~ Reproducible: Always Actual Results: Compiler errors Expected Results: No compiler errors
Created attachment 868179 [details] Build Log
Please include emerge --info.
Created attachment 868203 [details] emerge --info
I have the same bug
I think this is related to the issue in https://bugs.gentoo.org/911120. The key error message is: "error: #error "KICAD_USE_EGL must be defined since wxWidgets has been compiled with the EGL canvas" What is the version of x11-libs/wxGTK on your system? I assume you are using a stable version, that was still built with EGL, but you've pulled in the testing version of KiCad, which was tested against the testing versin of wxGTK which is GLX based. I'll merge this bug into the previous one, and will reopen that one to keep all the discussions in one place. *** This bug has been marked as a duplicate of bug 911120 ***