On Thu, Apr 8, 2021 at 11:11 AM mehaboob shariff <[email protected]> wrote:
> Scanning dependencies of target container_test > make[2]: Leaving directory '/home/mrrobot/Desktop/qpid-proton/build' > make -f cpp/CMakeFiles/container_test.dir/build.make > cpp/CMakeFiles/container_test.dir/build > make[2]: Entering directory '/home/mrrobot/Desktop/qpid-proton/build' > make[2]: *** No rule to make target '../cpp/src/container_test.cpp', needed > by 'cpp/CMakeFiles/container_test.dir/src/container_test.cpp.o'. Stop. > If I cd to the same directory on my machine (well, the corresponding directory, actually), I see the container_test.cpp right where it should be % pwd /home/jdanek/repos/qpid/qpid-proton/build % ls ../cpp/src/container_test.cpp ../cpp/src/container_test.cpp Is it missing for you? What does `git status` print? It should say pretty much nothing, only that you are on branch main and that there is untracked directory build, pretty much. It should not say that any tracked files are deleted, or so on -- Mit freundlichen Grüßen / Kind regards Jiri Daněk
