-
Notifications
You must be signed in to change notification settings - Fork 738
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
crypto\fipsmodule\aes\aes_nohw.c : fatal error C1056: cannot update the time date stamp field #2415
Comments
I got a patch working. I added these two args; I think /Zm may be enough. I did 2000 and that got through some but not all the errors; i threw it to 20000 and it built successfully. .cargo\registry\src\index.crates.io-6f17d22bba15001f\ring-0.17.9\build.rs
Context in ring’s Build: Caveats: For those following along; the sample is junk, use the example from the crate. But it did find an interesting issue on windows with Ring. |
…ansion and precompiled header processing with MSVC
Ok, I don't know whats going on. just found that specifying it on the cmd line > 2000 is invalid. set CL=/Zm25000 makes it work. IDK; I have something I can script to work. lol |
Did you try deleting |
just tried that now. no its really a macro expansion error and adding /Zm will fix it in certain scenarios. I produced working builds with /Zm20000 which is an invalid parameter. it isn't something I can script...its inconsistent. deleting and doing a clean registry results in the same errors. clean with no registry.
adding /Zm2000 we move past that and stick on curve.
I do not suspect file permissions. 2000 > is invalid, and going to 20000 fixed it one time. Doing that now from the clean copy; its not working. |
Does it happen with ring 0.17.8? Could you find the earliest version it happens with? |
if you tell me how to do it for one I can get a script to query and run builds until it works...if you think this is a problem introduced recently. is there a good way to get a list of the released versions? i don't see tags git tag --list 'v*' front page I created this script and went off the versions from crate.io.
that hurts my head. I'm not sure why they are building. doesn't make sense to me. update: build_output_eventsource_client_0.17.8_sanitized.txt they are building. what the?! the problem persists in my project thats consuming eventsource_client. i don't understand what's different. |
thanks for closing; I don't know what is going on but its environmental. have a good day. |
was just attempting this eventsource_client on windows.
I get:
The text was updated successfully, but these errors were encountered: