Created
March 1, 2013 23:57
-
-
Save bltavares/5068895 to your computer and use it in GitHub Desktop.
CouchDb compilation error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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