kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation error when building against X11 (Linux)

aroman opened this issue · comments

Just wanted to open an issue to track the problems a number of people are having using ofxCv under Linux(X11):

https://forum.openframeworks.cc/t/ofxcv-macro-error-on-x11/26022

Hi,
You just need include "ofxCv.h" on the top of the includes list in src/ofApp.h just like that

#include "ofxCv.h"
#include "ofMain.h"
#include "ofxGui.h"