On Wednesday 27 August 2008 20:45:02 Michael Stapelberg wrote: > Hi, > > I just tried to compile bacula-client on IRIX 6.5 and ran into some smaller > issues. I've attached a patchfile which fixes all of them and therefore > makes bacula-fd run fine :-). > > Please review it and ensure that it does not break other code. > > Thanks and best regards, > Michael > > By the way: The compilation flags I've used are: > export CC=cc > export CFLAGS="-n32 -mips4 -xansi -O3 -OPT:Olimit=0:roundoff=3 > -TARG:platform=IP27:proc=r10000 -woff 1164,1174" export > LDFLAGS="-L/usr/local/lib32 -rpath /usr/local/lib32" > > ./configure --prefix=/usr/local \ > --includedir=/usr/local/include \ > --libdir=/usr/local/lib32 \ > --enable-client-only \ > --with-openssl=/usr/local
Thanks for the patch. I did not apply the change to src/bacula.h. You will need to do it another way. If HAVE_STDINT_H is defined, then it should be included, so the correct fix is either to undefine HAVE_STDINT_H or figure out why it is incorrectly being set. I also did not include the changes to smartall.h since without it, any debug code will very likely either break or not free the desired buffer. I don't see why this change would be needed. All the rest, I applied (manually) according to your patch. Thanks, Kern ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
