Re: [Firebird-devel] Which are the requeriments for to be a Firebird's core developer?

2013-12-04 Thread marius adrian popa
I guess you can start with first task compiling and onother task would be document new firebird 3 api with examples https://github.com/asfernandes/fbstuff/commits/master If i had time i would create new firebird 3 c++ examples from old c based api https://github.com/asfernandes/firebird/tree/mast

Re: [Firebird-devel] Which are the requeriments for to be a Firebird's core developer?

2013-12-04 Thread marius adrian popa
For building and contributing there is a Geting Involved page http://www.firebirdsql.org/en/building-the-code/ Conceptual papers that is worth to read http://www.ibphoenix.com/resources/documents/design also for Conceptual Architecture for Firebird I have updated the html paper to firebird 2.5 a

Re: [Firebird-devel] Which are the requeriments for to be a Firebird's core developer?

2013-12-04 Thread W O
Thank you very much Marius. A lot of reading, next days. :-) Greetings. Walter. On Wed, Dec 4, 2013 at 10:33 AM, marius adrian popa wrote: > For building and contributing there is a > Geting Involved page > > http://www.firebirdsql.org/en/building-the-code/ > > > Conceptual papers that is

[Firebird-devel] firebird fails to build if "-Werror=format-security" flag is used.

2013-12-04 Thread Philippe Makowski
>From Fedora : https://bugzilla.redhat.com/show_bug.cgi?id=1037062 In fact is is true, Mageia use "-Werror=format-security" since a long time and to build Firebird package for Mageia I had to disable this (by chance I can using %define Werror_cflags %{nil} in the rpm spec file) but it is bad fro

Re: [Firebird-devel] firebird fails to build if "-Werror=format-security" flag is used.

2013-12-04 Thread Damyan Ivanov
-=| Philippe Makowski, 04.12.2013 19:32:30 +0100 |=- > >From Fedora : > > https://bugzilla.redhat.com/show_bug.cgi?id=1037062 > > In fact is is true, Mageia use "-Werror=format-security" since a long > time and to build Firebird package for Mageia I had to disable this (by > chance I can using %