matrix-org / dendrite

Dendrite is a second-generation Matrix homeserver written in Go!
https://matrix-org.github.io/dendrite/
Apache License 2.0
5.67k stars 664 forks source link

Build failed on Windows (logrus/syslog) #1980

Closed NikitaPuzyryov closed 2 years ago

NikitaPuzyryov commented 3 years ago

Background information

Description

The following error is thrown when trying to build Dendrite on Windows 10:

> go build .\cmd\dendrite-demo-pinecone
package github.com/matrix-org/dendrite/cmd/dendrite-demo-pinecone
        imports github.com/matrix-org/dendrite/appservice
        imports github.com/matrix-org/dendrite/appservice/api
        imports github.com/matrix-org/dendrite/userapi/storage/accounts
        imports github.com/matrix-org/dendrite/internal
        imports github.com/sirupsen/logrus/hooks/syslog: build constraints exclude all Go files in <snip>\go\pkg\mod\github.com\sirupsen\logrus@v1.8.1\hooks\syslog
alexfca commented 3 years ago

We received the same error when attempting to compile/run the latest (0.5.0) version on Windows as well. Just flagging so I am notified of any updates, and thanks @NikitaPuzyryov for logging