nickgillian / grt

gesture recognition toolkit
863 stars 284 forks source link

Linux build broken #19

Closed sakulstra closed 9 years ago

sakulstra commented 9 years ago

Hello, it seems like the grt-gui linux build is broken since 54ecf041c1cb25c7b7db88ef610d7ef81dbc3e52 ```

grt/gui/GRT/mainwindow.h:280: error: 'SwipeDetector' in namespace 'GRT' does not name a type GRT::SwipeDetector swipeDetector; ^ Regards, Lukas

cyberluke commented 9 years ago

Hello, yesterday I built it for Debian on both x86 and arm architecture. Can you try it again with the latest sources?

EDIT: You have to build grt first (grt/build folder) - after that you can build the gui.

nickgillian commented 9 years ago

With the current build, things are building on Ubuntu (14.04) with no errors. Can you confirm sakulstra is this is still an issue?