[Firebird-devel] How to install a local source build for testing purposes?

2020-08-24 Thread Ian Lawrence Barwick
Hi I maintain the PostgreSQL foreign data wrapper (FDW) for Firebird [1] and am planning to verify it against Firebird 4 to check for compatibility, new features which need supporting etc. [1] https://github.com/ibarwick/firebird_fdw/ To which end I thought I'd try building it from source

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread marius adrian popa
Tested with 3.0 branch and fails at one moment export NDK=$HOME/android-ndk-r17c ./autogen.sh --prefix=/opt/firebird --enable-binreloc --with-cross-build=android.arm64 --without-editline --with-builtin-tommath make yvalve make[4]: Entering directory '/home/ubuntu/firebird/gen'

Re: [Firebird-devel] A new Rust driver

2020-08-24 Thread Luis Fernando Batels
Nice, we'll take a look. Thanks! Em seg., 24 de ago. de 2020 às 11:17, Adriano dos Santos Fernandes < adrian...@gmail.com> escreveu: > On 24/08/2020 10:53, Luis Fernando Batels wrote: > > > Did you take into an account an ability to add rust generator to cloop? > > > > No, we had not

Re: [Firebird-devel] A new Rust driver

2020-08-24 Thread Adriano dos Santos Fernandes
On 24/08/2020 10:53, Luis Fernando Batels wrote: > > Did you take into an account an ability to add rust generator to cloop? > > No, we had not considered. I made a simple search here and could not > find any material about cloop and rust. > > Do you have any doc about cloop in firebird or a

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread marius adrian popa
Thank you >From ndk r18 gcc has been removed (/home/ubuntu/android-ndk-r21d/toolchains//prebuilt/linux-x86_64/bin/aarch64-linux-android-gcc: Command not found) https://github.com/android/ndk/wiki/Changelog-r18 Here is the path for new llvm/clang binaries

Re: [Firebird-devel] A new Rust driver

2020-08-24 Thread Luis Fernando Batels
> Did you take into an account an ability to add rust generator to cloop? No, we had not considered. I made a simple search here and could not find any material about cloop and rust. Do you have any doc about cloop in firebird or a project/lang using them? Em seg., 24 de ago. de 2020 às 07:02,

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread Alex Peshkoff via Firebird-devel
On 2020-08-24 14:28, marius adrian popa wrote: Alex could you publish arm64 version on Firebird 3.0 download page ? I do not work with FB3 download page myself, I can just prepare binary and put into prerelease place. Firebird-Devel mailing list, web interface at

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread marius adrian popa
Alex could you publish arm64 version on Firebird 3.0 download page ? seems that 64bit is a requirement in google app store https://developer.android.com/distribute/best-practices/develop/64-bit On Mon, Aug 24, 2020 at 1:29 PM Alex Peshkoff via Firebird-devel <

Re: [Firebird-devel] How to build for Android 64 bit

2020-08-24 Thread Alex Peshkoff via Firebird-devel
On 2020-08-18 22:06, Karel Rys via Firebird-devel wrote: Hello, I have an application for Android (runs on mobile phones and barcode mobile scanners). Application is written in Delphi, uses Embedded Firebird 3.0.6 and is build for 32 bit. I would like to publish the application in Google

Re: [Firebird-devel] A new Rust driver

2020-08-24 Thread Alex Peshkoff via Firebird-devel
On 2020-08-23 16:23, Luis Fernando Batels wrote: Hi! I would like to share a new lib for use the Firebird in Rust programming language, and currently the only one: https://github.com/fernandobatels/rsfbclient. We are using the official fbclient, but one of contributors is also working on a