I am trying to compile hashit on SmartOS, based on illumos, since pkgsrc lacks such tool.
But I get:
# go install
# modernc.org/libc
vendor/modernc.org/libc/libc_unix.go:1311:34: (*ctime.Tm)(unsafe.Pointer(tm)).Ftm_gmtoff undefined (type *"modernc.org/libc/time".Tm has no field or method Ftm_gmtoff)
vendor/modernc.org/libc/libc_unix.go:1312:34: (*ctime.Tm)(unsafe.Pointer(tm)).Ftm_zone undefined (type *"modernc.org/libc/time".Tm has no field or method Ftm_zone)
I have been successfully compiling other go apps on SmartOS.
Is there anything I can do to compile it?
Thank you for considering this.
I am trying to compile
hashiton SmartOS, based on illumos, sincepkgsrclacks such tool.But I get:
I have been successfully compiling other go apps on SmartOS.
Is there anything I can do to compile it?
Thank you for considering this.