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

Add missing include path in ofxOsc's addon_config #3575

Closed
wants to merge 1 commit into from

Conversation

admsyn
Copy link
Member

@admsyn admsyn commented Jan 19, 2015

ofxOsc's addon_config didn't specify an include path of libs/oscpack/src, which is necessary for some of oscpack's internal includes. Presumably this didn't affect the PG since it adds basically all paths, but it should probably be specified anyway.

@arturoc
Copy link
Member

arturoc commented Jan 20, 2015

the way the makefiles and the PG work is that by default they include every path in libs and src recursively. if you want to do something different to that then you can specify it in the addons_config.mk that way most addons just work without any further config.

@bilderbuchi
Copy link
Member

so, close this unmerged, @arturoc ? I think I agree, since I don't remember compilation problems since we switched to that setup.

@admsyn
Copy link
Member Author

admsyn commented Jan 20, 2015

Makes sense, I misinterpreted the setting as general include paths instead of specifically external / "extra" paths.

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

Successfully merging this pull request may close these issues.

None yet

3 participants