Skip to content

GBM #2

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

GBM #2

wants to merge 5 commits into from

Conversation

Komal0103
Copy link

In this PR, we have added the "gbm.h" header file in the required directory.
This dependency is not present in the current repository for host and caused an error on the host while building the project.

@JDuchniewicz
Copy link
Owner

I disagree that we need to distribute this file. If we would distribute it with this repository, we would need to update it whenever a new version comes out. Why not modify the README and add instructions to install the gbm-dev package on Ubuntu for example or some other package containing this header for other distros?

@Komal0103
Copy link
Author

Yes, I agree, will update the README soon

@JDuchniewicz
Copy link
Owner

Does this build?

@Komal0103
Copy link
Author

The header in the "defines.h" file will have to be changed from "#include <gbm/gbm.h>" to "#include <gbm.h>". It does build if we do that.

@JDuchniewicz
Copy link
Owner

I am not sure if this will work on all platforms, for example on my Arch I don't have this header in /usr/bin/include but in /usr/bin/include/gbm this is however, different on beagle so this might be fine.

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