Re: [Firebird-devel] Buildling Firebird 2.1.5 with clang++ and libc++ on MacOSX

2013-06-20 Thread Alex Peshkoff
On 06/19/13 20:40, Lee Graber wrote: I am hoping I got the correct discussion alias. I am trying to figure out if I am going down a hole that I will not be happy with. My team uses Firebird's embedded engine for a couple of things and we are currently on the 2.1.x line. We are attempting to

Re: [Firebird-devel] Buildling Firebird 2.1.5 with clang++ and libc++ on MacOSX

2013-06-20 Thread marius adrian popa
I compile with clang++ and indeed there are many warning in 2.5/3.0 export CXX=clang++ ./autogen.sh I propose to solve them in 3.0 trunk branch , so we don't introduce any new bugs in the stable 2.5 branch So if you have patches please send them to this list with current clang on debian

Re: [Firebird-devel] Buildling Firebird 2.1.5 with clang++ and libc++ on MacOSX

2013-06-20 Thread Lee Graber
I will have to retry 2.5. When I tried it, I had more issues but I should recheck. Do you use libc++ also? Do you turn off certain warnings? I fell back on 2.1.5 because it was less of a move for our team. I got it to build on 2.1.5 (for now I turned off narrowing warnings after fixing some

Re: [Firebird-devel] 2.5 build error

2013-06-20 Thread Dmitry Yemanov
20.06.2013 10:50, Philippe Makowski wrote: seems that 2.5 don't build http://ci.ibphoenix.fr/job/firebird25_Linux_64/89/ Thanks. I've committed a workaround, but cannot validate it. Let's see what the tomorrow's integration will report. Dmitry

Re: [Firebird-devel] 2.5 build error

2013-06-20 Thread Alex Peshkoff
On 06/20/13 11:42, Dmitry Yemanov wrote: 20.06.2013 10:50, Philippe Makowski wrote: seems that 2.5 don't build http://ci.ibphoenix.fr/job/firebird25_Linux_64/89/ Thanks. I've committed a workaround, but cannot validate it. Let's see what the tomorrow's integration will report. It builds OK

[Firebird-devel] [FB-Tracker] Created: (CORE-4128) Default value can be of wrong type

2013-06-20 Thread Thomas Beckmann (JIRA)
Default value can be of wrong type -- Key: CORE-4128 URL: http://tracker.firebirdsql.org/browse/CORE-4128 Project: Firebird Core Issue Type: Bug Components: Engine Affects Versions: 3.0 Initial

Re: [Firebird-devel] Trunk build error

2013-06-20 Thread Dmitry Yemanov
19.06.2013 17:45, Adriano dos Santos Fernandes wrote: As a related topic, there were TCS tests already failing after previous SEQUENCE command changes. I started to debug it but didn't finished. The problem was about SET GENERATOR (which was a DML command) and transaction visibility.

Re: [Firebird-devel] Buildling Firebird 2.1.5 with clang++ and libc++ on MacOSX

2013-06-20 Thread marius adrian popa
I have eliminated the error: use 'template' keyword to treat 'as' as a dependent template name using this solution http://stackoverflow.com/a/3786481/66242 g++ compilation went ok no crashes for database creation clang++ compilation went ok but with one crash in help db restoring (I will

Re: [Firebird-devel] Buildling Firebird 2.1.5 with clang++ and libc++ on MacOSX

2013-06-20 Thread Adriano dos Santos Fernandes
On 20/06/2013 03:26, Alex Peshkoff wrote: On 06/19/13 20:40, Lee Graber wrote: I am hoping I got the correct discussion alias. I am trying to figure out if I am going down a hole that I will not be happy with. My team uses Firebird's embedded engine for a couple of things and we are

[Firebird-devel] event connection lost after long inactivity

2013-06-20 Thread Veselin Pavlov
Hi all, We are experiencing problems with unreceived db events. After some investigation found out that the connection to the event (aux) port from the client to the server is lost and the client never understands about that. Many routers and firewalls automatically close idle connections