Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation error when building against X11 (Linux) #216

Open
aroman opened this issue Mar 25, 2017 · 1 comment
Open

Compilation error when building against X11 (Linux) #216

aroman opened this issue Mar 25, 2017 · 1 comment

Comments

@aroman
Copy link

aroman commented Mar 25, 2017

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
Copy link

baydam commented Jul 22, 2017

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants