-
Notifications
You must be signed in to change notification settings - Fork 78
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
fdopen link error on Windows #96
Comments
I think s/fdopen/_fdopen should be fine. Would you be able to test it on your machine? I can push a commit now and confirm that it works for AppVeyor. Pinging @Blaisorblade. |
I know no objection against *I'm not sure why it worked before, but I suspect it's because of using 32bit stack (on a 64 bit Windows). I think I can rule out a 32bit Windows because I can't find any 32bit IEVM for Win10, but I'm positive I've used 32bit stack. |
Thanks for confirming, new version uploaded. |
Git HEAD currently fails to link on x86_64-windows with: unknown symbol
fdopen
Switching from fdopen to _fdopen appears to link and pass the tests at least under Windows 10.
https://msdn.microsoft.com/en-us/library/ms235351.aspx
https://msdn.microsoft.com/en-us/library/dye30d82.aspx
The text was updated successfully, but these errors were encountered: