jmacdonald / amp

A complete text editor for your terminal.
https://amp.rs
Other
3.74k stars 106 forks source link

macOS build error #51

Closed lucasjinreal closed 6 years ago

lucasjinreal commented 6 years ago

Just for report a bug:

brew install error.

==> cargo build --release
Last 15 lines from /Users/jintian/Library/Logs/Homebrew/amp/01.cargo:
            "_SSL_library_init", referenced from:
                _git_openssl_stream_global_init in liblibgit2_sys-044b05748c92d252.rlib(openssl_stream.c.o)
            "_SSL_load_error_strings", referenced from:
                _git_openssl_stream_global_init in liblibgit2_sys-044b05748c92d252.rlib(openssl_stream.c.o)
            "_SSLv23_method", referenced from:
                _git_openssl_stream_global_init in liblibgit2_sys-044b05748c92d252.rlib(openssl_stream.c.o)
          ld: symbol(s) not found for architecture x86_64
          clang: error: linker command failed with exit code 1 (use -v to see invocation)

error: aborting due to previous error

error: Could not compile `amp`.
jmacdonald commented 6 years ago

Thanks for this, we're tracking this and other build errors in #29. 🙂