tuco_tuco icon indicating copy to clipboard operation
tuco_tuco copied to clipboard

Can't get this to work

Open AdamBrodzinski opened this issue 10 years ago • 1 comments

I'm new to Elixir so perhaps it's just me but I can't get this to work. When I add the deps like in the readme and then mix test or iex -S mix they both warn about Elixir 1.0 being older and then at the bottom I get the error:

Compiled lib/tuco_tuco/page.ex
Generated tuco_tuco app
==> accept
Compiled lib/accept.ex
Generated accept app

=INFO REPORT==== 16-Oct-2015::13:24:39 ===
    application: logger
    exited: stopped
    type: temporary
** (Mix) Could not start application ibrowse: could not find application file: ibrowse.app


I tried manually adding {:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.0"}, as suggested on SO for another user and that didn't work and complained about it not compiling.

I wasn't sure if this project was still going and if it's even possible to run with 1.0?

AdamBrodzinski avatar Oct 16 '15 17:10 AdamBrodzinski

Sorry for the delay. The project was on hold a bit whilst I had other pressing work to do and some holidays to take. I have now updated things to work with Elixir 1.1 (and as I post this get an email saying Jose has just released a candidate for 1.2...)

Yes you will need to add the :ibrowse dependency. v4.1.2 should work.

stuart avatar Dec 21 '15 20:12 stuart