I am following the instructions for building Komodo Edit from the svn trunk, and I am running into the following error while running bk build:
C:\Projects\OpenKomodo_5>bk build > error.log
make: running 'rd /s/q lib\elementtree'
make: running 'rd /s/q src\elementtree'
make: running 'rd /s/q src\cElementTree'
make: running 'rd /s/q src\ciElementTree'
make: running 'xcopy /e/i/y/q C:\Projects\OpenKomodo_5\contrib\elementtree src\e
lementtree'
make: running 'xcopy /e/i/y/q C:\Projects\OpenKomodo_5\contrib\cElementTree src\
cElementTree'
make: running 'xcopy /e/i/y/q C:\Projects\OpenKomodo_5\contrib\cElementTree src\
ciElementTree'
make: running 'patch -p0 < C:\Projects\OpenKomodo_5\build\release\codeintel\src\
patches\ciElementTree-1-repr.patch' in 'src'
make: running 'patch -p0 < C:\Projects\OpenKomodo_5\build\release\codeintel\src\
patches\ciElementTree-2-names.patch' in 'src'
make: running 'patch -p0 < C:\Projects\OpenKomodo_5\build\release\codeintel\src\
patches\ciElementTree-3-ciElementTree.patch' in 'src'
make: running 'patch -p0 < C:\Projects\OpenKomodo_5\build\release\codeintel\src\
patches\ciElementTree-4-cache.patch' in 'src'
make: running 'C:\Projects\OpenKomodo_5\mozilla\build\cvs-ko5.0\mozilla\ko-obj\d
ist\python\python.EXE setup.py install --prefix=bitbucket --install-data=bitbuck
et --install-scripts=bitbucket --install-lib=C:\Projects\OpenKomodo_5\build\rele
ase\codeintel\lib' in 'src\elementtree'
make: running 'C:\Projects\OpenKomodo_5\mozilla\build\cvs-ko5.0\mozilla\ko-obj\d
ist\python\python.EXE setup.py install --prefix=bitbucket --install-data=bitbuck
et --install-scripts=bitbucket --install-lib=C:\Projects\OpenKomodo_5\build\rele
ase\codeintel\lib' in 'src\cElementTree'
error: None
Traceback (most recent call last):
File "Makefile.py", line 525, in
make.main()
File "support\make\__init__.py", line 481, in main
maker.make(*targets)
File "support\make\__init__.py", line 274, in make
retval = self._do_make(target)
File "support\make\__init__.py", line 307, in _do_make
retval = target_func(self, log)
File ".\Makefile.py", line 348, in make_elementtree
src_dir, logstream=log.info)
File ".\Makefile.py", line 471, in _run_in_dir
_run(cmd, logstream=None)
File ".\Makefile.py", line 453, in _run
raise OSError("error running '%s': %r" % (cmd, status))
OSError: error running 'C:\Projects\OpenKomodo_5\mozilla\build\cvs-ko5.0\mozilla
\ko-obj\dist\python\python.EXE setup.py install --prefix=bitbucket --install-dat
a=bitbucket --install-scripts=bitbucket --install-lib=C:\Projects\OpenKomodo_5\b
uild\release\codeintel\lib': 1
cons.pl: *** [build\release\codeintel\lib\ciElementTree.pyd] Error 256
cons.pl: errors constructing build\release\codeintel\lib\ciElementTree.pyd
Any advice on how to get around the error? I tried running setup.py on each elementtree folder and that worked, so I am not sure what is causing this error.
Thanks.
Environment:
Python 2.5.4
Windows XP Pro SP3
Visual C++ Express 2005
| Attachment | Size |
|---|---|
| error.txt | 4.6 KB |