qt安装过程中的错误

make后报错
./../../include/QtCore/../../src/corelib/thread/qatomic.h: In instantiation of ‘QAtomicPointer<T>::QAtomicPointer(T*) [with T = QByteArray]’:
../../corelib/codecs/qsimplecodec.cpp:607:74:   required from here
../../../include/QtCore/../../src/corelib/thread/qatomic.h:205:11: error: ‘init’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
  205 |     { init(t); }
      |       ~~~~^~~
../../../include/QtCore/../../src/corelib/thread/qatomic.h:205:11: note: declarations in dependent base ‘QBasicAtomicPointer<QByteArray>’ are not found by unqualified lookup
../../../include/QtCore/../../src/corelib/thread/qatomic.h:205:11: note: use ‘this->init’ instead
make[1]: *** [Makefile:3432:.obj/release-shared/qsimplecodec.o] 错误 1
make[1]: 离开目录“/home/shuo/build/qt-all-opensource-src-4.3.3/src/tools/rcc”
make: *** [Makefile:87:sub-rcc-make_default-ordered] 错误 2


我想要达到的结果