mastercoin-MSC / mastercore

mastercore info
mastercoin.org
MIT License
24 stars 11 forks source link

Project name, builds and Gitian #284

Closed dexX7 closed 9 years ago

dexX7 commented 9 years ago

There are three points that screw deterministic, cross-plattform building of Master Core:

1) Outdated build descriptors

This is not a no-go, and the build actually works, but the Gitian descriptors are not up-to-date, see: https://github.com/bitcoin/bitcoin/compare/mastercoin-MSC:mscore-0.0.9...0.9

2) Project name mismatch

Not all relevant names were updated when "Bitcoin" was changed to "Master" (or "Omni"), e.g. setup related files, or the Gitian descriptors. A workaround is to revert the name change: https://github.com/dexX7/bitcoin/commit/419045f8a022b9dfd482cd3245331fbe34aa6a24

3) QT version incompabilities

Depending on the build, there are incompabilities due to interface changes of QT. PR submitted to @zathras-crypto UI branch: https://github.com/zathras-crypto/mastercore/pull/14

dexX7 commented 9 years ago

Now mostly a duplicate of the more detailed https://github.com/mastercoin-MSC/mastercore/issues/289.