-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failure to integrate h2leveldb with Mix. #9
Comments
Thank you for the report. I have never tried h2leveldb from Elixir but the error message implies Line 6 in 95358d9
|
I'm opening an issue on the elixir-lang repository. |
Alright so Eric gave us a tip to fix this |
Thanks. I just saw it. I will give it a try. |
Thanks for your work :) |
Pushed another commit 4d5a89f to raw-deps branch. When Mix runs |
@annwenn When you have time, can you please update your mix.exs with the following changes and see if it works?
So the defp deps do
[{:h2leveldb, git: "https://github.com/leveldb-erlang/h2leveldb.git", tag: "raw-deps"},
{:HyperLevelDB, git: "https://github.com/leveldb-erlang/HyperLevelDB.git",
compile: false, app: false, override: true},
{:snappy, git: "https://github.com/leveldb-erlang/snappy.git",
compile: false, app: false, override: true},
# other deps ...
]
end You will need such
I will report this problem to Elixir project. Hope they will fix it. If you have any other problem, please let me know. (also tell me the Elixir and Erlang versions and the operating system you are using.) I tried it with:
p.s. |
Appart from the error, everything seems to go fine.
The basic CRUD operations described in README.md work fine.
|
Thank you for testing the raw-deps branch. I am glad to hear that it is working for you. Please give me few more day to get the raw-deps branch merged into the master branch. I will leave this issue open until then. |
Alright :) Thanks for your work!! |
Action Items
|
I added this git repo as a dependency in my Mixfile, and tried to compile it. It gave me this result:
Do you have any idea about what's going on?
The text was updated successfully, but these errors were encountered: