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

Fixing include subdirectories to work with plugins. #9

Merged
merged 2 commits into from
Feb 4, 2016

Conversation

jvarley
Copy link
Member

@jvarley jvarley commented Jan 12, 2016

The original line works fine for graspit, but if a plugin uses a header file from a subdirectory such as EGPlanner, then the include for header files in the main include directory will fail from within the subdirectory header.

Ex:
include/
A.h
EGPlanner/B.h

If a plugin uses B.h which has the line "include 'A.h'" FAIL
If a plugin uses B.h which has the line "include 'include/A.h'" SUCCESS

Either will work for graspit without any plugins.

@jvarley jvarley mentioned this pull request Jan 29, 2016
mateiciocarlie added a commit that referenced this pull request Feb 4, 2016
Fixing include subdirectories to work with plugins.
@mateiciocarlie mateiciocarlie merged commit 4c02925 into graspit-simulator:master Feb 4, 2016
@jvarley jvarley deleted the fixing_includes branch May 18, 2016 18:42
@disdaining disdaining mentioned this pull request Aug 23, 2017
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.

2 participants