martinruenz / co-fusion

Co-Fusion: Real-time Segmentation, Tracking and Fusion of Multiple Objects
http://visual.cs.ucl.ac.uk/pubs/cofusion/index.html
GNU General Public License v3.0
495 stars 131 forks source link

build error on Co-Fusion part #12

Closed YanhaoZhang closed 5 years ago

YanhaoZhang commented 5 years ago

Hi I followed the install.sh file to build co-fusion. However on the final part, when running make -j8, I met this error: image

May I ask you some advice on that? I am using ubuntu14, the cuda version is 8.0. For other packages, I just follow install.sh file. Many thanks.

Cheers, Yanhao

mylxiaoyi commented 5 years ago

maybe you need to update pangolin to the newest version.

zss1995 commented 5 years ago

Hi I followed the install.sh file to build co-fusion. However on the final part, when running make -j8, I met this error: image

May I ask you some advice on that? I am using ubuntu14, the cuda version is 8.0. For other packages, I just follow install.sh file. Many thanks.

Cheers, Yanhao

Hello, I have met the same question as you, have you solved it, could you please give some advice?

martinruenz commented 5 years ago

frustrum was renamed to frustum in Pangolin as there was a typo. Your Co-Fusion / Pangolin versions seem to be out of sync. Are you using the latest for both?

I'll close this issue now, assuming that it is fixed by updating the codebase. But please let me know in case the issue persists!