xflow
xflow copied to clipboard
xflow_lr找不到
sh run_ps_local.sh
/root/xflow ./scripts/local.sh: 25: ./scripts/local.sh: Syntax error: Bad for loop variable
./scripts/local.sh: 20: ./scripts/local.sh: /root/xflow/build/test/src/xflow_lr: not found
看起来像是编译之后少了一个文件,然而cmake并没有报错
cmake ..
/root/xflow -- Found PROTOBUF Compiler: /usr/local/bin/protoc -- Configuring done Warning: Source file "/root/xflow/build/ps-lite/src/meta.pb.cc" is listed multiple times for target "pslite". -- Generating done -- Build files have been written to: /root/xflow/build
解决了吗?我也是这样