09-15-2008 11:02
I'm trying to build the open source client 1.21.2, using VS2005 Express Edition. I successfully built 1.19 earlier; I'm starting over with the latest.

I get an error runningy develop.py:

From: someone
C:\BUILD\linden\indra>develop.py -G VC80
Running 'cmake -G "Visual Studio 8 2005" -DSTANDALONE:BOOL=FALSE -DUNATTENDED:BOOL=FALSE "" "C:\\BUILD\\linden\\indra"' in 'build-
VC80'
-- Check for working C compiler: cl
-- Check for working C compiler: cl -- works
-- Check size of void*
-- Check size of void* - done
-- Check for working CXX compiler: cl
-- Check for working CXX compiler: cl -- works
Traceback (most recent call last):
File "install.py", line 61, in ?
from indra.base import llsd
File "C:\BUILD\linden\indra\lib\python\indra\base\llsd.py", line 36, in ?
from indra.util.fastest_elementtree import fromstring
File "C:\BUILD\linden\indra\lib\python\indra\util\fastest_elementtree.py", line 51, in ?
from xml.etree.ElementTree import *
ImportError: No module named etree.ElementTree
CMake Error: Failed to download or unpack prebuilt 'ogg-vorbis'. Process returned 1.
-- Configuring done
Cleaning 'build-VC80'
Traceback (most recent call last):
File "C:\BUILD\linden\indra\develop.py", line 676, in ?
main(sys.argv[1:])
File "C:\BUILD\linden\indra\develop.py", line 646, in main
setup.run_cmake()
File "C:\BUILD\linden\indra\develop.py", line 525, in run_cmake
PlatformSetup.run_cmake(self, args)
File "C:\BUILD\linden\indra\develop.py", line 156, in run_cmake
self.run(cmd, 'cmake')
File "C:\BUILD\linden\indra\develop.py", line 520, in run
raise CommandError('the command %r exited with %s' %
__main__.CommandError: the command 'cmake' exited with -1


Thanks!
_____________________