On Mon, Jun 1, 2009 at 12:43 PM, <[email protected]> wrote: > I checked out the http-texture branch > from http://svn.secondlife.com/svn/linden/projects/2009/http-texture/ using > TortoiseSVN. > > When I run develop.py I am getting many errors like those below: > > CMake Error: Cannot find source file > "D:/SL_SVN/indra/newview/character/attentionsN.xml" for target > "secondlife-bin" > Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp > .hxx .in .txx > > [snip] > > I looked in the /indra/newview/ path, and it appears that the /characters > folder is missing. > Did I check out the SVN code from the wrong place?
The SVN repository only has the source code, so you'll also need to download the artwork and "libraries" packages. Rob Linden has been working on a script to automate the downloading and unpacking, so you could give that a try: http://jira.secondlife.com/browse/VWR-13787 Or for the manual way: the URLs for the packgaes are in doc/asset_urls.txt. You'll want to download the ones labelled as "SLASSET_ART" and "SLASSET_LIBS_WIN32". The zips have everything inside a "linden" folder, but you should move the stuff from inside the linden folder (doc, indra, LICENSE-*.txt) and put them in your SL_SVN folder instead. Hope that helps, - Jacek _______________________________________________ Policies and (un)subscribe information available here: http://wiki.secondlife.com/wiki/SLDev Please read the policies before posting to keep unmoderated posting privileges
