willamhou commented on issue #1833: URL: https://github.com/apache/incubator-brpc/issues/1833#issuecomment-1183030081
发现了新问题 1. master分支下,直接执行cmake -B build && cmake --build build -j6,会报错。  2. 当新建build目录,并将CMakeList.txt及config.h.in拷贝进build目录下,会报GFLAGS_NAMESPACE错.  3. 不使用"cmake -B build && cmake --build build -j6", 使用mkdir bld && cd bld && cmake .. && make是可以编译的 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
