Skip to content

Instantly share code, notes, and snippets.

@bltavares
Created March 1, 2013 23:57
Show Gist options
  • Save bltavares/5068895 to your computer and use it in GitHub Desktop.
Save bltavares/5068895 to your computer and use it in GitHub Desktop.
CouchDb compilation error
/usr/bin/erlc etap_request.erl
etap_request.erl:26: parameterized modules are no longer supported
etap_request.erl:49: variable 'OutBody' is unbound
etap_request.erl:56: variable 'Method' is unbound
etap_request.erl:59: variable 'Url' is unbound
etap_request.erl:62: variable 'Status' is unbound
etap_request.erl:66: variable 'Status' is unbound
etap_request.erl:71: variable 'Status' is unbound
etap_request.erl:75: variable 'OutHeaders' is unbound
etap_request.erl:79: variable 'OutHeaders' is unbound
etap_request.erl:83: variable 'OutHeaders' is unbound
etap_request.erl:89: variable 'OutBody' is unbound
make[3]: *** [etap_request.beam] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment