sebastiw / edts

Erlang Development Tool Suite
GNU Lesser General Public License v3.0
354 stars 82 forks source link

Erlang R18: two occurences of :: queue() in the edts_event.erl which aborts compilation #193

Closed mattiasw2 closed 9 years ago

mattiasw2 commented 9 years ago

I need to make apt-get stop updating Erlang automatically :-) Now I got R18, and had to change to the following

    {events     = queue:new() :: queue:queue(),
     listeners  = queue:new() :: queue:queue(),

I download edts using emacs-package-manager

If I change something like above, what is the correct way to build? When I do it in the folder

 ~/.emacs.d/elpa/edts-20150622.825/

I get

You need to run this command from the toplevel of the working tree.

What should my current dir be?

archimed-shaman commented 9 years ago

Any updates? Have the same problem. I'd like to install edts with package manager rather than build it manually.

tjarvstrand commented 9 years ago

Just merged https://github.com/tjarvstrand/edts/pull/191 so hopefully it's fixed now

archimed-shaman commented 9 years ago

Thank you!