sebastiw / edts

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

When compiling MELPA package: can't find include file "otp_workarounds.hrl" #259

Closed qoocku closed 4 years ago

qoocku commented 4 years ago

Platform: MacOS, Catalina. Emacs: 26.3 OTP version used: 21.3 *EDTS* compile buffer content:

==> Verifying dependencies...
==> Compiling edts
==> Compiling lib/edts/src/edts_cmd_get_event.erl failed
lib/edts/src/edts_cmd_get_event.erl:38: can't find include file "otp_workarounds.hrl"
lib/edts/src/edts_cmd_get_event.erl:52: undefined macro 'EXCEPTION/3'

lib/edts/src/edts_cmd_get_event.erl:33: function execute/1 undefined

make: *** [compile] Error 1
qoocku commented 4 years ago

The otp_workarounds.hrl does not even exists in this very repo. Please, add this file to the repo. In the current state the project can't be compiled.