golemfactory / homebrew-golem

Golem is creating a global market for computing power.
https://golem.network
39 stars 10 forks source link

Warning C++ standard #6

Closed Frustramatic closed 7 years ago

Frustramatic commented 7 years ago

Warning: golemfactory/golem/golem dependency golemfactory/hyperg/hyperg was built with a different C++ standard library (libstdc++ from clang). This may cause problems at runtime.

gborowik commented 7 years ago

Please keep in mind that Golem depends on many packages. Therefore, the installation varies on the computer. The problem was due to the incompatibility of Xcode and go-ethereum. During the installation with Homebrew, the go-ethereum is compiled using Xcode that you have on your computer. Unfortunately, the last patch has caused problems. We fixed it today.