rpng / calc

Convolutional Autoencoder for Loop Closure
BSD 3-Clause "New" or "Revised" License
190 stars 45 forks source link

When I execute cmake .. && make in the build folder of DeepLCD I get the following error #28

Closed MareSorin-Alexandru closed 3 years ago

MareSorin-Alexandru commented 4 years ago

I installed everything laid out in the DeepLCD README.md and even tried installing gtest manually, but this persists.

image

nmerrill67 commented 4 years ago

It seems that you are not building it from within the build directory. This could at least explain the cp errors. You should run cmake .. from within DeepLCD/build.

MareSorin-Alexandru commented 4 years ago

My bad, it seems I have uploaded the wrong Screenshot. Thank you for pointing out my mistake @nmerrill67 .

I think this was from a time I ran "cmake . && make" in the Deep LCD folder itself.

If I try to run the original command "cmake .. && make" in the DeepLCD folder I get the following message; image

This is a screenshot of the actual issue, image

nmerrill67 commented 4 years ago

Do you have git installed? It seems like that is (one of) the error(s) there.