-
Notifications
You must be signed in to change notification settings - Fork 53
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
graphql_ppx does not support OpenBSD/adJ #230
Comments
It can probably use the same executable as Linux. Can you see if that works? |
I thought there was some compatibility layer on BSD so that ELF binaries would work there. If that doesn't work, you might need to compile the ppx yourself. |
In OpenBSD/adJ there is not. I would like to compile ppx by myself. One question, the instructions to compile are https://beta.graphql-ppx.com/docs/contributing/ ? If those are the instructions to compile, up to now I have found 2 problems:
And I have tried to advance on solutions for both:
|
Once you have those it's pretty easy to compile, just |
Having this issue on Mac M1. Any suggestions? |
Trying to install pupilfirst (https://developers.pupilfirst.com/docs/development_setup/) it stops when running
CXX=c++ yarn
with:The platform is:
OS: OpenBSD/adJ 6.7
Node: 12.16.1
The text was updated successfully, but these errors were encountered: