Comment 2 for bug 18558

Revision history for this message
Sidnei da Silva (sidnei) wrote :

Created an attachment (id=3002)
Patch for fixing a gcc4.0 compilation error

Without this patch, code generated by pyrex results in compilation errors like:

src/lxml/etree.c: In function
'__pyx_f_5etree_21XPathElementEvaluator___init__':src/lxml/etree.c:7101: error:
invalid lvalue in assignment

This patch is cumulative to the one previously applied and tagged as 'ported
from fc4'