1>d:\cocos\cocos\frameworks\cocos2d-x-3.4rc1\tools\simulator\libsimulator\lib\runtime\protos.pb.h(17): fatal error C1060: 编译器的堆空间不足 (…\Classes\ide-support\RuntimeLuaImpl.cpp)
引擎自带的protobuf版本是2.5.0的
#if 2005000 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
protos.pb.h这里直接就编译不过。
请问引擎可以使用2.6.0版本的protobuf吗?
我们没有// source: Protos.proto文件