nickgillian / grt

gesture recognition toolkit
861 stars 284 forks source link

Problem compiling project on Xcode #71

Open lohyenjeong opened 8 years ago

lohyenjeong commented 8 years ago

Hi

This is probably a rather basic question but I am just starting out with C++ on Xcode and would rather appreciate your help.

I have uploaded followed your instructions on http://www.nickgillian.com/wiki/pmwiki.php/GRT/Install#Xcode to try out your DTW example. The screenshot of the completed setup is seen here: screen shot 2016-07-02 at 2 49 38 am

However, when I tried to build the project, I received 16 errors, each stating there are undefined symbols for architecture x86_64.

screen shot 2016-07-02 at 2 53 29 am

Do you know what is the reason behind that? Any help will be very much appreciated. Thank you!

lohyenjeong commented 8 years ago

Hi

I have since tried this programme on Netbeans instead and has encountered no issues. Thank you.