Re: [Dar-libdar_api] Problem building current SVN kdar against dar 2.3.3
For full, incremental, compressed and encrypted backups or archives
Brought to you by:
edrusb
|
From: Adam W. <awi...@ma...> - 2007-06-18 19:03:45
|
On Mon, 2007-06-18 at 20:58 +0200, Denis Corbin wrote: > the missing operand is LIBDAR_MODE's value which is defined to an empty > string. LIBDAR_MODE must either not be defined or be set to 64 or 32, > either from CXXFLAGS and LDFLAGS if not using make from the compiler > command-line. > > example: > export CXXFLAGS=-DLIBDAR_MODE=64 > export LDFLAGS=-DLIBDAR_MODE=64 > make > > or > g++ -DLIBDAR_MODE=64 ... Great, thanks, Denis. I guess it's a bug in kdar that its build process doesn't set this value, but I can easily do it in the spec file instead. Thanks again. -- adamw |