kylemcdonald / ofxCv

Alternative approach to interfacing with OpenCv from openFrameworks.
Other
657 stars 276 forks source link

Compilation error when building against X11 (Linux) #216

Open aroman opened 7 years ago

aroman commented 7 years ago

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

baydam commented 7 years ago

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"