-
Notifications
You must be signed in to change notification settings - Fork 7
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 depexts to the package. #25
Comments
I'm not a dune/jbuilder expert but this workaround seems to work for now:
|
Normally the libraries are automatically configured using the Could you maybe try to give me the output of:
and if the package doesn't exist, does it maybe live under a different names (see the output of |
It seems this package doesn't exist on fedora 28:
|
Doh! It is in
|
Things are working after installing mesa-libGL-devel and then reinstalling tgls. |
Ah ! Thanks for the info. I guess the package should maybe declare depexts, though formally they are not needed to compile the package. |
Tried to get one of my projects to build on a new computer, but for some reason it failed due to not being linked to libGL. Then I tried the tgls example program "trigl4.ml" and this had the same issue:
I tried to pass "-lGL" directly and it then worked:
Relevant information:
The text was updated successfully, but these errors were encountered: