Sorry if I am causing too much trouble but everything seems fine from running the above commands mrrobot@mrrobot:~/Desktop/qpid-proton/build$ ls ../cpp/src/container_test.cpp ../cpp/src/container_test.cpp mrrobot@mrrobot:~/Desktop/qpid-proton/build$ git status On branch main Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean On Thu, Apr 8, 2021 at 2:49 PM Jiri Daněk <jda...@redhat.com> wrote: > On Thu, Apr 8, 2021 at 11:11 AM mehaboob shariff <mehaboob...@gmail.com> > 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 >