Subject | Problem compiling Firebird 1.0.3.972 |
---|---|
Author | Pierre |
Post date | 2003-11-08T21:32:52Z |
Hi,
I try to compile Firebird-1.0.3.972 on my GNU/Linux system with gcc-3.3
but for the make I got this :
[...]
Building GBAK...
sh -c 'cd source/burp; gmake CFLAGS="-ggdb -DLINUX -Wall
-fwritable-strings -I/include " SYSTEM="builds" burp'
gmake[1]: Entering directory `/tmp/interbase/burp'
gcc -s -c -ggdb -DLINUX -Wall -fwritable-strings -I/include -DDEV_BUILD
backup.c
In file included from ../burp/burp.h:29,
from backup.c:48:
../jrd/gds.h:2442:21: iberror.h: No such file or directory
In file included from ../jrd/svc.h:28,
from ../burp/burp.h:612,
from backup.c:48:
../jrd/svc_undoc.h:94:8: warning: extra tokens at end of #endif directive
In file included from ../burp/burp.h:613,
from backup.c:48:
../jrd/svc_proto.h:33: warning: `struct tdbb' declared inside parameter list
../jrd/svc_proto.h:33: warning: its scope is only this definition or
declaration, which is probably not what you want
In file included from backup.c:54:
../burp/canon_proto.h:27: warning: `struct lstring' declared inside
parameter list
../burp/canon_proto.h:28: warning: `struct lstring' declared inside
parameter list
backup.c:1351: warning: missing braces around initializer
backup.c:1351: warning: (near initialization for `rfr_table[0]')
backup.c: In function `BACKUP_backup':
backup.c:1677: warning: passing arg 3 of `MVOL_fini_write' from
incompatible pointer type
backup.c: In function `compress':
backup.c:1745: warning: suggest parentheses around assignment used as
truth value
backup.c:1761: warning: suggest parentheses around assignment used as
truth value
backup.c: In function `copy':
backup.c:1794: warning: unused variable `p'
[...]
It would be great if you could help me with this !
Best regards,
Pierre.
I try to compile Firebird-1.0.3.972 on my GNU/Linux system with gcc-3.3
but for the make I got this :
[...]
Building GBAK...
sh -c 'cd source/burp; gmake CFLAGS="-ggdb -DLINUX -Wall
-fwritable-strings -I/include " SYSTEM="builds" burp'
gmake[1]: Entering directory `/tmp/interbase/burp'
gcc -s -c -ggdb -DLINUX -Wall -fwritable-strings -I/include -DDEV_BUILD
backup.c
In file included from ../burp/burp.h:29,
from backup.c:48:
../jrd/gds.h:2442:21: iberror.h: No such file or directory
In file included from ../jrd/svc.h:28,
from ../burp/burp.h:612,
from backup.c:48:
../jrd/svc_undoc.h:94:8: warning: extra tokens at end of #endif directive
In file included from ../burp/burp.h:613,
from backup.c:48:
../jrd/svc_proto.h:33: warning: `struct tdbb' declared inside parameter list
../jrd/svc_proto.h:33: warning: its scope is only this definition or
declaration, which is probably not what you want
In file included from backup.c:54:
../burp/canon_proto.h:27: warning: `struct lstring' declared inside
parameter list
../burp/canon_proto.h:28: warning: `struct lstring' declared inside
parameter list
backup.c:1351: warning: missing braces around initializer
backup.c:1351: warning: (near initialization for `rfr_table[0]')
backup.c: In function `BACKUP_backup':
backup.c:1677: warning: passing arg 3 of `MVOL_fini_write' from
incompatible pointer type
backup.c: In function `compress':
backup.c:1745: warning: suggest parentheses around assignment used as
truth value
backup.c:1761: warning: suggest parentheses around assignment used as
truth value
backup.c: In function `copy':
backup.c:1794: warning: unused variable `p'
[...]
It would be great if you could help me with this !
Best regards,
Pierre.