h2non / bimg

Go package for fast high-level image processing powered by libvips C library
https://pkg.go.dev/github.com/h2non/bimg?tab=doc
MIT License
2.65k stars 337 forks source link

How to use package with clang compiler? #437

Open Rusinas opened 1 year ago

Rusinas commented 1 year ago

I have clang installed and available in PATH, but when I try to build my project, I get this error:

# github.com/h2non/bimg
cgo: C compiler "gcc" not found: exec: "gcc": executable file not found in %PATH%

How to make it work with clang?

Rusinas commented 1 year ago

I tried gcc, but I got another errors (sorry, unimplemented: 64-bit mode not compiled)