Skip to content

Instantly share code, notes, and snippets.

@vicnorton
Created April 15, 2012 17:49
Show Gist options
  • Save vicnorton/2394108 to your computer and use it in GitHub Desktop.
Save vicnorton/2394108 to your computer and use it in GitHub Desktop.
fltk install problem
Desktop$ brew install -v fltk
Warning: Formula will not build with Clang, trying LLVM
==> Downloading http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz
/usr/bin/curl -qf#LA Homebrew 0.9 (Ruby 1.8.7-249; Mac OS X 10.7.3) http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz -o /Library/Caches/Homebrew/fltk-1.3.0.tar.gz
curl: (22) The requested URL returned error: 404
Error: Download failed: http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz
@eggers
Copy link

eggers commented May 10, 2012

To fix,

$ brew edit fltk

and change the url to
'http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz'

@vicnorton
Copy link
Author

vicnorton commented May 12, 2012 via email

@vicnorton
Copy link
Author

vicnorton commented May 13, 2012 via email

@eggers
Copy link

eggers commented Jun 2, 2012

Yeah, the mirrors go up and down. It was down when I tried once too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment