-
Notifications
You must be signed in to change notification settings - Fork 250
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
Xerces lib #104
Comments
… On Wed, Jun 12, 2019 at 6:55 PM mtotaro ***@***.***> wrote:
Hi
I'm having problems to compile the library, especially I would like to get
the xerces library and know if I can use it on android, since I'm doing a
project and I need that library.
Is there any chance of getting the .so or .a from the compiled xerces
library?
Thank you.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#104?email_source=notifications&email_token=AABF5QB2SUK7Y433GBYRHGLP2EL7HA5CNFSM4HXKNZPKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GZDIF7Q>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABF5QASFJKC5AJOATQYQDTP2EL7HANCNFSM4HXKNZPA>
.
|
Hi, libxerces.a(IconvGNUTransService.o):IconvGNUTransService.cpp:function xercesc_3_1::IconvGNUWrapper::toUpper(unsigned short): error: undefined reference to 'SDL_iconv' libxerces.a(IconvGNUTransService.o):IconvGNUTransService.cpp:function xercesc_3_1::IconvGNUTransService::IconvGNUTransService(xercesc_3_1::MemoryManager*): error: undefined reference to 'SDL_iconv_open' libxerces.a(IconvGNUTransService.o):IconvGNUTransService.cpp:function xercesc_3_1::IconvGNUTransService::~IconvGNUTransService(): error: undefined reference to 'SDL_iconv_close' Do you have any idea what is the problem? |
I was investigating and the problem is in the following path of the folder xercesc \ jni \ xerces \ iconv apparently they are renaming with an extension class .h and now can not find them. When you compiled the .a, the folder xercesc \ jni \ xerces \ iconv was included? |
Im trying to use my android make like this,
but it dont work... :( |
I'm always spinning around in the same problem. Could you help me? Really more than 1 week ago I can not move forward with this project. Thank you. |
Any idea? |
I've built a new version, which should fix linker errors
https://sourceforge.net/projects/libsdl-android/files/tmp/xerces-precompiled-v2.tar.gz/download
…On Tue, Jul 2, 2019 at 4:59 PM mtotaro ***@***.***> wrote:
Any idea?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#104?email_source=notifications&email_token=AABF5QENZFGYCF572ULAD3DP5NNMVA5CNFSM4HXKNZPKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZBLWGI#issuecomment-507689753>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABF5QF4VAZCEGW4RSZL623P5NNMVANCNFSM4HXKNZPA>
.
|
Hi
I'm having problems to compile the library, especially I would like to get the xerces library and know if I can use it on android, since I'm doing a project and I need that library.
Is there any chance of getting the .so or .a from the compiled xerces library?
Thank you.
The text was updated successfully, but these errors were encountered: