Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
325309a7
Kaydet (Commit)
325309a7
authored
Eki 03, 2012
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mention the disable-dynloading issue
Change-Id: I6d2349b8c4d97d266faebdb630c65e0441e25b18
üst
7bd77ca9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
README
expat/README
+9
-0
No files found.
expat/README
Dosyayı görüntüle @
325309a7
...
@@ -36,5 +36,14 @@ libexpat in builds where that is used, why is a separate Unicode one
...
@@ -36,5 +36,14 @@ libexpat in builds where that is used, why is a separate Unicode one
needed when an internal expat is used? Good question. Next
needed when an internal expat is used? Good question. Next
question. Patches welcome.
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:
From:
[http://expat.sourceforge.net/]
[http://expat.sourceforge.net/]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment