-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
test experimental:compiletimeFFI
on windows
#18740
Conversation
experimental:compiletimeFFI
on windows
|
i had added nimEvalffiStderrWorkaround a while back to support openbsd; can you test if this change would make things work on windows:
(in tests/misc/trunner.nim) ? (in future work, this can be improved by using similar approach to proposal 5 from nim-lang/RFCs#205, shelling out to clang as discussed elsewhere) |
I'm not sure how to test it.
|
1d395d9
to
7a35b17
Compare
CI fails with: help welcome to figure out how to add libffi-7.dll for windows how would i install libffi-7.dll dependency on windows, and in particular in CI? |
stdout/stdin/stderr is defined as a macro in msvcrt.dll, so it doesn't work with importc. |
follows #10150 and the recently merged Araq/libffi#6 which adds win64 support for libffi