Bruno Bigras
Bruno Bigras
I wonder if the [syntect](https://github.com/trishume/syntect) Rust library could be used for this. It should be pretty fast and light. I think you can use a .so in Android apps. Or...
Any progress on this?
Should this be fixed since the PR was reverted?
I'll take a look at it.
It seems librespot will have to support 0.3 first. https://github.com/librespot-org/librespot/issues/533
I won't be able to use msys2 since it doesn't support Windows XP anymore.
I also have this problem with ImageMagick-6.9.6-Q16 and gcc 5.3.0.
``` set CGO_CFLAGS=-I C:/ImageMagick-6.9.6-Q16/include set CGO_LDFLAGS=-LC:/ImageMagick-6.9.6-Q16/lib C:\dev\imagick\imagick>go test -tags no_pkgconfig # _/C_/dev/imagick/imagick inconsistent definitions for C.ssize_t FAIL _/C_/dev/imagick/imagick [build failed] ``` - ImageMagick-6.9.6-Q16 - go version go1.8 windows/386 - imagick...
Any progress on this?
@Mic92 it's a copy/paste from https://github.com/numtide/devshell/blob/84f1493776f44960e329f21843ffad1686b6c7a3/extra/language/c.nix btw.