getlantern / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
3.28k stars 451 forks source link

Failed to compile in Windows ARM64 environment #245

Open seflerZ opened 1 year ago

seflerZ commented 1 year ago

The errors are showing as follows:

# golang.org/x/sys/windows
..\..\go\pkg\mod\golang.org\x\sys@v0.0.0-20200515095857-1151b9dac4a9\windows\zsyscall_windows.go:2833:38: undefined: WSAData
..\..\go\pkg\mod\golang.org\x\sys@v0.0.0-20200515095857-1151b9dac4a9\windows\zsyscall_windows.go:3106:51: undefined: Servent
..\..\go\pkg\mod\golang.org\x\sys@v0.0.0-20200515095857-1151b9dac4a9\windows\zsyscall_windows.go:3120:50: undefined: Servent
..\..\go\pkg\mod\golang.org\x\sys@v0.0.0-20200515095857-1151b9dac4a9\windows\zsyscall_windows.go:3122:8: undefined: Servent

It looks like some types are not found.