-
Notifications
You must be signed in to change notification settings - Fork 6
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
Cannot compile because of :fast_xml #6
Comments
Hey @PhillippOhlandt, thanks for the report. It's been a bit since I've fired up this code. Let me see if I can get it running again and get out a fix. |
@scrogson Hey, the master branch of the |
@PhillippOhlandt for now, you should be able to add {:fast_xml, github: "processone/fast_xml", branch: "master", override: true}
|
Yeah, that's what I am doing right now. Others will run into the same problem until there is a proper release, tho. |
Yeah, I will leave this open for guidance. |
Hey, got some problems installing this adapter.
Here are my deps:
mix deps.get
:mix deps.compile
:make
andgcc
are properly installed and up to date.I saw that the
fast_xml
lib has aMakefile.mix
file but references aMakefile
in itsmix.exs
. I fixed the name and rerunmix deps.compile
:I got at least one other person to verify this for me. Anyone else having this problem?
The text was updated successfully, but these errors were encountered: