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 jes
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 beca
Hi,
seems that 2.5 don't build
http://ci.ibphoenix.fr/job/firebird25_Linux_64/89/
--
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
Firebird-Devel mailing list,
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
-
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 b
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
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.
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 retes
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 cu
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 a
Ah ... I see the difference. I forgot to include my CXXFLAGS settings. I am
doing
CXXFLAGS=-std=c++11 -stdlib=libc++
The code does not compile for the c++11 standard. I reverted that and then I
had only a couple of other issues (there is a problem where a makefile assumes
gcc and is for
20.06.2013 17:21, 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
> 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 a
20.06.2013 20:37, Lee Graber пишет:
> Ah ... I see the difference. I forgot to include my CXXFLAGS settings. I am
> doing
> CXXFLAGS=-std=c++11 -stdlib=libc++
> The code does not compile for the c++11 standard. I reverted that and then I
> had only a couple of other issues (there is a probl
14 matches
Mail list logo