Re: [Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Paul Beach
I see. If architecture/i386/io.h is used, we need to add some #ifdefs here. Correct, otherwise the default Darwin build will be broken if that line is commented out. By the way did you try to build Firebird with cmake? Does it work? No, cureently we build using GNU Make and either gcc/g++ or

[Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Paul Beach
Using: --- src/isql/InputDevices.cpp (revision 60530) +++ src/isql/InputDevices.cpp (working copy) @@ -23,12 +23,12 @@ #include firebird.h #ifdef DARWIN -#if defined(i386) || defined(__x86_64__) -#include architecture/i386/io.h -#else +//#if defined(i386) || defined(__x86_64__) +//#include

[Firebird-devel] [FB-Tracker] Created: (CORE-4670) INSERT SELECT bug with 2.5.3

2015-01-22 Thread JIRA
INSERT SELECT bug with 2.5.3 Key: CORE-4670 URL: http://tracker.firebirdsql.org/browse/CORE-4670 Project: Firebird Core Issue Type: Bug Affects Versions: 2.5.3 Update 1 Reporter: Attila Molnár

Re: [Firebird-devel] Firebird and CMake and Darwin

2015-01-22 Thread Egor Pugin
I see. If architecture/i386/io.h is used, we need to add some #ifdefs here. By the way did you try to build Firebird with cmake? Does it work? On 22 January 2015 at 15:31, Paul Beach pbe...@ibphoenix.com wrote: Using: --- src/isql/InputDevices.cpp (revision 60530) +++