Thanks for the links, Jodiah. I had previously looked at both of those CMake Wiki pages, but none had referenced the problem I was experiencing. To address your suggestions, I did run develop.py with the –G option (with VC80 for Visual Studio 2005), but the same problem occurred.
There was one thread on the sldev list back in September about the same problem, but it never got beyond the suggestion to try running install.py separately to see if it works. I’ve tried both ways (via develop.py vs. install.py), and they both result in the same error message: Downloading http://s3.amazonaws.com/viewer-source-downloads/install_pkgs/ogg-vor bis-1.03-1.1.2-windows-20080613.tar.bz2 to local file c:\docume~1\tberge~1\local s~1\temp\install.cache.TBERGENHILL\ogg-vorbis-1.03-1.1.2-windows-200806 13.tar.bz 2 Traceback (most recent call last): File "install.py", line 1086, in <module> sys.exit(main()) File "install.py", line 1078, in main options.scp) File "install.py", line 601, in do_install cache_dir) File "install.py", line 560, in install ifile.fetch_local() File "install.py", line 112, in fetch_local file(self.filename, 'wb').write(urllib2.urlopen(self.url).read()) File "C:\Program Files\Python25\lib\urllib2.py", line 121, in urlopen return _opener.open(url, data) File "C:\Program Files\Python25\lib\urllib2.py", line 374, in open response = self._open(req, data) File "C:\Program Files\Python25\lib\urllib2.py", line 392, in _open '_open', req) File "C:\Program Files\Python25\lib\urllib2.py", line 353, in _call_chain result = func(*args) File "C:\Program Files\Python25\lib\urllib2.py", line 1100, in http_open return self.do_open(httplib.HTTPConnection, req) File "C:\Program Files\Python25\lib\urllib2.py", line 1075, in do_open raise URLError(err) urllib2.URLError: <urlopen error (10060, 'Operation timed out')> I am able to directly download any of the URLs, but it times out when using the Python scripts. So, it isn’t an ISP problem. The workaround is to manually download these files into Documents and Settings\username\Local Settings\temp\install.cache.username. That way, the install script will find the necessary files and will skip downloading. But it would be great to find a way to avoid this workaround. Side note: CMake requires Quicktime to be installed, but the viewer compilation instructions for VC++2005 says it’s optional. -- Tobin Bergen-Hill Lead Simulation Modeling Engineer, E526 [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 703-983-3759 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Wednesday, November 05, 2008 5:12 PM To: SLDev Mailing List Subject: [sldev] Re: Cannot download installables On Wed, 5 Nov 2008, "Bergen-Hill, Tobin A." <[EMAIL PROTECTED]> wrote: >I am currently trying to build the 1-21-r99587 viewer source via CMake on Windows. The develop.py scripts >stops when it fails to download the Ogg-Vorbis package. After running the install.py script directly, I m finding >that I cannot download any of the installables in the install.xml file (see list below). Were these files moved? Hi Tobin, I ran in to a problem with the Ogg-Vorbis package at one point during my attempts to build the r99587 version, though I forget now what was causing it. I think, (to the best of my recollection) that it was due to not including the -G option on the python command line when running develop.py. I referenced the WIKI to discover the problem, but failed to document it (I know, shame shame). Here is a link to the CMake page I referenced: https://wiki.secondlife.com/wiki/CMake also, check Michelle2 Zenovka's page (great info, helped me a lot) at this link: https://wiki.secondlife.com/wiki/User:Michelle2_Zenovka/cmake If you are using Visual Studio and would like to see how I managed to build successfullt, you can check out: https://wiki.secondlife.com/wiki/User:Jodiah_Jensen If you are unable to resolve the problem, feel free to contact me offlist if you like, I'd be glad to try to work through it with you. Might pay a visit to the #opensl IRC channel on efnet too, all the big brains hang out there :) Good luck! Regards, Jodiah ps- I'd be interested to know if my suggestion solved the problem for you, or how you ultimately solved the problem, if you wouldn' mind documenting it somewhere for posterity :)
_______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
