leedm777 / homebrew-asterisk

Homebrew tap for building an Asterisk dev environment
50 stars 27 forks source link

No available formula for gcc48 #6

Closed Elastino closed 9 years ago

Elastino commented 9 years ago

Hi, I am very new to home brew. After installing your custom rb and ncurse, it gives me following error when I try to install asterisk.rb. tried to install "brew install gcc48" but nothing.

server:Atlassian dev$ brew install https://raw2.github.com/leedm777/homebrew-asterisk/master/asterisk.rb

100.0%

Error: No available formula for gcc48 (dependency of asterisk) Searching taps... homebrew/versions/gcc48 server:Atlassian dev$

Thank you.

Elastino commented 9 years ago

Installing GCC48 solved by Run in terminal,

brew tap homebrew/versions
brew install gcc48