DavidEGrayson / ahrs-visualizer

Draws a 3D representation of an IMU's orientation. Developed for Raspberry Pi and OpenGL ES. Works with minimu9-ahrs.
Other
49 stars 11 forks source link

make fatal error #11

Open RandalMAymond opened 1 year ago

RandalMAymond commented 1 year ago

When I run the make command, I'm given this fatal error. Where did I go wrong? 2022-11-25-190426_1920x1080_scrot

DavidEGrayson commented 1 year ago

Thanks. I started looking into this and was able to get past that error with sudo apt install libgles-dev. But then I get an error about EGL_DISPMANX_WINDOW_T not being defined.

This code was developed back in 2012 on a 32-bit Raspberry Pi but something must have changed due to the passage of time or switching to 64-bit.

DavidEGrayson commented 1 year ago

I was unable to get an answer about this on Stack Exchange:

https://raspberrypi.stackexchange.com/questions/140340/opengl-on-a-64-bit-raspberry-pi-4-without-x

Maybe we just have to give up on the idea of displaying 3D graphics without X. Maybe I should make this program use Qt so it's cross-platform.