Open ddscharfe opened 6 days ago
Another problem under linux is that skija requires GLIBC 2.29. This is not available e.g. under Red Hat 8. I wasn't able to build skija there, yet, because I am running into:
symbol lookup error: /tmp/skija_8820626346737/libskija.so: undefined symbol: FT_Palette_Data_Get
When starting the control example (
org.eclipse.swt.examples.controlexample
) the JVM crashes:The crash seems to occur in
org.eclipse.swt.accessibility.Accessible::Accessible(Control control)
: