MickMake / GoSungrow

GoLang implementation to access the iSolarCloud API updated by SunGrow inverters.
https://mickmake.com/
GNU General Public License v2.0
149 stars 43 forks source link

When building the application on Windows Im getting error related to Undefined #7

Closed hdymling closed 1 year ago

hdymling commented 1 year ago

When build the code Im getting the bellow errors. Seems that the Syscall functions have changed. I know not enough to understand how to fix this. I'm running on Windows!

GoSungrow/lsgo

lsgo\ls-windows.go:59:18: undefined: syscall.Stat_t lsgo\ls-windows.go:60:17: undefined: syscall.Stat lsgo\ls-windows.go:62:43: undefined: windows.Major lsgo\ls-windows.go:63:43: undefined: windows.Minor

GoSungrow/mmGit

mmGit\gitFilesystem.go:248:22: undefined: syscall.ForkExec mmGit\gitFilesystem.go:257:19: undefined: syscall.Wait4

MickMake commented 1 year ago

I'll be rebuilding this app next week - along with support for multiple architectures.

MickMake commented 1 year ago

V2.3.0 release now has support for Windows as well as a stack more architectures.

Have fun!