Re: [Firebird-devel] Fix mingw build

2021-04-02 Thread Alex Peshkoff via Firebird-devel
On 4/2/21 6:09 PM, Dimitry Sibiryakov wrote: 02.04.2021 15:19, Biswapriyo Nath wrote: How can I fix the build?   In short - you cannot. It is my experience as a mingw build maintaner before 15 years. Not sure long term, may Dimitry is right. I did not support that build. What about this

Re: [Firebird-devel] Fix mingw build

2021-04-02 Thread Dimitry Sibiryakov
02.04.2021 15:19, Biswapriyo Nath wrote: How can I fix the build? In short - you cannot. It is my experience as a mingw build maintaner before 15 years. -- WBR, SD. Firebird-Devel mailing list, web interface at https://lists.sourceforge.net/lists/listinfo/firebird-devel

[Firebird-devel] Fix mingw build

2021-04-02 Thread Biswapriyo Nath
I am trying to build firebird with mingw toolchain. I have been fixing some issues here[1]. But I have came across a blocking issue. After building firebird.exe, the make wants to compile utilities/guard/guard.cpp but it uses fork(2) which is not in available in Win32 platform. How can I fix the