Re: [Firebird-devel] C api cleanup for api2.c

2012-11-07 Thread Alex Peshkoff
On 11/08/12 11:37, marius adrian popa wrote: > Thanks seems to compile now > cc -Wall -L/usr/lib -lfbclient > -I/usr/share/doc/firebird2.5-common-doc/examples/include/ api2.c > > ISC_USER=SYSDBA ISC_PASSWORD=masterkey ./a.out > /var/lib/firebird/2.5/data/employee.fdb > Dynamic SQL Error > -SQL erro

Re: [Firebird-devel] C api cleanup for api2.c

2012-11-07 Thread marius adrian popa
Thanks seems to compile now cc -Wall -L/usr/lib -lfbclient -I/usr/share/doc/firebird2.5-common-doc/examples/include/ api2.c ISC_USER=SYSDBA ISC_PASSWORD=masterkey ./a.out /var/lib/firebird/2.5/data/employee.fdb Dynamic SQL Error -SQL error code = -206 -Column unknown -BUDGET -Client SQL dialect 1

Re: [Firebird-devel] C api cleanup for api2.c

2012-11-07 Thread Alex Peshkoff
On 11/08/12 00:01, marius adrian popa wrote: > I try to compile the examples on debian testing on arm (raspberry) > > gcc -L/usr/lib -lfbclient > -I/usr/share/doc/firebird2.5-common-doc/examples/include/ api2.c > api2.c:38:5: error: conflicting types for ‘getline’ > /usr/include/stdio.h:671:20: not