我使用普通的distcc(没有泵模式)来编译我的代码, 并且对于分发给主机的每个文件,将打印以下消息:
distcc[11543] (dcc_talk_to_include_server) Warning: INCLUDE_SERVER_PORT not set - did you forget to run under 'pump'?
distcc[11543] (dcc_build_somewhere) Warning: failed to get includes from include server, preprocessing locally
无论如何我可以禁用此警告吗? 我没有忘记'在泵下运行,因为我的代码包括boost头,所以无论如何都无法在我的主机上进行预处理。
答案 0 :(得分:0)
我将主机文件(~/.distcc/hosts
)从此host/8,lzo,cpp
更改为:host/8
帮助我。
lzo,cpp
。因此,似乎它正在检测服务器的能力作为支持泵模式。因此警告它应该并且可以启用。