-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build broken by http://gflags.googlecode.com/files/gflags-2.0-no-svn-files.tar.gz download issues #199
Comments
Yep, Rob and I talked about this problem yesterday. It's easy to work On Fri, Jan 9, 2015 at 1:47 PM, Jeff Hammond notifications@github.com
|
Okay, I've added a configure flag to use pre-downloaded dependences. Here's what to do:
After that, the build process should use the pre-downloaded dependencies instead of trying to access the web. |
Can you provide a way for me to download http://gflags.googlecode.com/files/gflags-2.0-no-svn-files.tar.gz myself and point the build system to it? I am behind a firewall and despite having all of the proxy settings necessary to interact with outside websites via git, hg, ssh, svn and wget, this apparently does not fix the problem.
And I can access http://gflags.googlecode.com/files/gflags-2.0-no-svn-files.tar.gz via both wget and curl, but only wget does the right thing. I don't know what's wrong with curl, or how to tell CMake to not use it and instread try wget.
Thanks,
Jeff
The text was updated successfully, but these errors were encountered: