Kaydet (Commit) 9d9f2a38 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

The "working on that" is now done

Change-Id: Ib5a9decaf97817333bbac9853589af7fc9adf94c
üst 72abe64e
......@@ -36,14 +36,5 @@ libexpat in builds where that is used, why is a separate Unicode one
needed when an internal expat is used? Good question. Next
question. Patches welcome.
Another interesting issue is the disable-dynloading case: When we link
all needed LO code into one executable (as for iOS apps) or into one
shared library (as in a tentative approach for Android apps) there is
a problem with linking two libraries (ascii_expat_xmlparse and
expat_xmlparse) that contain exactly the same symbols... Obviously
just the one that happens to be mentioned first on the linking command
line gets linked in, and code that then thinks it is calling the other
one will mysteriously crash or silently fail. Working on that...
From:
[http://expat.sourceforge.net/]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment