gen2brain / go-fitz

Golang wrapper for the MuPDF Fitz library
GNU Affero General Public License v3.0
369 stars 87 forks source link

fitz is not importing correctly #104

Closed Axibord closed 3 months ago

Axibord commented 3 months ago

image

The import seem to be broken, i have no idea why, i tried with different environments.

I'm on Windows 11 and not using WSL

gen2brain commented 3 months ago

You are either missing a C compiler or trying to compile with CGO_ENABLED=0.

Axibord commented 3 months ago

You are either missing a C compiler or trying to compile with CGO_ENABLED=0.

Thanks, it worked, you were right! Even the autocomplete was not working, I'm new to Golang that's why I guess.