[Firebird-devel] [FB-Tracker] Reopened: (CORE-5257) Enable nested keys in plugin configuration

2016-10-24 Thread Vlad Khorsun (JIRA)
[ http://tracker.firebirdsql.org/browse/CORE-5257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vlad Khorsun reopened CORE-5257: Fix Version/s: 3.0.2 Re-opened due to wrong parsing of nested keys > Enable nested keys in plugin

Re: [Firebird-devel] How to make androd libfbclient.so.3.0.0 64-bit , x86-64 ?

2016-10-24 Thread marius adrian popa
Added Android x86_64 cross and makefile file libfbclient.so.3.0.2 libfbclient.so.3.0.2: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, not stripped https://github.com/FirebirdSQL/firebird/pull/59/commits/3cc28b0286527bef39f369d0aec3a8687a3d65fd What is left is x86

Re: [Firebird-devel] How to make androd libfbclient.so.3.0.0 64-bit , x86-64 ?

2016-10-24 Thread marius adrian popa
Seems that timeb.h is deprecated in android-2x https://github.com/FirebirdSQL/firebird/pull/59/commits/8fd0edd4b81fccfb2e1f949374f0f46c11337192 I have added a pull request for arm64 https://github.com/FirebirdSQL/firebird/pull/59 I will add for x86 and x86-64 also On Mon, Oct 24, 2016 at 12:17

Re: [Firebird-devel] How to make androd libfbclient.so.3.0.0 64-bit , x86-64 ?

2016-10-24 Thread marius adrian popa
android-14 doesn't have the x86-64 folder with headers replaced with android-24 CROSS_PLATFORM:=$(NDK)/platforms/android-24/arch-x86_64 On Mon, Oct 24, 2016 at 1:01 AM, marius adrian popa wrote: > With a few tweaks i have created a build configuration file for >