Anders Bruun Olsen | 12 Sep 15:28

Re: Serialization with namespaces

Anders Bruun Olsen wrote:
> Anders Bruun Olsen wrote:
>> Something seems amiss with the patch:
> 
> Sorry, my bad, you have of course already applied it to trunk.
> 

However, it seems that trunk does not build:

$ make
python setup.py  build_ext -i
Building with Cython.
Building lxml version 2.0.alpha2-46501
running build_ext
building 'lxml.etree' extension

Error converting Pyrex file to C:
------------------------------------------------------------
...
include "xmlerror.pxi"     # Error and log handling
include "classlookup.pxi"  # Element class lookup mechanisms
include "nsclasses.pxi"    # Namespace implementation and registry
include "docloader.pxi"    # Support for custom document loaders
include "parser.pxi"       # XML Parser
include "parsertarget.pxi" # ET Parser target
^
------------------------------------------------------------

/home/abo/tmp/lxml/src/lxml/etree.pyx:2156:0: 'parsertarget.pxi' not found
make: *** [inplace] Error 1

--

-- 
Anders

Gmane