>>>>> On Wed, 21 Sep 2005 18:33:30 -0300, Fernanda Santoro <[EMAIL PROTECTED]> 
>>>>> said:

  Fernanda> After do ranlib -t -X 32 libbac.a, gmake returns another error:
  Fernanda> ==== Make of filed is good ====

  Fernanda> /tmp/bacula/bacula-1.36.1/autoconf/install-sh -c -m 0754 bacula-fd
  Fernanda> /usr/sbin/bacula-fd
  Fernanda> ==> Found existing bacula-fd.conf, installing new conf file as
  Fernanda> bacula-fd.conf.new
  Fernanda> /tmp/bacula/bacula-1.36.1/autoconf/install-sh -c -m 640
  Fernanda> bacula-fd.conf/usr/etc/bacula-
  Fernanda> fd.conf.new
  Fernanda> g++ -c -I. -I.. -g -O2 -Wall conio.c
  Fernanda> In file included from ../bacula.h:113,
  Fernanda> from conio.c:52:
  Fernanda> 
/usr/bin/../lib/gcc-lib/powerpc-ibm-aix4.3.3.0/2.9-aix51-020209/include/pthread.h:166:
  Fernanda> warning: missing white space after `#define PTHREAD_ONCE_INIT'
  Fernanda> conio.c: In function `void con_init (FILE *)':
  Fernanda> conio.c:249: cannot convert `void (*) (...)' to `void (*) ()' for 
argument
  Fernanda> `1' to `atexit (void (*) ())'
  Fernanda> make: 1254-004 The error code from the last command is 1.


  Fernanda> Stop.
  Fernanda> make: 1254-004 The error code from the last command is 1.


  Fernanda> Stop.

  Fernanda> Do you have any idea?

Try changing the line (probably line 249) in conio.c from

void con_term();

to

void con_term(void);

__Martin


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. 
Download it for free - -and be entered to win a 42" plasma tv or your very
own Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to