[Box Backup] compile fail

Greg Fitzgerald boxbackup@fluffy.co.uk
Fri, 23 Jan 2004 19:06:13 -0500


Hi,

	Very interested in the backup tool. Great ideas from what i see.
	I just tried to compile the software on Gentoo Linux and ran
	into some errors.

mkdir install/boxbackup-0.02-backup-client-Linux
(cd bin/bbackupd; make RELEASE=1)
make[1]: Entering directory `/mnt/home/gregf/boxbackup-0.02/bin/bbackupd'
(cd ../../lib/common; make RELEASE=1 NODEPS=1)
make[2]: Entering directory `/mnt/home/gregf/boxbackup-0.02/lib/common'
g++ -DNDEBUG -O2 -Wall  -DPLATFORM_LINUX -DPLATFORM_GCC3 -DBOX_VERSION="\"0.02\"" -c UnixUser.cpp -o ../../release/lib/common/UnixUser.o
In file included from UnixUser.cpp:50:
Box.h:167:27: warning: extra tokens at end of #undef directive
UnixUser.cpp:119: error: default argument given for parameter 1 of `void 
   UnixUser::ChangeProcessUser(bool)'
UnixUser.h:64: error: after previous specification in `void 
   UnixUser::ChangeProcessUser(bool)'
make[2]: *** [../../release/lib/common/UnixUser.o] Error 1
make[2]: Leaving directory `/mnt/home/gregf/boxbackup-0.02/lib/common'
make[1]: *** [dep_modules] Error 2
make[1]: Leaving directory `/mnt/home/gregf/boxbackup-0.02/bin/bbackupd'
make: *** [install/boxbackup-0.02-backup-client-Linux.tgz] Error 2

	--Greg