cocos2d / cocos2d-x

Cocos2d-x is a suite of open-source, cross-platform, game-development tools utilized by millions of developers across the globe. Its core has evolved to serve as the foundation for Cocos Creator 1.x & 2.x.
https://www.cocos.com/en/cocos2d-x
18.02k stars 7.05k forks source link

Build Error #20798

Open Heinrich-XIAO opened 2 weeks ago

Heinrich-XIAO commented 2 weeks ago

Steps to Reproduce:

  1. Download the zip file.
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make (this is where the the error is)
In file included from /home/heinrichxiao/Downloads/cocos2d-x-3.17.2/external/recast/../json/document-wrapper.h:13,
                 from /home/heinrichxiao/Downloads/cocos2d-x-3.17.2/cocos/3d/CCBundle3D.h:32,
                 from /home/heinrichxiao/Downloads/cocos2d-x-3.17.2/cocos/3d/CCAnimation3D.cpp:27:
/home/heinrichxiao/Downloads/cocos2d-x-3.17.2/external/recast/../json/document.h: In member function ‘rapidjson::GenericStringRef<CharType>& rapidjson::GenericStringRef<CharType>::operator=(const rapidjson::GenericStringRef<CharType>&)’:
/home/heinrichxiao/Downloads/cocos2d-x-3.17.2/external/recast/../json/document.h:319:82: error: assignment of read-only member ‘rapidjson::GenericStringRef<CharType>::length’
  319 |     GenericStringRef& operator=(const GenericStringRef& rhs) { s = rhs.s; length = rhs.length; }
      |                                                                           ~~~~~~~^~~~~~~~~~~~
make[2]: *** [engine/cocos/core/CMakeFiles/cocos2d.dir/build.make:1112: engine/cocos/core/CMakeFiles/cocos2d.dir/3d/CCAnimation3D.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:718: engine/cocos/core/CMakeFiles/cocos2d.dir/all] Error 2
make: *** [Makefile:91: all] Error 2