I'm trying to integrate libxml Library to my current Project:
- PowerPC MPC852
- GCC crosscompiler, cygwin, powerpc-linux 2.95.2
I'm getting the following build error:
1>Lib/libc.a(openr.o): In function `_open_r':
1>/home/Administrator/newlib-1.8.0/powerpc-linux/nof/newlib/libc/reent/openr.c:58:
One change with Python 3 is that all strings are now unicode strings.
I have just been trying to port itstool to Python 3, and see the
following:
Traceback (most recent call last):
File "../itstool", line 1289, in
fout.write(doc._doc.serialize('utf-8'))
UnicodeEncodeError: 'ascii' codec can
I'd like to use the libxml library without file handling (just reading and
parsing XML data from memory). Because of the file access functionionality of
libxml (function 'open') I've got a problem to build the library (have a look
to thread 'undefined reference to 'open' in the mailing list).
I