Re: [opensource-dev] Did I break my repository...

2010-09-27 Thread Aimee Linden
You're on a Mac right? That sounds like https://jira.secondlife.com/browse/SNOW-223 The easiest solution is to use the 10.4 or 10.5 SDK when building, instead of 10.6. The slightly more complicated solution is to patch and rebuild APR. Aimee. On 26 Sep 2010, at 23:09, Ponzu wrote: > Since I d

Re: [opensource-dev] Did I break my repository...

2010-09-26 Thread Carlo Wood
Try running: scripts/install.py --list-installed and then scripts/install.py --uninstall the whole list here Then run configure again, it should download everything again. If you remove the whole viewer-linux-* directory (or whatever you build directory is) and reinstall all prebuilts like above

[opensource-dev] Did I break my repository...

2010-09-26 Thread Ponzu
Since I downloaded the latest viewer-develpment yesterday, by local build is broken. The symptom seems to be that the local artwork is not being found. For example, the XUI is mostly just plain gray. The buttons on the bottom are just gray rectangles, etc. - I tried running develop.py again