You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When I try to build my project on WIndows with
0.6.0-dev
,WinRPM
fails to build due toLibExpat
:The full error message can be found here, however I can reproduce this problem by trying to add
WinRPM
by itself.The text was updated successfully, but these errors were encountered: