Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-compile for Android using a Windows host doesn't install version-neutral .so file #1

Open
mitza-oci opened this issue Feb 3, 2020 · 0 comments
Assignees

Comments

@mitza-oci
Copy link
Member

Cross-compiling should generate the same files independent of host platform.
What we observe is that Windows has

lib\libxerces-c-3.2.so

while Linux has

lib/libxerces-c.so
lib/libxerces-c-3.2.so

Seems to be a problem with the block of CMake around line 1284 in src/CMakeLists.txt. Need to check upstream to see if there are any fixes post-3.2.2 (or just proposed) or if an issue exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants