Robert Sundling
Robert Sundling
I had this same problem when I compiled the example code with the libmsgpack-dev package from Ubuntu 20.04 LTS installed, which apparently provides an incompatible version of msgpack. After I...
In order for this to work with Ahead of Time compilation (`--aot` in angular-cli, such as `ng build --prod` or `ng build --aot`), it is also necessary to add this...
I noticed some compiler warnings when testing this PR with GCC. I've fixed these warnings in my fork at: https://github.com/RobertSundling/SDL_ttf/tree/fix-pr506-compiler-warnings Feel free to incorporate these fixes into this PR if...