Open PhillippOhlandt opened 6 years ago
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 :fast_xml
repo is already fixed, there is just no release yet. Not sure if it's good to wait for a release or to temporarily require the master branch in this project.
@PhillippOhlandt for now, you should be able to add fast_xml
from git
.
{:fast_xml, github: "processone/fast_xml", branch: "master", override: true}
fast_xml
is actually a dependency of https://github.com/scrogson/romeo
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?