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
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
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
>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
-=| 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 %