-
Notifications
You must be signed in to change notification settings - Fork 44
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
Pkg.build fails on Windows 10 #114
Comments
@burdickjp Could you please try https://github.com/musm/WinRPM.jl ? |
After upgrading to Julia v0.6 I'm experiencing the problem again and this time my "trick" did not work. @musm : I've tried cloning your fork, but I'm getting the same parsing error as above. |
@robertdj that's because I removed the commits from my master branch and opened a PR with the changes. I can add them back to master branch if they help you. |
I'll try -- thanks! |
Ops linked wrong pr above |
I think I managed to merge the right commit (6198d00), but when I run |
I'm having the same issue. My julia versioninfo() reports : Commit 0d7248e2ff* (2017-10-24 22:15 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
WORD_SIZE: 64
BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge)
LAPACK: libopenblas64_
LIBM: libopenlibm
LLVM: libLLVM-3.9.1 (ORCJIT, ivybridge)``` |
Julia Version 0.6.0 Commit 903644385b* (2017-06-19 13:05 UTC) Platform Info: OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i7-2640M CPU @ 2.80GHz WORD_SIZE: 64 BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Sandybridge) LAPACK: libopenblas64_ LIBM: libopenlibm LLVM: libLLVM-3.9.1 (ORCJIT, sandybridge)
LoadError: "ErrorException(\"Error parsing document : 0\"), not well-formed (invalid token), 1, 9865, 9865" while loading C:\Users\Jeffrey.Burdick\.julia\v0.6\WinRPM\deps\build.jl, in expression starting on line 2
I've tried this. It didn't work.
The text was updated successfully, but these errors were encountered: