-
Notifications
You must be signed in to change notification settings - Fork 38
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
Not compiling on windows #49
Comments
It looks like the package assumes that you have zlib1.dll in your path already. For linux, this is true, but for windows this is only the case if you've installed and configured vscode or something similar already. For a bare install of windows you'll have to download the dll from somewhere (I used vcpkg) and make sure it's added to your path. It seems more reasonable to include the dll, so, etc files in the nim package and then choose which one to use based on OS, rather than assuming that the OS has it installed. |
I have a different problem:
Any ideas what's missing? |
I also have the same issue as @matkuki. This is compiling a file with only the line: edit: the fix in #33 works for me on windows. Unfortunately that is a closed issue and less visible. I think all info is there for a new PR that incorporates #38 and also fixes this issue with windows. It probably could be good to add CI (zip does not seem to be in important packages). I will try to come up with a PR. Incidentally I also noticed that some of the readme examples are broken (some discard are missing, I guess they were taken from test files removing check and require...), I could probably fix that too. |
Hey @pietroppeter, do you think you could maybe create a PR that you mentioned here? It seems like this issue will haunt |
Hi @Toma400, sorry but I do not have a windows machine anymore so I do not think I would be able to test a PR (honestly also in this period I really do not have bandwidth to contribute here). IIRC there was already some working code somewhere and the effort was just to package into it a PR and test it locally before sending for approval |
Hello, this package doesn't seem's to compile on Windows:
Compiler: clang-9
Nim Compiler: 1.0.4
Windows 10.
Usage:
The text was updated successfully, but these errors were encountered: