HKUST-Aerial-Robotics / VINS-Mobile

Monocular Visual-Inertial State Estimator on Mobile Phones
GNU General Public License v3.0
1.28k stars 525 forks source link

No viable overloaded '=' #56

Closed HungYaTsai closed 7 years ago

HungYaTsai commented 7 years ago

Got an error in ViewController.m

if (!feature_tracker) feature_tracker = new FeatureTracker();

error message: no viable overloaded '='

Build on Xcode 9.0 Beta and ios 11

Do you think it might be the compatible problem?

PeiliangLi commented 7 years ago

Actually, I have tested VINS-Mobile with Xcode 9.0 beta and iOS 11, but didn't meet the compile problem. It should be ViewController.mm, have you changed the suffix?

HungYaTsai commented 7 years ago

Thanks for the quick response, yeah its ViewController.mm, I didnt change anything.

But since I already have boost, I didn`t do the following step:

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install boost

do you think it might be the problem?

HungYaTsai commented 7 years ago

It works now, thanks again for your help