iCepa / Tor.framework

Tor framework for the iCepa project
Other
245 stars 53 forks source link

Upgrade libevent to 2.1.10 #49

Closed mtigas closed 4 years ago

mtigas commented 5 years ago

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.)

tladesignz commented 5 years ago

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.

tladesignz commented 4 years ago

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