Vasiliy Tereshkov
Vasiliy Tereshkov
``` error: /playground_main.um (9, 12): Unknown identifier std ``` _Originally posted by @vtereshkov in https://github.com/marekmaskarinec/tophat/issues/172#issuecomment-2026094259_
``` src/input.c:4:10: fatal error: Xinput.h: No such file or directory /usr/bin/x86_64-w64-mingw32-ld: /tmp/ccM0poW0.o:input.c:(.text+0x2a3): undefined reference to `XInputGetState' /usr/bin/x86_64-w64-mingw32-ld: /tmp/ccM0poW0.o:input.c:(.text+0x329): undefined reference to `XInputSetState' ```

At least the `mip_level` and `dpi_scale` issues can be fixed easily. ``` src/image.c: In function ‘th_image_get_data’: src/image.c:84:7: warning: ‘glBindTexture’ redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] 84 | void...
Despite the fact that https://github.com/floooh/sokol/issues/822 is now closed, it has not resolved our problems with the moving rectangle example in the web playground: 1. When I build tophat with the...

``` vtereshkov@Vasiliy-Acer:~/xcc$ sudo make test make CC=../xcc -C libsrc make[1]: Entering directory '/home/vtereshkov/xcc/libsrc' make[1]: Nothing to be done for 'libs'. make[1]: Leaving directory '/home/vtereshkov/xcc/libsrc' make -C tests clean && make...