mpc icon indicating copy to clipboard operation
mpc copied to clipboard

dependency errors issue

Open Meiye-lj opened this issue 1 year ago • 9 comments

Hi,

We recently conducted a study to detect build dependency errors, focusing on missing dependencies and redundant dependencies. A missing dependency (MD) is a dependency that is not declared in the build script and a redundant dependency(RD) is a dependency that is declared in the build script that is not actually used. We have detected the following dependency errors in your public projects. Could you please help us to check these dependency errors?

MS 0['/home/lv/WorkSpace/vmake_experiment/mpc-master/build/mpc.o---libmpc.a']

RD 0['build---examples/tree_traversal'] 1['build---examples/line_reader'] 2['build---examples/smallc'] 3['build---examples/foobar'] 4['build---examples/maths'] 5['build---examples/lispy'] 6['build---examples/doge'] 7['build---test-file'] 8['build---libmpc.so'] 9['mpc.c---libmpc.a'] 10['mpc.h---libmpc.a']

Meiye-lj avatar Dec 09 '22 05:12 Meiye-lj