Windows port shenanigans #904
sykhro
started this conversation in
Show and tell
Replies: 1 comment
-
Yeah, that sounds fine. Happy to make changes that help portability. (The |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to get Spicy to work under Windows, in order to be able to generate parsers for an application that currently uses a lot of (buggy) hand-rolled ones.
Problems with a couple dependencies have been fixed independently. Next up would be some stuff in the
scripts
directory. I have started by porting autogen-version to python (given that there's other python scripts I figured this would've been better compared to a dedicated solution). Unfortunately shebangs are not a thing on Windows so invocation would have to be fixed on the CMake side.Would this porting effort be welcome or might it be better to keep it as a separate patchset?
Beta Was this translation helpful? Give feedback.
All reactions