JuliaIO / LibExpat.jl

Julia interface to the Expat XML parser library
Other
9 stars 32 forks source link

Cannot build LibExpat on Windows Julia 0.6.0-dev #54

Closed galenlynch closed 7 years ago

galenlynch commented 7 years ago

When I try to build my project on WIndows with 0.6.0-dev, WinRPM fails to build due to LibExpat:

LoadError: LoadError: LoadError: LoadError: syntax: expected identifier after "const"
while loading C:\Users\appveyor\.julia\v0.6\LibExpat\src\lX_common_h.jl, in expression starting on line 14
while loading C:\Users\appveyor\.julia\v0.6\LibExpat\src\LibExpat.jl, in expression starting on line 13
while loading C:\Users\appveyor\.julia\v0.6\WinRPM\src\WinRPM.jl, in expression starting on line 11
while loading C:\Users\appveyor\.julia\v0.6\WinRPM\deps\build.jl, in expression starting on line 1

The full error message can be found here, however I can reproduce this problem by trying to add WinRPM by itself.

musm commented 7 years ago

SHould be fixed by https://github.com/amitmurthy/LibExpat.jl/pull/56

can you check please?

galenlynch commented 7 years ago

It works now, thanks!