HackerShackOfficial / AI-Smart-Mirror

Smart Mirror with a smart AI 🤖
MIT License
536 stars 217 forks source link

brew install gcc #79

Open rachnov55 opened 6 years ago

rachnov55 commented 6 years ago

while running brew install gcc after the installation of linuxbrew, I get these errors flooding my screen

In file included from ./tm.h:23:0,
                 from ../../gcc/c-family/c-gimplify.c:29:
../../gcc/config/elfos.h:102:21: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix]
    fprintf ((FILE), "%s"HOST_WIDE_INT_PRINT_UNSIGNED"\n",\

is there anyway to fix this or does it not really matter?

rachnov55 commented 6 years ago

well it finally finished, but it says this

Error: gcc 5.5.0 did not build
Logs:
     /home/pi/.cache/Homebrew/Logs/gcc/02.make
     /home/pi/.cache/Homebrew/Logs/gcc/01.configure.cc
     /home/pi/.cache/Homebrew/Logs/gcc/01.configure
     /home/pi/.cache/Homebrew/Logs/gcc/02.make.cc
     /home/pi/.cache/Homebrew/Logs/gcc/00.options.out
READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.

how can i fix this :(