Error: no member named 'error' in namespace 'tensorflow'

Hi,

I’m using bazel 5.3.1 with tensorflow 2.9.1 and when building TF, the following error occurs, from status.h:

no member named ‘error’ in namespace ‘tensorflow’.

Is it possible that the reason is that those versions of bazel and tensorflow can’t compile together?

Thanks!