I was trying to compile skia-test on my mingw, but get linking errors like:
Those functions seems to be declared on src/webp/mux.h. And I don't know anything else.
I am not familiar with skia and just install it using pacman -S mingw-w64-x86_64-skia (the skia version is mingw-w64-x86_64-skia-108.0.5359.95-2).
I was trying to compile skia-test on my mingw, but get linking errors like: Those functions seems to be declared on src/webp/mux.h. And I don't know anything else.
I am not familiar with skia and just install it using
pacman -S mingw-w64-x86_64-skia
(the skia version ismingw-w64-x86_64-skia-108.0.5359.95-2
).Here's my compile command:
Here's the look of the folder (I copied neccessary headers here):
How to compile it correctly ?
add repository skia-test