doublethinkco / cpp-ethereum-cross

Scripts for cross-building cpp-ethereum (C++ Ethereum client)
http://doublethink.co/
Apache License 2.0
27 stars 11 forks source link

Hack removal - Boost #67

Open bobsummerwill opened 8 years ago

bobsummerwill commented 8 years ago

Jam file hack for gcc : arm - https://github.com/doublethinkco/cpp-ethereum-cross/blob/master/cross-build/ethereum/boost.sh#L39

Jam/Boost cross-compiling link - http://www.boost.org/build/doc/html/bbv2/tasks/crosscompile.html.

Looks like we need a user config file to pass to b2, and then maybe some extra parameterization in our call to b2.

Also a confusing namespacing thing with exceptions which I suspect is some missing config setting: https://github.com/doublethinkco/cpp-ethereum-cross/blob/master/cross-build/ethereum/libethereum.sh#L26

bobsummerwill commented 8 years ago

So, for that exception one:

bobsummerwill commented 8 years ago

PR to address exception_ptr submitted -> https://github.com/ethereum/libethereum/pull/289.