kbatsos / CBMV

Welcome to the code repository of CBMV: A Coalesced Bidirectional Matching Volume for Disparity Estimation. CVPR 2018
GNU General Public License v3.0
53 stars 13 forks source link

Error about "To compile localexp for Local Expansion Moves" #5

Open rain2050 opened 5 years ago

rain2050 commented 5 years ago

@ccj5351 The error after running make, I hope to get the author's answer. Looking forward for your reply, thank you. 2019-04-12 14:37:20屏幕截图

kbatsos commented 5 years ago

Hi, @rain2050 at this screenshot we can only see warnings. Probably the error is further up your log. Can you please send a screenshot with the line that the error appears? Thank you

rain2050 commented 5 years ago

@kbatsos Thank you for your reply, I am in the error of executing this statement "cd ~/cbmv-cvpr18/cpp/localexp && mkdir build && cd build && cmake .. && make" The error I have is: Make[2]: [CMakeFiles/local_exp_stereo.dir/local_exp_stereo.cpp.o] error one Make[1]: [CMakeFiles/local_exp_stereo.dir/all] error two Make : *** [all] error two look forward to your reply. Thank you!

rain2050 commented 5 years ago

@kbatsos 2019-04-16 15:20:11屏幕截图

ccj5351 commented 5 years ago

@rain2050 Which version of OpenCV are you using? And do you do some change to the CMakeLists.txt or other files?

rain2050 commented 5 years ago

@ccj5351 Thanks for the reply, because of the opencv2 installed on my computer, then I installed opencv3 in the home, and changed the opencv path in CMakeLists.txt. Do I need to reinstall opencv3 under usr/local? Thank you, I look forward to your reply.