AIX Build fails
Hi, I am trying to build syncthing -1.23.0 on AIX 7.2 with golang 1.18
Getting the below error
go run build.go Notice: Next generation GUI will not be built; see --with-next-gen-gui. github.com/syndtr/goleveldb/leveldb/storage github.com/syncthing/syncthing/lib/fs
github.com/syndtr/goleveldb/leveldb/storage
/go/pkg/mod/github.com/syndtr/[email protected]/leveldb/storage/file_storage.go:107:16: undefined: newFileLock /go/pkg/mod/github.com/syndtr/[email protected]/leveldb/storage/file_storage.go:195:13: undefined: rename /go/pkg/mod/github.com/syndtr/[email protected]/leveldb/storage/file_storage.go:274:12: undefined: rename /go/pkg/mod/github.com/syndtr/[email protected]/leveldb/storage/file_storage.go:279:12: undefined: syncDir /go/pkg/mod/github.com/syndtr/[email protected]/leveldb/storage/file_storage.go:562:9: undefined: rename /go/pkg/mod/github.com/syndtr/[email protected]/leveldb/storage/file_storage.go:598:13: undefined: syncDir
github.com/syncthing/syncthing/lib/fs
lib/fs/basicfs_xattr_unix.go:28:16: undefined: listXattr lib/fs/basicfs_xattr_unix.go:71:20: undefined: unix.Lgetxattr lib/fs/basicfs_xattr_unix.go:75:20: undefined: unix.Lgetxattr lib/fs/basicfs_xattr_unix.go:82:20: undefined: unix.Lgetxattr lib/fs/basicfs_xattr_unix.go:115:19: undefined: unix.Lremovexattr lib/fs/basicfs_xattr_unix.go:126:18: undefined: unix.Lsetxattr exit status 2 exit status 1
I am not able to compile it on windows or mac os for aix.
Thanks and Regards Radhakrishnan