dtmoodie / EagleEye

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleConsole compilation fail

Essarelle opened this issue · comments

Compilation of SimpleConsole fails and throws error:

/home/ubuntu/EagleEye/samples/SimpleConsole/SimpleConsole.cpp: In function 'int main(int, char**)':
/home/ubuntu/EagleEye/samples/SimpleConsole/SimpleConsole.cpp:1579:9: error: 'Cleanup' is not a member of 'mo::ThreadSpecificQueue'
mo::ThreadSpecificQueue::Cleanup();
^

On Jetson TX1 using master branch

It does build on x86 with ubuntu though, which is strange

That function was added to meta object recently. It may be that meta object was not correctly updated. Try manually updating it.