ibcn-cloudlet / dianne

DIANNE - DIstributed Artificial Neural NEtworks
http://dianne.intec.ugent.be
GNU Affero General Public License v3.0
22 stars 8 forks source link

wrong instructions for os x build? #6

Closed kovasb closed 7 years ago

kovasb commented 8 years ago

Following the install instructions, I find gcc-5 installed, not gcc-6 as the later instructions assume.

sbohez commented 8 years ago

Have you installed gcc using Homebrew? If so, could you check if you have the latest version? If I run brew info gcc I get: gcc: stable 6.2.0 (bottled), HEAD If you get the same output, you can upgrade using brew upgrade gcc; if not, you perhaps need to upgrade Homebrew itself?

You could also try to build using gcc-5 instead of gcc-6, normally it should work though I haven't tested this in a while.