ofxCv icon indicating copy to clipboard operation
ofxCv copied to clipboard

Compilation error when building against X11 (Linux)

Open aroman opened this issue 7 years ago • 1 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

aroman avatar Mar 25 '17 18:03 aroman

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"

baydam avatar Jul 22 '17 04:07 baydam