rpng / calc

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

make error #18

Closed Leontree closed 4 years ago

Leontree commented 5 years ago

Hi, nate. When compile:

make[2]: No rule to make target 'src/googletest-build/googlemock/gtest/libgtest.a', needed by 'deeplcd-test'。 停止。 CMakeFiles/Makefile2:211: recipe for target 'CMakeFiles/deeplcd-test.dir/all' failed make[1]: [CMakeFiles/deeplcd-test.dir/all] Error 2 Makefile:94: recipe for target 'all' failed make: *** [all] Error 2

Do you know how to deal with this issue??

nmerrill67 commented 5 years ago

Yes the gtest repo changed their code so that my method of compiling against the current repo fails. I do not have a good fix for this yet, but all of the code besides the unit tests will still work. If you do not want to see the error simply set the BUILD_TESTS cmake option to off when compiling for now until I can fix the unit test compiling.

Leontree commented 5 years ago

Yes the gtest repo changed their code so that my method of compiling against the current repo fails. I do not have a good fix for this yet, but all of the code besides the unit tests will still work. If you do not want to see the error simply set the BUILD_TESTS cmake option to off when compiling for now until I can fix the unit test compiling.

Thanks a lot ! Nate, have a nice day :D

nmerrill67 commented 4 years ago

I fixed it by forking an older gtest.