Thanks!

Removing the part in bsys.c solfed the problem. FD is compiled and running now. :-)

Greetings,
User100


Martin Simmons schrieb:
On Wed, 29 Aug 2007 17:16:59 +0200, user100  said:
            
Can someone give me a hint what is wrong here?

------------------------------------------------------------------------------------------------------
Compiling attr.c
Compiling base64.c
Compiling berrno.c
Compiling bsys.c
bsys.c:47: declaration of C function `int initgroups(char *, int)' 
conflicts with
/usr/include/grp.h:194: previous declaration `int initgroups(const char 
*, unsigned int)' here
make: 1254-004 The error code from the last command is 1.
    

I think it is a bug to have this declared in bsys.c, but the decl was added to
fix problems on older AIX versions.

As a workaround, you can delete the decl and see what happens.

__Martin
  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to