YANG-H / Panoramix

Code of my CVPR'16 paper: "Efficient 3D Room Shape Recovery From a Single Panorama."
http://cgcad.thss.tsinghua.edu.cn/yanghao/3droom/
111 stars 54 forks source link

Can not Generate build on CMake #17

Open rayhero opened 6 years ago

rayhero commented 6 years ago

Hi Yang:  I'm very impressive about your work. But I meet a problem when I try to build your project by myself. I follow your instruction to Configure and Generate the build by CMake. But I stuck on Generate model: CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_COMPILE_OBJECT CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_CREATE_STATIC_LIBRARY CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_COMPILE_OBJECT CMake Error: Error required internal CMake variable not set, cmake may not be built correctly. Missing variable is: CMAKE_C_COMPILE_OBJECT Generating done

How do I set thos variable to make Generate finish?

rayhero commented 6 years ago

I add below code to let generate can be done: set(CMAKE_C_COMPILE_OBJECT " -o -c ")

SET(CMAKE_C_CREATE_STATIC_LIBRARY " cr " " ")

now I have a build folder. How can I test your method? my build folder structure is show below: 2018-01-26 3 24 10

Please kindly help me to execute the project

psyduck04 commented 6 years ago

I have the same problem. How can I test your method?

yankesifusi commented 6 years ago

have you already cmake it? How can I test your method? my qq is 327464666