list the dependencies with links to their web sites, or better the commands needed to install the dev packaes, EG: for ubuntu as you did for the other issue.
I believe it would make it easier to build and use
cc src/pixelhopper.c -x none -fwrapv -fno-strict-aliasing -s -pthread -lX11 -lXi -lXcursor -ldl -lGL -lm -o pixelhopper
In file included from src/pixelhopper.c:154:
src/libs/headers/sokol_app.h:1662:20: error: unknown type name ‘Display’
1662 | SOKOL_APP_API_DECL Display* sapp_x11_get_display(void);
| ^~~~~~~
src/libs/headers/sokol_app.h:12409:25: error: conflicting types for ‘sapp_x11_get_display’; have ‘Display *(void)’
12409 | SOKOL_APP_IMPL Display* sapp_x11_get_display(void) {
| ^~~~~~~~~~~~~~~~~~~~
src/libs/headers/sokol_app.h:1662:29: note: previous declaration of ‘sapp_x11_get_display’ with type ‘int *(void)’
1662 | SOKOL_APP_API_DECL Display* sapp_x11_get_display(void);
| ^~~~~~~~~~~~~~~~~~~~
make: *** [Makefile:7: all] Error 1
list the dependencies with links to their web sites, or better the commands needed to install the dev packaes, EG: for ubuntu as you did for the other issue.
I believe it would make it easier to build and use