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 support #77
Comments
|
Are there any plans to merge the latest changes from master into the windows branch? It's behind quite a few. Also any plan to PR merge windows support back to upstream? |
It should be a conflict+issue free merge. Ideally it gets merged, things that need to be done before then:
|
This is related issues luarocks/luarocks#655 |
|
I've pushed updates to my windows-support branch. Please test to see if you can compile with MSVC. |
|
I took quick look on code. It broken in some cases. Also it can be done with less changes. |
|
I had another go at this tonight. Still not there yet, but getting closer. I've updated my master...daurnimator:windows-support branch |
|
PR is up for review: #102 |
I had a go at this tonight on a branch over here: https://github.com/daurnimator/luaossl/tree/windows-support.
With 568a076 if you comment out the lines in _openssl.c that use
inet_ptonandinet_ntopthen I could cross compile with:The resulting dll seems to work, and the basic examples work (only tested in wine though).
The text was updated successfully, but these errors were encountered: