-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Scaphandre Windows Installation #247
Comments
Hello, did you have a look to the scaphandre/.github/workflows/build-and-test.yml Lines 146 to 162 in c1e860d
I think it can help to reproduce these steps. |
Thank you so much.
Thank you so much. |
@joegharbi happy that you've successfully built Scaphandre locally. For the second issue, I quickly checked - it seems to come from this code: Three things:
|
@tormath1 Thank you so much for the quick reply. I did some investigations I have these findings if you can confirm which way to proceed:
Thank you so much for your help |
I was able to run the driver using windows 11.
This solved the issue. |
Nice to see it working 👍 |
Thank you so much for your help. |
Hi @joegharbi Happy you could make it. Thanks for sharing this walkthrough, it will help us improve and simplify the procedure. cc @vico63 this thread shows us what to improve :) |
I'll look into that 🙂 |
Hello everyone,
I would be grateful to all of you if you could help me with the issue I am facing.
I have been trying to compile Scaphandre using Windows 11 for weeks now. I have tried all possible solutions.
Let me tell you my configuration, what I have done so far, and the issue I am facing.
driverquery /v | grep -i scaph
result in this:libc::pid_t
.. mainly related tolibc
and 2 errors foros::unix
.Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0599. For more information about an error, try `rustc --explain E0412`. error: could not compile `procfs` due to 24 previous errors warning: build failed, waiting for other jobs to finish...
.libc
is used with Unix-like environments. Is there a way to overcome this issue?I am open to trying all solutions and propositions.
Thank you all
The text was updated successfully, but these errors were encountered: