Uros Bizjak <ubiz...@gmail.com> writes: > This still doesn't fix the build for alpha due to extra struct. From > sysinfo.go: > > type Timespec struct { Sec Timespec_sec_t; Nsec Timespec_nsec_t; } > type Stat_t struct { Dev uint64; Ino uint64; Rdev uint64; Size int64; > Blocks uint64; Mode uint32; Uid uint32; Gid uint32; Blksize uint32; > Nlink uint32; __pad0 int32; Go0 struct { Atime Timespec; }; Go1 struct > { Mtime Timespec; }; Go2 struct { Ctime Timespec; }; __unused > [2+1]int64; }
> Is there a solution for this problem? I haven't fixed it yet but I think the way to fix it is to edit mksysinfo.sh to strip out the unexpected structs. Ian