flutter_opengl icon indicating copy to clipboard operation
flutter_opengl copied to clipboard

Cannot compile on Linux

Open GasparPizarro opened this issue 1 year ago • 2 comments

First of all, this repo looks awesome. But I cannot compile on Linux, if I go to the example repo and

flutter run -d linux -v

I get

/usr/bin/ld: plugins/flutter_opengl/libflutter_opengl_plugin.so: undefined reference to `eglGetError'

I do have OpenGL , OpenGLES, and OpenCV installed.

Is this the right way to build it though? Would it be possible to compile just the C code?

GasparPizarro avatar Feb 23 '25 06:02 GasparPizarro