There was a problem installing in Windows #9

Closed
opened 2020-03-22 02:52:52 +00:00 by cinling · 2 comments
PS D:\workspace\pro\code\serve\backend> go get xorm.io/reverse
go: downloading xorm.io/reverse v0.0.0-20200310075438-35776e56ac62
go: xorm.io/reverse upgrade => v0.0.0-20200310075438-35776e56ac62
go: downloading github.com/spf13/cobra v0.0.5
go: downloading xorm.io/xorm v0.8.3-0.20200310061142-2f95c750c348
go: downloading github.com/gobwas/glob v0.2.3
go: downloading gitea.com/lunny/log v0.0.0-20190322053110-01b5df579c4e
go: downloading github.com/inconshreveable/mousetrap v1.0.0
go: downloading github.com/spf13/pflag v1.0.3
go: downloading github.com/syndtr/goleveldb v1.0.0
# github.com/mattn/go-sqlite3
exec: "gcc": executable file not found in %PATH%
PS D:\workspace\pro\code\serve\backend>
PS D:\workspace\pro\code\serve\backend> go get xorm.io/reverse go: downloading xorm.io/reverse v0.0.0-20200310075438-35776e56ac62 go: xorm.io/reverse upgrade => v0.0.0-20200310075438-35776e56ac62 go: downloading github.com/spf13/cobra v0.0.5 go: downloading xorm.io/xorm v0.8.3-0.20200310061142-2f95c750c348 go: downloading github.com/gobwas/glob v0.2.3 go: downloading gitea.com/lunny/log v0.0.0-20190322053110-01b5df579c4e go: downloading github.com/inconshreveable/mousetrap v1.0.0 go: downloading github.com/spf13/pflag v1.0.3 go: downloading github.com/syndtr/goleveldb v1.0.0 # github.com/mattn/go-sqlite3 exec: "gcc": executable file not found in %PATH% PS D:\workspace\pro\code\serve\backend>
Owner

Since we haven't release any version. Please install a gcc compiler. For windows, you could download tdm-gcc .

Since we haven't release any version. Please install a gcc compiler. For windows, you could download tdm-gcc .
lunny added the
question
label 2020-03-22 05:42:23 +00:00
Owner

And you can also download the binary from releases.

And you can also download the binary from releases.
lunny closed this issue 2020-12-21 08:11:55 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/reverse#9
No description provided.