kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile errors for project Footfall "error: 'glm' does not name a type"

FelixEder opened this issue · comments

I have a problem with the project Footfall (https://github.com/WatershedArts/Footfall) that uses ofxCv.

I'm using a Raspberry Pi 3 Model B with Raspbian Jessie and using the OpenFrameWorks 0.9.8 as well as ofxCv stable branch.

When I try to compile it, I get the error "error: 'glm' does not name a type". I get this at least 20 times during one compilation.

What is the cause of this and how can I solve the issue?

I got an answer from an issue that I created in the Footfall repo, so this issue can be closed.
Link to issue in question: WatershedArts/Footfall#82