iCepa/Tor.framework

Upgrade libevent to 2.1.10

Closed this issue · 2 comments

Related to #45.

Our libevent is 2.1.8 which was released in January 2017.

2.1.9-beta and 2.1.10 weren't released until earlier this year. It shouldn't have any API/ABI breaking changes, but who knows.

(This is VERY low priority compared to #45.)

I tried upgrading, compile didn't work afterwards with strange error messages:

checking for gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch x86_64
checking whether the C compiler works... no
configure: error: in `/Users/berhart/workspace/gp/Tor.framework/Tor/libevent':
configure: error: C compiler cannot create executables
See `config.log' for more details
make: *** [config.status] Error 77

My knowledge and experience with C compilation is rather limited... Any help is welcome.

Here's the config.log.

Since I managed to compile latest Tor and OpenSSL, I released a new version of Tor.framework yesterday.

Could upgrade without issues to libevent 2.1.11 with 17a8787! :-)