This is the mail archive of the
cygwin-apps
mailing list for the Cygwin project.
Re: [ITP] python-celementtree 1.0.5.20051216 -- Light-weight XML processing toolkit for python (C library)
- From: "Dr. Volker Zell" <Dr dot Volker dot Zell at oracle dot com>
- To: cygwin-apps at cygwin dot com
- Date: Mon, 20 Feb 2006 19:47:10 +0100
- Subject: Re: [ITP] python-celementtree 1.0.5.20051216 -- Light-weight XML processing toolkit for python (C library)
- References: <y80h8m4h.fsf@blue.sea.net>
>>>>> Jari Aalto writes:
> python-celementtree is additional library that will speed up bzr
> (distributed version control) internal Weave -storage format
> processing. Included in major distros.
> http://packages.debian.org/stable/python/python-celementtree
> Jari
> sdesc: "Light-weight XML processing toolkit for python (C library)"
> ldesc: "cElementTree provides a simple but flexible container object, designed
> to store hierarchical data structures, such as simplified XML
> infosets, in memory. The element type can be described as a hybrid
> between a Python list and a Python dictionary. cElementTree is a C
> implementation of the ElementTree API and is supposed to be a drop-in
> replacement."
> category: Lib
> requires: cygwin
> Homepage: http://effbot.org/zone/celementtree.htm
> 1) manual download
> wget \
> http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1.tar.bz2.sig \
> http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1.tar.bz2 \
> http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1-src.tar.bz2.sig \
> http://cygwin.cante.net/python-celementtree/python-celementtree-1.0.5.20051216-1-src.tar.bz2 \
> http://cygwin.cante.net/python-celementtree/setup.hint
The make step gives this:
vzell@vzell-de /usr/src
04:26 PM [563]> ./python-celementtree-1.0.5.20051216-1.sh make
-- Cygbuild 2006-02-12 1.819 http://cygbuild.sourceforge.net/
-- Build command
-- Building: python setup.py build
running build
running build_ext
building 'cElementTree' extension
creating build
creating build/temp.cygwin-1.5.19-i686-2.4
creating build/temp.cygwin-1.5.19-i686-2.4/expat
-fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -DXML_STATIC -DHAVE_MEMMOVE=1 -DXML_NS=1 -DXML_DTD=1 -DBYTEORDER=1234 -DXML_CONTEXT_BYTES=1024 -Iexpat -I/usr/include/python2.4 -c cElementTree.c -o build/temp.cygwin-1.5.19-i686-2.4/cElementTree.o
unable to execute -fno-strict-aliasing: No such file or directory
error: command '-fno-strict-aliasing' failed with exit status 1
./python-celementtree-1.0.5.20051216-1.sh.CygbuildCommandMain: [FATAL] status is 1.
Ciao
Volker