darion-yaphet commented on PR #3506: URL: https://github.com/apache/brpc/pull/3506#issuecomment-5492132690
> Could the mixed directories of the generated *.pb.h files be caused by using both brpc_config.sh and CMake to build the project? Yes. config_brpc.sh configures the Make-based build, which generates protobuf files in the source tree, while CMake generates them in the CMake build directory and copies public headers to build/output/include. Running both build systems in the same checkout can therefore leave generated *.pb.h files in multiple directories. CMake accounts for this by prioritizing build-directory headers, but a clean rebuild using only one build system is recommended. -- 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]
