Re: [Firebird-devel] Examples broken in Windows

2015-01-28 Thread Adriano dos Santos Fernandes
On 27/01/2015 16:05, Egor Pugin wrote: Are the examples broken in all Windows builds? No, CMake build works well. cd firebird_sources mkdir build cd build cmake .. or cmake -H. -Bwin gives: CMake Error: CMake can not determine linker language for target: engine12_common Adriano

[Firebird-devel] [FB-Tracker] Created: (CORE-4673) Computed index regression

2015-01-28 Thread Simeon Bodurov (JIRA)
Computed index regression - Key: CORE-4673 URL: http://tracker.firebirdsql.org/browse/CORE-4673 Project: Firebird Core Issue Type: Bug Affects Versions: 2.5.3 Environment: Firebird 2.5.3 classic on Win 7

[Firebird-devel] [FB-Tracker] Created: (CORE-4674) Computed index regression

2015-01-28 Thread Simeon Bodurov (JIRA)
Computed index regression - Key: CORE-4674 URL: http://tracker.firebirdsql.org/browse/CORE-4674 Project: Firebird Core Issue Type: Bug Affects Versions: 2.5.3 Environment: Firebird 2.5.3 classic on Win 7

Re: [Firebird-devel] Examples broken in Windows

2015-01-28 Thread Egor Pugin
I've commited possible fix. Please, 1) update the sources; 2) remove previous build dir ('build' or 'win' or whatever you have); 3) re-run any cmake command you listed. On 28 January 2015 at 17:21, Adriano dos Santos Fernandes adrian...@gmail.com wrote: On 27/01/2015 16:05, Egor Pugin wrote:

Re: [Firebird-devel] Examples broken in Windows

2015-01-28 Thread Egor Pugin
Oops. Yes, it is intented that build is started using clean working tree. By 'clean' I mean no 'default build system' build was run in this dir. I'll add a such note to my doc page. On 28 January 2015 at 18:24, Adriano dos Santos Fernandes adrian...@gmail.com wrote: On 28/01/2015 12:55, Egor

Re: [Firebird-devel] Examples broken in Windows

2015-01-28 Thread Adriano dos Santos Fernandes
On 28/01/2015 12:55, Egor Pugin wrote: I've commited possible fix. Please, 1) update the sources; 2) remove previous build dir ('build' or 'win' or whatever you have); 3) re-run any cmake command you listed. I tried again and the same error happened: CMake Error at src/CMakeLists.txt:416

[Firebird-devel] [FB-Tracker] Created: (CORE-4675) Update of table using WHERE id = cursor.id ignores index on field ID

2015-01-28 Thread Pavel Zotov (JIRA)
Update of table using WHERE id = cursor.id ignores index on field ID Key: CORE-4675 URL: http://tracker.firebirdsql.org/browse/CORE-4675 Project: Firebird Core Issue