Gauthier

Results 704 comments of Gauthier

I have been working on that and managed to get some results. I have looked at how https://github.com/xerial/sqlite-jdbc does the cross-compilation for multiple OS and Architectures. It uses https://github.com/dockcross/dockcross mostly....

I found out why my Mac libraries where failing tests. I am using Mac 10.15, and there's a special parameter to use in cmake to compile for older version (there's...

After another day of work, i managed to fix the cross-compilation using Docker for both Windows and Mac. The good news is that the Mac SDK in the docker image...

yes, see [here](https://github.com/sejda-pdf/webp-imageio/pull/6#issuecomment-852560921)

Most likely because the container is running on Alpine, which uses musl instead of libc. The included binary in this lib is only compiled for libc, not musl. Switching to...

How does this address #6? Did you meant #7?

For which OS? If you're looking for Linux, it's available in my fork https://github.com/sejda-pdf/webp-imageio/pull/6#issuecomment-852560921

You may be interested in https://github.com/gotson/NightMonkeys then 😉

You may want to check this out https://github.com/gotson/webp-imageio/pull/1

There might be a few things to leave out, I had to change the maven setup to make it work on my machine. I don't have a toolchain installed so...