Created
April 15, 2012 17:49
-
-
Save vicnorton/2394108 to your computer and use it in GitHub Desktop.
fltk install problem
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
On May 10, 2012, at 2:42 AM, eggers wrote:
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'
---
Reply to this email directly or view it on GitHub:
https://gist.github.com/2394108
It didn't work for me. The host ftp.easysw.com could not be found.
~$ brew install fltk
Warning: Formula will not build with Clang, trying LLVM
==> Downloading http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz
curl: (6) Could not resolve host: ftp.easysw.com; nodename nor servname provided, or not known
Error: Download failed: http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz
On May 12, 2012, at 5:19 PM, Vic Norton wrote:
On May 10, 2012, at 2:42 AM, eggers wrote:
> 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'
> ---
>
> Reply to this email directly or view it on GitHub:
> https://gist.github.com/2394108
It didn't work for me. The host ftp.easysw.com could not be found.
~$ brew install fltk
Warning: Formula will not build with Clang, trying LLVM
==> Downloading http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz
curl: (6) Could not resolve host: ftp.easysw.com; nodename nor servname provided, or not known
Error: Download failed: http://ftp.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz
Actually the original link, http://ftp2.easysw.com/pub/fltk/1.3.0/fltk-1.3.0-source.tar.gz,
has finally worked, and I have installed fltk.
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
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'