-
Notifications
You must be signed in to change notification settings - Fork 17
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
Windows compilation error #44
Comments
I applied a quick patch. It should at least resolved the errors you just reported. Note that we don't really support the Windows (or Mac OS) version. But that one file should go through now. |
Hi Alexis, There're still other errors that I do not list here. Best regards, |
I fixed the few you presented here (I think) except the one on line 65 (not enough info for that one). I've not worked on MS-Windows for a long time. I never tried to get zipios to compile on that OS. We only use it on Linux... I kept the code for Windows in #if/#endif blocks, but never tried it... |
Hi,
I tried to compile release 2.2.6 under Windows 10 with MSVC 141. But I failed with several compilation errors:
I checked your code but didn't succeed in finding definition of these variables.
My cmake command is :
cmake -G "Visual Studio 17 2022" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=/path/to/zlib -DCMAKE_INSTALL_PREFIX=/path/to/install ..
Could you provide any help please?
Best regards,
The text was updated successfully, but these errors were encountered: