Hi,

On 9/1/2006 10:13 AM, Arunav Mandal wrote:
> On Tuesday 29 August 2006 09:20, Arno Lehmann wrote:
> 
>>Hi,
>>
>>On 8/28/2006 10:55 PM, Arunav Mandal wrote:
>>
>>>I tried to compile bacula from source in suse 7 machine and it failed.
>>>Below I gave the error message.
...
> 
> I am attaching the error log file when I ran make.
> 
> Arunav.
> 
> 
> ------------------------------------------------------------------------
> 
> linux:~/bacula-1.38.11 # make
> ==>Entering directory /root/bacula-1.38.11/src
> make[1]: Entering directory `/root/bacula-1.38.11/src'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/root/bacula-1.38.11/src'
> ==>Entering directory /root/bacula-1.38.11/scripts
> make[1]: Entering directory `/root/bacula-1.38.11/scripts'
> make[1]: Nothing to be done for `all'.
> make[1]: Leaving directory `/root/bacula-1.38.11/scripts'
> ==>Entering directory /root/bacula-1.38.11/src/lib
> make[1]: Entering directory `/root/bacula-1.38.11/src/lib'
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  alloc.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  attr.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  base64.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  berrno.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bsys.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bget_msg.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bnet.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bnet_server.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bpipe.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bshm.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  btime.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  cram-md5.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  crc32.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  daemon.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  edit.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  fnmatch.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  hmac.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  idcache.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  jcr.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  lex.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  alist.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  dlist.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  md5.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  message.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  mem_pool.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  parse_conf.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  queue.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  bregex.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  res.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  rwlock.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  scan.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  serial.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  sha1.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  semlock.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  signal.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  smartall.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  tls.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  tree.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  util.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  var.c
> var.c:2659: braced-group within expression allowed only inside a function
> var.c:2659: parse error before `)'

... etc. and so on.

That looks definitely different to what I had, and I suspect that it's 
much more serious... might even be that your compiler doesn't like the 
source code any more. In such a case, it is possible to install a newer 
gcc parallel to the existing one, but this might be more work than 
upgrading the whole machine. Or replacing it.

Even I did so in the end :-)

Arno

> var.c:2659: ANSI C++ forbids declaration `__result' with no type
> var.c:2659: parse error before `}'
> var.c:2660: parse error before `if'
> var.c:2660: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2660: redefinition of `int __catalog_counter__'
> var.c:2660: `int __catalog_counter__' previously declared here
> var.c:2660: parse error before `}'
> var.c:2660: ANSI C++ forbids declaration `__result' with no type
> var.c:2660: redefinition of `int __result'
> var.c:2659: `int __result' previously declared here
> var.c:2660: `__translation__' was not declared in this scope
> var.c:2660: parse error before `}'
> var.c:2660: ANSI C++ forbids declaration `__result' with no type
> var.c:2660: redefinition of `int __result'
> var.c:2660: `int __result' previously defined here
> var.c:2660: parse error before `}'
> var.c:2661: redefinition of `int __catalog_counter__'
> var.c:2660: `int __catalog_counter__' previously defined here
> var.c:2661: parse error before `if'
> var.c:2661: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2661: redefinition of `int __catalog_counter__'
> var.c:2660: `int __catalog_counter__' previously defined here
> var.c:2661: multiple initializations given for `__catalog_counter__'
> var.c:2661: parse error before `}'
> var.c:2661: ANSI C++ forbids declaration `__result' with no type
> var.c:2661: redefinition of `int __result'
> var.c:2660: `int __result' previously defined here
> var.c:2661: `__translation__' was not declared in this scope
> var.c:2661: parse error before `}'
> var.c:2661: ANSI C++ forbids declaration `__result' with no type
> var.c:2661: redefinition of `int __result'
> var.c:2661: `int __result' previously defined here
> var.c:2661: parse error before `}'
> var.c:2662: redefinition of `int __catalog_counter__'
> var.c:2661: `int __catalog_counter__' previously defined here
> var.c:2662: parse error before `if'
> var.c:2662: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2662: redefinition of `int __catalog_counter__'
> var.c:2661: `int __catalog_counter__' previously defined here
> var.c:2662: multiple initializations given for `__catalog_counter__'
> var.c:2662: parse error before `}'
> var.c:2662: ANSI C++ forbids declaration `__result' with no type
> var.c:2662: redefinition of `int __result'
> var.c:2661: `int __result' previously defined here
> var.c:2662: `__translation__' was not declared in this scope
> var.c:2662: parse error before `}'
> var.c:2662: ANSI C++ forbids declaration `__result' with no type
> var.c:2662: redefinition of `int __result'
> var.c:2662: `int __result' previously defined here
> var.c:2662: parse error before `}'
> var.c:2663: redefinition of `int __catalog_counter__'
> var.c:2662: `int __catalog_counter__' previously defined here
> var.c:2663: parse error before `if'
> var.c:2663: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2663: redefinition of `int __catalog_counter__'
> var.c:2662: `int __catalog_counter__' previously defined here
> var.c:2663: multiple initializations given for `__catalog_counter__'
> var.c:2663: parse error before `}'
> var.c:2663: ANSI C++ forbids declaration `__result' with no type
> var.c:2663: redefinition of `int __result'
> var.c:2662: `int __result' previously defined here
> var.c:2663: `__translation__' was not declared in this scope
> var.c:2663: parse error before `}'
> var.c:2663: ANSI C++ forbids declaration `__result' with no type
> var.c:2663: redefinition of `int __result'
> var.c:2663: `int __result' previously defined here
> var.c:2663: parse error before `}'
> var.c:2664: redefinition of `int __catalog_counter__'
> var.c:2663: `int __catalog_counter__' previously defined here
> var.c:2664: parse error before `if'
> var.c:2664: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2664: redefinition of `int __catalog_counter__'
> var.c:2663: `int __catalog_counter__' previously defined here
> var.c:2664: multiple initializations given for `__catalog_counter__'
> var.c:2664: parse error before `}'
> var.c:2664: ANSI C++ forbids declaration `__result' with no type
> var.c:2664: redefinition of `int __result'
> var.c:2663: `int __result' previously defined here
> var.c:2664: `__translation__' was not declared in this scope
> var.c:2664: parse error before `}'
> var.c:2664: ANSI C++ forbids declaration `__result' with no type
> var.c:2664: redefinition of `int __result'
> var.c:2664: `int __result' previously defined here
> var.c:2664: parse error before `}'
> var.c:2665: redefinition of `int __catalog_counter__'
> var.c:2664: `int __catalog_counter__' previously defined here
> var.c:2665: parse error before `if'
> var.c:2665: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2665: redefinition of `int __catalog_counter__'
> var.c:2664: `int __catalog_counter__' previously defined here
> var.c:2665: multiple initializations given for `__catalog_counter__'
> var.c:2665: parse error before `}'
> var.c:2665: ANSI C++ forbids declaration `__result' with no type
> var.c:2665: redefinition of `int __result'
> var.c:2664: `int __result' previously defined here
> var.c:2665: `__translation__' was not declared in this scope
> var.c:2665: parse error before `}'
> var.c:2665: ANSI C++ forbids declaration `__result' with no type
> var.c:2665: redefinition of `int __result'
> var.c:2665: `int __result' previously defined here
> var.c:2665: parse error before `}'
> var.c:2666: redefinition of `int __catalog_counter__'
> var.c:2665: `int __catalog_counter__' previously defined here
> var.c:2666: parse error before `if'
> var.c:2666: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2666: redefinition of `int __catalog_counter__'
> var.c:2665: `int __catalog_counter__' previously defined here
> var.c:2666: multiple initializations given for `__catalog_counter__'
> var.c:2666: parse error before `}'
> var.c:2666: ANSI C++ forbids declaration `__result' with no type
> var.c:2666: redefinition of `int __result'
> var.c:2665: `int __result' previously defined here
> var.c:2666: `__translation__' was not declared in this scope
> var.c:2666: parse error before `}'
> var.c:2666: ANSI C++ forbids declaration `__result' with no type
> var.c:2666: redefinition of `int __result'
> var.c:2666: `int __result' previously defined here
> var.c:2666: parse error before `}'
> var.c:2667: redefinition of `int __catalog_counter__'
> var.c:2666: `int __catalog_counter__' previously defined here
> var.c:2667: parse error before `if'
> var.c:2667: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2667: redefinition of `int __catalog_counter__'
> var.c:2666: `int __catalog_counter__' previously defined here
> var.c:2667: multiple initializations given for `__catalog_counter__'
> var.c:2667: parse error before `}'
> var.c:2667: ANSI C++ forbids declaration `__result' with no type
> var.c:2667: redefinition of `int __result'
> var.c:2666: `int __result' previously defined here
> var.c:2667: `__translation__' was not declared in this scope
> var.c:2667: parse error before `}'
> var.c:2667: ANSI C++ forbids declaration `__result' with no type
> var.c:2667: redefinition of `int __result'
> var.c:2667: `int __result' previously defined here
> var.c:2667: parse error before `}'
> var.c:2668: redefinition of `int __catalog_counter__'
> var.c:2667: `int __catalog_counter__' previously defined here
> var.c:2668: parse error before `if'
> var.c:2668: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2668: redefinition of `int __catalog_counter__'
> var.c:2667: `int __catalog_counter__' previously defined here
> var.c:2668: multiple initializations given for `__catalog_counter__'
> var.c:2668: parse error before `}'
> var.c:2668: ANSI C++ forbids declaration `__result' with no type
> var.c:2668: redefinition of `int __result'
> var.c:2667: `int __result' previously defined here
> var.c:2668: `__translation__' was not declared in this scope
> var.c:2668: parse error before `}'
> var.c:2668: ANSI C++ forbids declaration `__result' with no type
> var.c:2668: redefinition of `int __result'
> var.c:2668: `int __result' previously defined here
> var.c:2668: parse error before `}'
> var.c:2669: redefinition of `int __catalog_counter__'
> var.c:2668: `int __catalog_counter__' previously defined here
> var.c:2669: parse error before `if'
> var.c:2669: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2669: redefinition of `int __catalog_counter__'
> var.c:2668: `int __catalog_counter__' previously defined here
> var.c:2669: multiple initializations given for `__catalog_counter__'
> var.c:2669: parse error before `}'
> var.c:2669: ANSI C++ forbids declaration `__result' with no type
> var.c:2669: redefinition of `int __result'
> var.c:2668: `int __result' previously defined here
> var.c:2669: `__translation__' was not declared in this scope
> var.c:2669: parse error before `}'
> var.c:2669: ANSI C++ forbids declaration `__result' with no type
> var.c:2669: redefinition of `int __result'
> var.c:2669: `int __result' previously defined here
> var.c:2669: parse error before `}'
> var.c:2670: redefinition of `int __catalog_counter__'
> var.c:2669: `int __catalog_counter__' previously defined here
> var.c:2670: parse error before `if'
> var.c:2670: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2670: redefinition of `int __catalog_counter__'
> var.c:2669: `int __catalog_counter__' previously defined here
> var.c:2670: multiple initializations given for `__catalog_counter__'
> var.c:2670: parse error before `}'
> var.c:2670: ANSI C++ forbids declaration `__result' with no type
> var.c:2670: redefinition of `int __result'
> var.c:2669: `int __result' previously defined here
> var.c:2670: `__translation__' was not declared in this scope
> var.c:2670: parse error before `}'
> var.c:2670: ANSI C++ forbids declaration `__result' with no type
> var.c:2670: redefinition of `int __result'
> var.c:2670: `int __result' previously defined here
> var.c:2670: parse error before `}'
> var.c:2671: redefinition of `int __catalog_counter__'
> var.c:2670: `int __catalog_counter__' previously defined here
> var.c:2671: parse error before `if'
> var.c:2671: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2671: redefinition of `int __catalog_counter__'
> var.c:2670: `int __catalog_counter__' previously defined here
> var.c:2671: multiple initializations given for `__catalog_counter__'
> var.c:2671: parse error before `}'
> var.c:2671: ANSI C++ forbids declaration `__result' with no type
> var.c:2671: redefinition of `int __result'
> var.c:2670: `int __result' previously defined here
> var.c:2671: `__translation__' was not declared in this scope
> var.c:2671: parse error before `}'
> var.c:2671: ANSI C++ forbids declaration `__result' with no type
> var.c:2671: redefinition of `int __result'
> var.c:2671: `int __result' previously defined here
> var.c:2671: parse error before `}'
> var.c:2672: redefinition of `int __catalog_counter__'
> var.c:2671: `int __catalog_counter__' previously defined here
> var.c:2672: parse error before `if'
> var.c:2672: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2672: redefinition of `int __catalog_counter__'
> var.c:2671: `int __catalog_counter__' previously defined here
> var.c:2672: multiple initializations given for `__catalog_counter__'
> var.c:2672: parse error before `}'
> var.c:2672: ANSI C++ forbids declaration `__result' with no type
> var.c:2672: redefinition of `int __result'
> var.c:2671: `int __result' previously defined here
> var.c:2672: `__translation__' was not declared in this scope
> var.c:2672: parse error before `}'
> var.c:2672: ANSI C++ forbids declaration `__result' with no type
> var.c:2672: redefinition of `int __result'
> var.c:2672: `int __result' previously defined here
> var.c:2672: parse error before `}'
> var.c:2673: redefinition of `int __catalog_counter__'
> var.c:2672: `int __catalog_counter__' previously defined here
> var.c:2673: parse error before `if'
> var.c:2673: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2673: redefinition of `int __catalog_counter__'
> var.c:2672: `int __catalog_counter__' previously defined here
> var.c:2673: multiple initializations given for `__catalog_counter__'
> var.c:2673: parse error before `}'
> var.c:2673: ANSI C++ forbids declaration `__result' with no type
> var.c:2673: redefinition of `int __result'
> var.c:2672: `int __result' previously defined here
> var.c:2673: `__translation__' was not declared in this scope
> var.c:2673: parse error before `}'
> var.c:2673: ANSI C++ forbids declaration `__result' with no type
> var.c:2673: redefinition of `int __result'
> var.c:2673: `int __result' previously defined here
> var.c:2673: parse error before `}'
> var.c:2674: redefinition of `int __catalog_counter__'
> var.c:2673: `int __catalog_counter__' previously defined here
> var.c:2674: parse error before `if'
> var.c:2674: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2674: redefinition of `int __catalog_counter__'
> var.c:2673: `int __catalog_counter__' previously defined here
> var.c:2674: multiple initializations given for `__catalog_counter__'
> var.c:2674: parse error before `}'
> var.c:2674: ANSI C++ forbids declaration `__result' with no type
> var.c:2674: redefinition of `int __result'
> var.c:2673: `int __result' previously defined here
> var.c:2674: `__translation__' was not declared in this scope
> var.c:2674: parse error before `}'
> var.c:2674: ANSI C++ forbids declaration `__result' with no type
> var.c:2674: redefinition of `int __result'
> var.c:2674: `int __result' previously defined here
> var.c:2674: parse error before `}'
> var.c:2675: redefinition of `int __catalog_counter__'
> var.c:2674: `int __catalog_counter__' previously defined here
> var.c:2675: parse error before `if'
> var.c:2675: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2675: redefinition of `int __catalog_counter__'
> var.c:2674: `int __catalog_counter__' previously defined here
> var.c:2675: multiple initializations given for `__catalog_counter__'
> var.c:2675: parse error before `}'
> var.c:2675: ANSI C++ forbids declaration `__result' with no type
> var.c:2675: redefinition of `int __result'
> var.c:2674: `int __result' previously defined here
> var.c:2675: `__translation__' was not declared in this scope
> var.c:2675: parse error before `}'
> var.c:2675: ANSI C++ forbids declaration `__result' with no type
> var.c:2675: redefinition of `int __result'
> var.c:2675: `int __result' previously defined here
> var.c:2675: parse error before `}'
> var.c:2676: redefinition of `int __catalog_counter__'
> var.c:2675: `int __catalog_counter__' previously defined here
> var.c:2676: parse error before `if'
> var.c:2676: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2676: redefinition of `int __catalog_counter__'
> var.c:2675: `int __catalog_counter__' previously defined here
> var.c:2676: multiple initializations given for `__catalog_counter__'
> var.c:2676: parse error before `}'
> var.c:2676: ANSI C++ forbids declaration `__result' with no type
> var.c:2676: redefinition of `int __result'
> var.c:2675: `int __result' previously defined here
> var.c:2676: `__translation__' was not declared in this scope
> var.c:2676: parse error before `}'
> var.c:2676: ANSI C++ forbids declaration `__result' with no type
> var.c:2676: redefinition of `int __result'
> var.c:2676: `int __result' previously defined here
> var.c:2676: parse error before `}'
> var.c:2677: redefinition of `int __catalog_counter__'
> var.c:2676: `int __catalog_counter__' previously defined here
> var.c:2677: parse error before `if'
> var.c:2677: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2677: redefinition of `int __catalog_counter__'
> var.c:2676: `int __catalog_counter__' previously defined here
> var.c:2677: multiple initializations given for `__catalog_counter__'
> var.c:2677: parse error before `}'
> var.c:2677: ANSI C++ forbids declaration `__result' with no type
> var.c:2677: redefinition of `int __result'
> var.c:2676: `int __result' previously defined here
> var.c:2677: `__translation__' was not declared in this scope
> var.c:2677: parse error before `}'
> var.c:2677: ANSI C++ forbids declaration `__result' with no type
> var.c:2677: redefinition of `int __result'
> var.c:2677: `int __result' previously defined here
> var.c:2677: parse error before `}'
> var.c:2678: redefinition of `int __catalog_counter__'
> var.c:2677: `int __catalog_counter__' previously defined here
> var.c:2678: parse error before `if'
> var.c:2678: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2678: redefinition of `int __catalog_counter__'
> var.c:2677: `int __catalog_counter__' previously defined here
> var.c:2678: multiple initializations given for `__catalog_counter__'
> var.c:2678: parse error before `}'
> var.c:2678: ANSI C++ forbids declaration `__result' with no type
> var.c:2678: redefinition of `int __result'
> var.c:2677: `int __result' previously defined here
> var.c:2678: `__translation__' was not declared in this scope
> var.c:2678: parse error before `}'
> var.c:2678: ANSI C++ forbids declaration `__result' with no type
> var.c:2678: redefinition of `int __result'
> var.c:2678: `int __result' previously defined here
> var.c:2678: parse error before `}'
> var.c:2679: redefinition of `int __catalog_counter__'
> var.c:2678: `int __catalog_counter__' previously defined here
> var.c:2679: parse error before `if'
> var.c:2679: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2679: redefinition of `int __catalog_counter__'
> var.c:2678: `int __catalog_counter__' previously defined here
> var.c:2679: multiple initializations given for `__catalog_counter__'
> var.c:2679: parse error before `}'
> var.c:2679: ANSI C++ forbids declaration `__result' with no type
> var.c:2679: redefinition of `int __result'
> var.c:2678: `int __result' previously defined here
> var.c:2679: `__translation__' was not declared in this scope
> var.c:2679: parse error before `}'
> var.c:2679: ANSI C++ forbids declaration `__result' with no type
> var.c:2679: redefinition of `int __result'
> var.c:2679: `int __result' previously defined here
> var.c:2679: parse error before `}'
> var.c:2680: redefinition of `int __catalog_counter__'
> var.c:2679: `int __catalog_counter__' previously defined here
> var.c:2680: parse error before `if'
> var.c:2680: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2680: redefinition of `int __catalog_counter__'
> var.c:2679: `int __catalog_counter__' previously defined here
> var.c:2680: multiple initializations given for `__catalog_counter__'
> var.c:2680: parse error before `}'
> var.c:2680: ANSI C++ forbids declaration `__result' with no type
> var.c:2680: redefinition of `int __result'
> var.c:2679: `int __result' previously defined here
> var.c:2680: `__translation__' was not declared in this scope
> var.c:2680: parse error before `}'
> var.c:2680: ANSI C++ forbids declaration `__result' with no type
> var.c:2680: redefinition of `int __result'
> var.c:2680: `int __result' previously defined here
> var.c:2680: parse error before `}'
> var.c:2681: redefinition of `int __catalog_counter__'
> var.c:2680: `int __catalog_counter__' previously defined here
> var.c:2681: parse error before `if'
> var.c:2681: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2681: redefinition of `int __catalog_counter__'
> var.c:2680: `int __catalog_counter__' previously defined here
> var.c:2681: multiple initializations given for `__catalog_counter__'
> var.c:2681: parse error before `}'
> var.c:2681: ANSI C++ forbids declaration `__result' with no type
> var.c:2681: redefinition of `int __result'
> var.c:2680: `int __result' previously defined here
> var.c:2681: `__translation__' was not declared in this scope
> var.c:2681: parse error before `}'
> var.c:2681: ANSI C++ forbids declaration `__result' with no type
> var.c:2681: redefinition of `int __result'
> var.c:2681: `int __result' previously defined here
> var.c:2681: parse error before `}'
> var.c:2682: redefinition of `int __catalog_counter__'
> var.c:2681: `int __catalog_counter__' previously defined here
> var.c:2682: parse error before `if'
> var.c:2682: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2682: redefinition of `int __catalog_counter__'
> var.c:2681: `int __catalog_counter__' previously defined here
> var.c:2682: multiple initializations given for `__catalog_counter__'
> var.c:2682: parse error before `}'
> var.c:2682: ANSI C++ forbids declaration `__result' with no type
> var.c:2682: redefinition of `int __result'
> var.c:2681: `int __result' previously defined here
> var.c:2682: `__translation__' was not declared in this scope
> var.c:2682: parse error before `}'
> var.c:2682: ANSI C++ forbids declaration `__result' with no type
> var.c:2682: redefinition of `int __result'
> var.c:2682: `int __result' previously defined here
> var.c:2682: parse error before `}'
> var.c:2683: redefinition of `int __catalog_counter__'
> var.c:2682: `int __catalog_counter__' previously defined here
> var.c:2683: parse error before `if'
> var.c:2683: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2683: redefinition of `int __catalog_counter__'
> var.c:2682: `int __catalog_counter__' previously defined here
> var.c:2683: multiple initializations given for `__catalog_counter__'
> var.c:2683: parse error before `}'
> var.c:2683: ANSI C++ forbids declaration `__result' with no type
> var.c:2683: redefinition of `int __result'
> var.c:2682: `int __result' previously defined here
> var.c:2683: `__translation__' was not declared in this scope
> var.c:2683: parse error before `}'
> var.c:2683: ANSI C++ forbids declaration `__result' with no type
> var.c:2683: redefinition of `int __result'
> var.c:2683: `int __result' previously defined here
> var.c:2683: parse error before `}'
> var.c:2684: redefinition of `int __catalog_counter__'
> var.c:2683: `int __catalog_counter__' previously defined here
> var.c:2684: parse error before `if'
> var.c:2684: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2684: redefinition of `int __catalog_counter__'
> var.c:2683: `int __catalog_counter__' previously defined here
> var.c:2684: multiple initializations given for `__catalog_counter__'
> var.c:2684: parse error before `}'
> var.c:2684: ANSI C++ forbids declaration `__result' with no type
> var.c:2684: redefinition of `int __result'
> var.c:2683: `int __result' previously defined here
> var.c:2684: `__translation__' was not declared in this scope
> var.c:2684: parse error before `}'
> var.c:2684: ANSI C++ forbids declaration `__result' with no type
> var.c:2684: redefinition of `int __result'
> var.c:2684: `int __result' previously defined here
> var.c:2684: parse error before `}'
> var.c:2685: redefinition of `int __catalog_counter__'
> var.c:2684: `int __catalog_counter__' previously defined here
> var.c:2685: parse error before `if'
> var.c:2685: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2685: redefinition of `int __catalog_counter__'
> var.c:2684: `int __catalog_counter__' previously defined here
> var.c:2685: multiple initializations given for `__catalog_counter__'
> var.c:2685: parse error before `}'
> var.c:2685: ANSI C++ forbids declaration `__result' with no type
> var.c:2685: redefinition of `int __result'
> var.c:2684: `int __result' previously defined here
> var.c:2685: `__translation__' was not declared in this scope
> var.c:2685: parse error before `}'
> var.c:2685: ANSI C++ forbids declaration `__result' with no type
> var.c:2685: redefinition of `int __result'
> var.c:2685: `int __result' previously defined here
> var.c:2685: parse error before `}'
> var.c:2686: redefinition of `int __catalog_counter__'
> var.c:2685: `int __catalog_counter__' previously defined here
> var.c:2686: parse error before `if'
> var.c:2686: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2686: redefinition of `int __catalog_counter__'
> var.c:2685: `int __catalog_counter__' previously defined here
> var.c:2686: multiple initializations given for `__catalog_counter__'
> var.c:2686: parse error before `}'
> var.c:2686: ANSI C++ forbids declaration `__result' with no type
> var.c:2686: redefinition of `int __result'
> var.c:2685: `int __result' previously defined here
> var.c:2686: `__translation__' was not declared in this scope
> var.c:2686: parse error before `}'
> var.c:2686: ANSI C++ forbids declaration `__result' with no type
> var.c:2686: redefinition of `int __result'
> var.c:2686: `int __result' previously defined here
> var.c:2686: parse error before `}'
> var.c:2687: redefinition of `int __catalog_counter__'
> var.c:2686: `int __catalog_counter__' previously defined here
> var.c:2687: parse error before `if'
> var.c:2687: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2687: redefinition of `int __catalog_counter__'
> var.c:2686: `int __catalog_counter__' previously defined here
> var.c:2687: multiple initializations given for `__catalog_counter__'
> var.c:2687: parse error before `}'
> var.c:2687: ANSI C++ forbids declaration `__result' with no type
> var.c:2687: redefinition of `int __result'
> var.c:2686: `int __result' previously defined here
> var.c:2687: `__translation__' was not declared in this scope
> var.c:2687: parse error before `}'
> var.c:2687: ANSI C++ forbids declaration `__result' with no type
> var.c:2687: redefinition of `int __result'
> var.c:2687: `int __result' previously defined here
> var.c:2687: parse error before `}'
> var.c:2688: redefinition of `int __catalog_counter__'
> var.c:2687: `int __catalog_counter__' previously defined here
> var.c:2688: parse error before `if'
> var.c:2688: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2688: redefinition of `int __catalog_counter__'
> var.c:2687: `int __catalog_counter__' previously defined here
> var.c:2688: multiple initializations given for `__catalog_counter__'
> var.c:2688: parse error before `}'
> var.c:2688: ANSI C++ forbids declaration `__result' with no type
> var.c:2688: redefinition of `int __result'
> var.c:2687: `int __result' previously defined here
> var.c:2688: `__translation__' was not declared in this scope
> var.c:2688: parse error before `}'
> var.c:2688: ANSI C++ forbids declaration `__result' with no type
> var.c:2688: redefinition of `int __result'
> var.c:2688: `int __result' previously defined here
> var.c:2688: parse error before `}'
> var.c:2689: redefinition of `int __catalog_counter__'
> var.c:2688: `int __catalog_counter__' previously defined here
> var.c:2689: parse error before `if'
> var.c:2689: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2689: redefinition of `int __catalog_counter__'
> var.c:2688: `int __catalog_counter__' previously defined here
> var.c:2689: multiple initializations given for `__catalog_counter__'
> var.c:2689: parse error before `}'
> var.c:2689: ANSI C++ forbids declaration `__result' with no type
> var.c:2689: redefinition of `int __result'
> var.c:2688: `int __result' previously defined here
> var.c:2689: `__translation__' was not declared in this scope
> var.c:2689: parse error before `}'
> var.c:2689: ANSI C++ forbids declaration `__result' with no type
> var.c:2689: redefinition of `int __result'
> var.c:2689: `int __result' previously defined here
> var.c:2689: parse error before `}'
> var.c:2690: redefinition of `int __catalog_counter__'
> var.c:2689: `int __catalog_counter__' previously defined here
> var.c:2690: parse error before `if'
> var.c:2690: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2690: redefinition of `int __catalog_counter__'
> var.c:2689: `int __catalog_counter__' previously defined here
> var.c:2690: multiple initializations given for `__catalog_counter__'
> var.c:2690: parse error before `}'
> var.c:2690: ANSI C++ forbids declaration `__result' with no type
> var.c:2690: redefinition of `int __result'
> var.c:2689: `int __result' previously defined here
> var.c:2690: `__translation__' was not declared in this scope
> var.c:2690: parse error before `}'
> var.c:2690: ANSI C++ forbids declaration `__result' with no type
> var.c:2690: redefinition of `int __result'
> var.c:2690: `int __result' previously defined here
> var.c:2690: parse error before `}'
> var.c:2691: redefinition of `int __catalog_counter__'
> var.c:2690: `int __catalog_counter__' previously defined here
> var.c:2691: parse error before `if'
> var.c:2691: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2691: redefinition of `int __catalog_counter__'
> var.c:2690: `int __catalog_counter__' previously defined here
> var.c:2691: multiple initializations given for `__catalog_counter__'
> var.c:2691: parse error before `}'
> var.c:2691: ANSI C++ forbids declaration `__result' with no type
> var.c:2691: redefinition of `int __result'
> var.c:2690: `int __result' previously defined here
> var.c:2691: `__translation__' was not declared in this scope
> var.c:2691: parse error before `}'
> var.c:2691: ANSI C++ forbids declaration `__result' with no type
> var.c:2691: redefinition of `int __result'
> var.c:2691: `int __result' previously defined here
> var.c:2691: parse error before `}'
> var.c:2692: redefinition of `int __catalog_counter__'
> var.c:2691: `int __catalog_counter__' previously defined here
> var.c:2692: parse error before `if'
> var.c:2692: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2692: redefinition of `int __catalog_counter__'
> var.c:2691: `int __catalog_counter__' previously defined here
> var.c:2692: multiple initializations given for `__catalog_counter__'
> var.c:2692: parse error before `}'
> var.c:2692: ANSI C++ forbids declaration `__result' with no type
> var.c:2692: redefinition of `int __result'
> var.c:2691: `int __result' previously defined here
> var.c:2692: `__translation__' was not declared in this scope
> var.c:2692: parse error before `}'
> var.c:2692: ANSI C++ forbids declaration `__result' with no type
> var.c:2692: redefinition of `int __result'
> var.c:2692: `int __result' previously defined here
> var.c:2692: parse error before `}'
> var.c:2693: redefinition of `int __catalog_counter__'
> var.c:2692: `int __catalog_counter__' previously defined here
> var.c:2693: parse error before `if'
> var.c:2693: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2693: redefinition of `int __catalog_counter__'
> var.c:2692: `int __catalog_counter__' previously defined here
> var.c:2693: multiple initializations given for `__catalog_counter__'
> var.c:2693: parse error before `}'
> var.c:2693: ANSI C++ forbids declaration `__result' with no type
> var.c:2693: redefinition of `int __result'
> var.c:2692: `int __result' previously defined here
> var.c:2693: `__translation__' was not declared in this scope
> var.c:2693: parse error before `}'
> var.c:2693: ANSI C++ forbids declaration `__result' with no type
> var.c:2693: redefinition of `int __result'
> var.c:2693: `int __result' previously defined here
> var.c:2693: parse error before `}'
> var.c:2694: redefinition of `int __catalog_counter__'
> var.c:2693: `int __catalog_counter__' previously defined here
> var.c:2694: parse error before `if'
> var.c:2694: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2694: redefinition of `int __catalog_counter__'
> var.c:2693: `int __catalog_counter__' previously defined here
> var.c:2694: multiple initializations given for `__catalog_counter__'
> var.c:2694: parse error before `}'
> var.c:2694: ANSI C++ forbids declaration `__result' with no type
> var.c:2694: redefinition of `int __result'
> var.c:2693: `int __result' previously defined here
> var.c:2694: `__translation__' was not declared in this scope
> var.c:2694: parse error before `}'
> var.c:2694: ANSI C++ forbids declaration `__result' with no type
> var.c:2694: redefinition of `int __result'
> var.c:2694: `int __result' previously defined here
> var.c:2694: parse error before `}'
> var.c:2695: redefinition of `int __catalog_counter__'
> var.c:2694: `int __catalog_counter__' previously defined here
> var.c:2695: parse error before `if'
> var.c:2695: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2695: redefinition of `int __catalog_counter__'
> var.c:2694: `int __catalog_counter__' previously defined here
> var.c:2695: multiple initializations given for `__catalog_counter__'
> var.c:2695: parse error before `}'
> var.c:2695: ANSI C++ forbids declaration `__result' with no type
> var.c:2695: redefinition of `int __result'
> var.c:2694: `int __result' previously defined here
> var.c:2695: `__translation__' was not declared in this scope
> var.c:2695: parse error before `}'
> var.c:2695: ANSI C++ forbids declaration `__result' with no type
> var.c:2695: redefinition of `int __result'
> var.c:2695: `int __result' previously defined here
> var.c:2695: parse error before `}'
> var.c:2696: redefinition of `int __catalog_counter__'
> var.c:2695: `int __catalog_counter__' previously defined here
> var.c:2696: parse error before `if'
> var.c:2696: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2696: redefinition of `int __catalog_counter__'
> var.c:2695: `int __catalog_counter__' previously defined here
> var.c:2696: multiple initializations given for `__catalog_counter__'
> var.c:2696: parse error before `}'
> var.c:2696: ANSI C++ forbids declaration `__result' with no type
> var.c:2696: redefinition of `int __result'
> var.c:2695: `int __result' previously defined here
> var.c:2696: `__translation__' was not declared in this scope
> var.c:2696: parse error before `}'
> var.c:2696: ANSI C++ forbids declaration `__result' with no type
> var.c:2696: redefinition of `int __result'
> var.c:2696: `int __result' previously defined here
> var.c:2696: parse error before `}'
> var.c:2697: redefinition of `int __catalog_counter__'
> var.c:2696: `int __catalog_counter__' previously defined here
> var.c:2697: parse error before `if'
> var.c:2697: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2697: redefinition of `int __catalog_counter__'
> var.c:2696: `int __catalog_counter__' previously defined here
> var.c:2697: multiple initializations given for `__catalog_counter__'
> var.c:2697: parse error before `}'
> var.c:2697: ANSI C++ forbids declaration `__result' with no type
> var.c:2697: redefinition of `int __result'
> var.c:2696: `int __result' previously defined here
> var.c:2697: `__translation__' was not declared in this scope
> var.c:2697: parse error before `}'
> var.c:2697: ANSI C++ forbids declaration `__result' with no type
> var.c:2697: redefinition of `int __result'
> var.c:2697: `int __result' previously defined here
> var.c:2697: parse error before `}'
> var.c:2698: redefinition of `int __catalog_counter__'
> var.c:2697: `int __catalog_counter__' previously defined here
> var.c:2698: parse error before `if'
> var.c:2698: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2698: redefinition of `int __catalog_counter__'
> var.c:2697: `int __catalog_counter__' previously defined here
> var.c:2698: multiple initializations given for `__catalog_counter__'
> var.c:2698: parse error before `}'
> var.c:2698: ANSI C++ forbids declaration `__result' with no type
> var.c:2698: redefinition of `int __result'
> var.c:2697: `int __result' previously defined here
> var.c:2698: `__translation__' was not declared in this scope
> var.c:2698: parse error before `}'
> var.c:2698: ANSI C++ forbids declaration `__result' with no type
> var.c:2698: redefinition of `int __result'
> var.c:2698: `int __result' previously defined here
> var.c:2698: parse error before `}'
> var.c:2699: redefinition of `int __catalog_counter__'
> var.c:2698: `int __catalog_counter__' previously defined here
> var.c:2699: parse error before `if'
> var.c:2699: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2699: redefinition of `int __catalog_counter__'
> var.c:2698: `int __catalog_counter__' previously defined here
> var.c:2699: multiple initializations given for `__catalog_counter__'
> var.c:2699: parse error before `}'
> var.c:2699: ANSI C++ forbids declaration `__result' with no type
> var.c:2699: redefinition of `int __result'
> var.c:2698: `int __result' previously defined here
> var.c:2699: `__translation__' was not declared in this scope
> var.c:2699: parse error before `}'
> var.c:2699: ANSI C++ forbids declaration `__result' with no type
> var.c:2699: redefinition of `int __result'
> var.c:2699: `int __result' previously defined here
> var.c:2699: parse error before `}'
> var.c:2700: redefinition of `int __catalog_counter__'
> var.c:2699: `int __catalog_counter__' previously defined here
> var.c:2700: parse error before `if'
> var.c:2700: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2700: redefinition of `int __catalog_counter__'
> var.c:2699: `int __catalog_counter__' previously defined here
> var.c:2700: multiple initializations given for `__catalog_counter__'
> var.c:2700: parse error before `}'
> var.c:2700: ANSI C++ forbids declaration `__result' with no type
> var.c:2700: redefinition of `int __result'
> var.c:2699: `int __result' previously defined here
> var.c:2700: `__translation__' was not declared in this scope
> var.c:2700: parse error before `}'
> var.c:2700: ANSI C++ forbids declaration `__result' with no type
> var.c:2700: redefinition of `int __result'
> var.c:2700: `int __result' previously defined here
> var.c:2700: parse error before `}'
> var.c:2701: redefinition of `int __catalog_counter__'
> var.c:2700: `int __catalog_counter__' previously defined here
> var.c:2701: parse error before `if'
> var.c:2701: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2701: redefinition of `int __catalog_counter__'
> var.c:2700: `int __catalog_counter__' previously defined here
> var.c:2701: multiple initializations given for `__catalog_counter__'
> var.c:2701: parse error before `}'
> var.c:2701: ANSI C++ forbids declaration `__result' with no type
> var.c:2701: redefinition of `int __result'
> var.c:2700: `int __result' previously defined here
> var.c:2701: `__translation__' was not declared in this scope
> var.c:2701: parse error before `}'
> var.c:2701: ANSI C++ forbids declaration `__result' with no type
> var.c:2701: redefinition of `int __result'
> var.c:2701: `int __result' previously defined here
> var.c:2701: parse error before `}'
> var.c:2702: redefinition of `int __catalog_counter__'
> var.c:2701: `int __catalog_counter__' previously defined here
> var.c:2702: parse error before `if'
> var.c:2702: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2702: redefinition of `int __catalog_counter__'
> var.c:2701: `int __catalog_counter__' previously defined here
> var.c:2702: multiple initializations given for `__catalog_counter__'
> var.c:2702: parse error before `}'
> var.c:2702: ANSI C++ forbids declaration `__result' with no type
> var.c:2702: redefinition of `int __result'
> var.c:2701: `int __result' previously defined here
> var.c:2702: `__translation__' was not declared in this scope
> var.c:2702: parse error before `}'
> var.c:2702: ANSI C++ forbids declaration `__result' with no type
> var.c:2702: redefinition of `int __result'
> var.c:2702: `int __result' previously defined here
> var.c:2702: parse error before `}'
> var.c:2703: redefinition of `int __catalog_counter__'
> var.c:2702: `int __catalog_counter__' previously defined here
> var.c:2703: parse error before `if'
> var.c:2703: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2703: redefinition of `int __catalog_counter__'
> var.c:2702: `int __catalog_counter__' previously defined here
> var.c:2703: multiple initializations given for `__catalog_counter__'
> var.c:2703: parse error before `}'
> var.c:2703: ANSI C++ forbids declaration `__result' with no type
> var.c:2703: redefinition of `int __result'
> var.c:2702: `int __result' previously defined here
> var.c:2703: `__translation__' was not declared in this scope
> var.c:2703: parse error before `}'
> var.c:2703: ANSI C++ forbids declaration `__result' with no type
> var.c:2703: redefinition of `int __result'
> var.c:2703: `int __result' previously defined here
> var.c:2703: parse error before `}'
> var.c:2704: redefinition of `int __catalog_counter__'
> var.c:2703: `int __catalog_counter__' previously defined here
> var.c:2704: parse error before `if'
> var.c:2704: ANSI C++ forbids declaration `__catalog_counter__' with no type
> var.c:2704: redefinition of `int __catalog_counter__'
> var.c:2703: `int __catalog_counter__' previously defined here
> var.c:2704: multiple initializations given for `__catalog_counter__'
> var.c:2704: parse error before `}'
> var.c:2704: ANSI C++ forbids declaration `__result' with no type
> var.c:2704: redefinition of `int __result'
> var.c:2703: `int __result' previously defined here
> var.c:2704: `__translation__' was not declared in this scope
> var.c:2704: parse error before `}'
> var.c:2704: ANSI C++ forbids declaration `__result' with no type
> var.c:2704: redefinition of `int __result'
> var.c:2704: `int __result' previously defined here
> var.c:2704: parse error before `}'
> make[1]: *** [var.o] Error 1
> make[1]: Leaving directory `/root/bacula-1.38.11/src/lib'
> 
> 
>   ====== Error in /root/bacula-1.38.11/src/lib ======
> 
> 
> ==>Entering directory /root/bacula-1.38.11/src/findlib
> make[1]: Entering directory `/root/bacula-1.38.11/src/findlib'
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  find.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  match.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  find_one.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  attribs.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  create_file.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  bfile.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  enable_priv.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  fstype.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  makepath.c
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  save-cwd.c
> /bin/rm -f libfind.a
> /usr/bin/ar cr libfind.a find.o match.o find_one.o attribs.o create_file.o 
> bfile.o enable_priv.o fstype.o makepath.o save-cwd.o
> ranlib libfind.a
> make[1]: *** No rule to make target `../lib/libbac.a', needed by `all'.  Stop.
> make[1]: Leaving directory `/root/bacula-1.38.11/src/findlib'
> 
> 
>   ====== Error in /root/bacula-1.38.11/src/findlib ======
> 
> 
> ==>Entering directory /root/bacula-1.38.11/src/filed
> make[1]: Entering directory `/root/bacula-1.38.11/src/filed'
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  filed.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  authenticate.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  acl.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  backup.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  chksum.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  estimate.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  filed_conf.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  heartbeat.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  job.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  pythonfd.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  restore.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  status.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  verify.c
> /usr/bin/g++   -c     -I. -I..  -g -O2 -Wall  verify_vol.c
> make[1]: *** No rule to make target `../lib/libbac.a', needed by `bacula-fd'. 
>  Stop.
> make[1]: Leaving directory `/root/bacula-1.38.11/src/filed'
> 
> 
>   ====== Error in /root/bacula-1.38.11/src/filed ======
> 
> 
> ==>Entering directory /root/bacula-1.38.11/src/console
> make[1]: Entering directory `/root/bacula-1.38.11/src/console'
> /usr/bin/g++   -c    -I. -I..  -g -O2 -Wall  console.c
> console.c:150: braced-group within expression allowed only inside a function
> console.c:150: parse error before `)'
> console.c:150: ANSI C++ forbids declaration `__result' with no type
> console.c:150: parse error before `}'
> console.c:151: parse error before `if'
> console.c:151: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:151: redefinition of `int __catalog_counter__'
> console.c:151: `int __catalog_counter__' previously declared here
> console.c:151: parse error before `}'
> console.c:151: ANSI C++ forbids declaration `__result' with no type
> console.c:151: redefinition of `int __result'
> console.c:150: `int __result' previously declared here
> console.c:151: `__translation__' was not declared in this scope
> console.c:151: parse error before `}'
> console.c:151: ANSI C++ forbids declaration `__result' with no type
> console.c:151: redefinition of `int __result'
> console.c:151: `int __result' previously defined here
> console.c:151: parse error before `}'
> console.c:152: redefinition of `int __catalog_counter__'
> console.c:151: `int __catalog_counter__' previously defined here
> console.c:152: parse error before `if'
> console.c:152: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:152: redefinition of `int __catalog_counter__'
> console.c:151: `int __catalog_counter__' previously defined here
> console.c:152: multiple initializations given for `__catalog_counter__'
> console.c:152: parse error before `}'
> console.c:152: ANSI C++ forbids declaration `__result' with no type
> console.c:152: redefinition of `int __result'
> console.c:151: `int __result' previously defined here
> console.c:152: `__translation__' was not declared in this scope
> console.c:152: parse error before `}'
> console.c:152: ANSI C++ forbids declaration `__result' with no type
> console.c:152: redefinition of `int __result'
> console.c:152: `int __result' previously defined here
> console.c:152: parse error before `}'
> console.c:153: redefinition of `int __catalog_counter__'
> console.c:152: `int __catalog_counter__' previously defined here
> console.c:153: parse error before `if'
> console.c:153: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:153: redefinition of `int __catalog_counter__'
> console.c:152: `int __catalog_counter__' previously defined here
> console.c:153: multiple initializations given for `__catalog_counter__'
> console.c:153: parse error before `}'
> console.c:153: ANSI C++ forbids declaration `__result' with no type
> console.c:153: redefinition of `int __result'
> console.c:152: `int __result' previously defined here
> console.c:153: `__translation__' was not declared in this scope
> console.c:153: parse error before `}'
> console.c:153: ANSI C++ forbids declaration `__result' with no type
> console.c:153: redefinition of `int __result'
> console.c:153: `int __result' previously defined here
> console.c:153: parse error before `}'
> console.c:154: redefinition of `int __catalog_counter__'
> console.c:153: `int __catalog_counter__' previously defined here
> console.c:154: parse error before `if'
> console.c:154: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:154: redefinition of `int __catalog_counter__'
> console.c:153: `int __catalog_counter__' previously defined here
> console.c:154: multiple initializations given for `__catalog_counter__'
> console.c:154: parse error before `}'
> console.c:154: ANSI C++ forbids declaration `__result' with no type
> console.c:154: redefinition of `int __result'
> console.c:153: `int __result' previously defined here
> console.c:154: `__translation__' was not declared in this scope
> console.c:154: parse error before `}'
> console.c:154: ANSI C++ forbids declaration `__result' with no type
> console.c:154: redefinition of `int __result'
> console.c:154: `int __result' previously defined here
> console.c:154: parse error before `}'
> console.c:155: redefinition of `int __catalog_counter__'
> console.c:154: `int __catalog_counter__' previously defined here
> console.c:155: parse error before `if'
> console.c:155: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:155: redefinition of `int __catalog_counter__'
> console.c:154: `int __catalog_counter__' previously defined here
> console.c:155: multiple initializations given for `__catalog_counter__'
> console.c:155: parse error before `}'
> console.c:155: ANSI C++ forbids declaration `__result' with no type
> console.c:155: redefinition of `int __result'
> console.c:154: `int __result' previously defined here
> console.c:155: `__translation__' was not declared in this scope
> console.c:155: parse error before `}'
> console.c:155: ANSI C++ forbids declaration `__result' with no type
> console.c:155: redefinition of `int __result'
> console.c:155: `int __result' previously defined here
> console.c:155: parse error before `}'
> console.c:156: redefinition of `int __catalog_counter__'
> console.c:155: `int __catalog_counter__' previously defined here
> console.c:156: parse error before `if'
> console.c:156: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:156: redefinition of `int __catalog_counter__'
> console.c:155: `int __catalog_counter__' previously defined here
> console.c:156: multiple initializations given for `__catalog_counter__'
> console.c:156: parse error before `}'
> console.c:156: ANSI C++ forbids declaration `__result' with no type
> console.c:156: redefinition of `int __result'
> console.c:155: `int __result' previously defined here
> console.c:156: `__translation__' was not declared in this scope
> console.c:156: parse error before `}'
> console.c:156: ANSI C++ forbids declaration `__result' with no type
> console.c:156: redefinition of `int __result'
> console.c:156: `int __result' previously defined here
> console.c:156: parse error before `}'
> console.c:157: redefinition of `int __catalog_counter__'
> console.c:156: `int __catalog_counter__' previously defined here
> console.c:157: parse error before `if'
> console.c:157: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:157: redefinition of `int __catalog_counter__'
> console.c:156: `int __catalog_counter__' previously defined here
> console.c:157: multiple initializations given for `__catalog_counter__'
> console.c:157: parse error before `}'
> console.c:157: ANSI C++ forbids declaration `__result' with no type
> console.c:157: redefinition of `int __result'
> console.c:156: `int __result' previously defined here
> console.c:157: `__translation__' was not declared in this scope
> console.c:157: parse error before `}'
> console.c:157: ANSI C++ forbids declaration `__result' with no type
> console.c:157: redefinition of `int __result'
> console.c:157: `int __result' previously defined here
> console.c:157: parse error before `}'
> console.c:158: redefinition of `int __catalog_counter__'
> console.c:157: `int __catalog_counter__' previously defined here
> console.c:158: parse error before `if'
> console.c:158: ANSI C++ forbids declaration `__catalog_counter__' with no type
> console.c:158: redefinition of `int __catalog_counter__'
> console.c:157: `int __catalog_counter__' previously defined here
> console.c:158: multiple initializations given for `__catalog_counter__'
> console.c:158: parse error before `}'
> console.c:158: ANSI C++ forbids declaration `__result' with no type
> console.c:158: redefinition of `int __result'
> console.c:157: `int __result' previously defined here
> console.c:158: `__translation__' was not declared in this scope
> console.c:158: parse error before `}'
> console.c:158: ANSI C++ forbids declaration `__result' with no type
> console.c:158: redefinition of `int __result'
> console.c:158: `int __result' previously defined here
> console.c:158: parse error before `}'
> console.c:752: warning: `int versioncmd(FILE *, BSOCK *)' defined but not used
> console.c:790: warning: `int outputcmd(FILE *, BSOCK *)' defined but not used
> console.c:783: warning: `int teecmd(FILE *, BSOCK *)' defined but not used
> console.c:827: warning: `int quitcmd(FILE *, BSOCK *)' defined but not used
> console.c:841: warning: `int timecmd(FILE *, BSOCK *)' defined but not used
> console.c:832: warning: `int sleepcmd(FILE *, BSOCK *)' defined but not used
> console.c:140: warning: `int zed_keyscmd(FILE *, BSOCK *)' defined but not 
> used
> make[1]: *** [console.o] Error 1
> make[1]: Leaving directory `/root/bacula-1.38.11/src/console'
> 
> 
>   ====== Error in /root/bacula-1.38.11/src/console ======
> 
> 
> linux:~/bacula-1.38.11 #                                                      
>             
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
IT-Service Lehmann                    [EMAIL PROTECTED]
Arno Lehmann                  http://www.its-lehmann.de

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to