-
Notifications
You must be signed in to change notification settings - Fork 29
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
WIndows binaries does nothing #194
Comments
Hi @mcff2 |
It does... nothing at all :-( There is certainly a major issue with the compilation, but I dont have a clue to investigate... |
Hi @mcff2 #![windows_subsystem = "windows"] This will allow you to compile the client as a console application, which will force rust to output to stdout. Can you try this? |
Willdo :-)Thanks for your help!Envoyé de mon iPadLe 8 juin 2023 à 19:14, serpilliere ***@***.***> a écrit :
Hi @mcff2
In the file https://github.com/cea-sec/sanzu/blob/main/sanzu/src/bin/sanzu_client.rs
you may remove the first line:
#![windows_subsystem = "windows"]
This will allow you to compile the client as a console application, which will force rust to output to stdout.
Can you try this?
Can you confirm that you are running the very last version of sanzu?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Without this line (ie console application), it's way better & easier. It works now, thanks ! |
Can you provide your windows os version ? |
Windows 10 22H2, build 19045.3086 |
Hello,
I compiled the windows binaries without any pb by corss-compiling on debian.
However, the resulting binaries (the client one) does... nothing : it silently exits without saying anything, whatever option I give it.
Did you already see that? Any idea?
The text was updated successfully, but these errors were encountered: