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

ofxOsc (and similarly structured addons -- no include dir) fail to compile w/o adding src to header search paths. #38

Open
bakercp opened this issue Jul 25, 2015 · 2 comments

Comments

@bakercp
Copy link
Member

bakercp commented Jul 25, 2015

Hey there ... maybe I'm doing it wrong, but for whatever reason when I add ofxOsc via OFPlugin, compilation fails because the oscpack headers (which, unfortunately are in its src folder) are not in the header search paths. I'm not sure what the solution is (other than conditionally add the src folder if no 3rd party include folder is found). Anyway, again, maybe I'm using it wrong, but if not, I wanted to note that here. Thanks for all of your work on this supertool @admsyn.

@admsyn
Copy link
Member

admsyn commented Jul 25, 2015

Hey @bakercp, yeah ofxOsc is a bit of a confounding case for OFPlugin's header path logic. I haven't really had the heart to change the logic to "add all paths as include paths", but maybe that's the right way to go (or maybe just as a special case for ofxOsc).

Related #28 openframeworks/openFrameworks#3575 #27

@bakercp
Copy link
Member Author

bakercp commented Jul 25, 2015

Oops, should have searched closed issues :) yeah not sure what the best to do it is. As a core add-on, an exception may be justified.

@bakercp bakercp changed the title ofxOsc ofxOsc (and similarly structured addons -- no include dir) fail to compile w/o adding src to header search paths. Jul 25, 2015
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