Hello,

czw., 28 lut 2019 o 18:58 Jose Alberto <j.se...@gmail.com> napisał(a):

> Hi.
>
> I install gcc and g++ on AIX-7.  all OK.
>
>
> But the result of "make"   (only  client)
>
> On Bacula  5.0.1,  5.2.13,  7.4.7  and 7.9.5:
>
> Compiling xattr.c
> xattr.c: In function 'bxattr_exit_code build_xattr_streams(JCR*, FF_PKT*)':
> xattr.c:2334:8: error: 'os_build_xattr_streams' was not declared in this
> scope
>     if (os_build_xattr_streams) {
>         ^
> xattr.c: In function 'bxattr_exit_code parse_xattr_streams(JCR*, int)':
> xattr.c:2344:8: error: 'os_parse_xattr_streams' was not declared in this
> scope
>     if (os_parse_xattr_streams) {
>         ^
> xattr.c:2348:34: error: 'os_default_xattr_streams' was not declared in
> this scope
>        for (cnt = 0; cnt < sizeof(os_default_xattr_streams) / sizeof(int);
> cnt++) {
>                                   ^
> xattr.c: At global scope:
> xattr.c:71:25: warning: 'bxattr_exit_code send_xattr_stream(JCR*, int)'
> defined but not used [-Wunused-function]
>  static bxattr_exit_code send_xattr_stream(JCR *jcr, int stream)
>                          ^
> make: 1254-004 The error code from the last command is 1.
>
>
Disabling XATTR support should fix your build.

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to