-
Notifications
You must be signed in to change notification settings - Fork 116
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
Compile from src errors for version 1.3.7 on window 10 #97
Comments
I finally managed to compile the window version for python27 from src by cloning the master branch and changing a few keywords in the Also, if we run the makefile on |
Hi @hu13. Can you please suggest the changes required in order to compile it on windows? I am getting the same error |
@rushikeshkorde check out this branch here: PreVeil#1 it has worked for me at the time i needed it. |
@rushikeshkorde the maintainer has made a github action to build and publish this library: |
Moreover, I recently added Github actions to build python modules for all Python3 version on Linux, Windows and MacOS. See this: pip install pacparser==1.3.8.dev39 should work pretty much on all platforms. You'll not need the version specifier after the next release. |
@hu13 Closing this. |
I have installed the required
dependencies
: like python, mingw, etcAlso, the same source code compiles successfully on macOS platform.
Failed at:
make -C src -f Makefile.win32 dist
Cmd output:
Any suggestions would be appreciated.
The text was updated successfully, but these errors were encountered: