Issue when building vikunja on Windows 11

Because my antivirus complains about the downloadable binary for Windows 11, I decided to try to build Vikunja from source (v1.0.0) instead - still on Windows 11.

Following the process described here, I got the entire build process up and running to the point where it creates a MyApp file.

After renaming MyApp to vikunja.exe and making sure I had a config.yml which sets the publicurl parameter I can run the executable to a point where I gives me the following error message:

level=ERROR msg="Migration failed: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub"

I’m definitely out of my league here, but have I overlooked something somewhere?

1 Like