On Thursday 22 November 2007 14.09:40 Andrea Conti wrote: > Hello, > > > users have been building Mac clients for quite a number of years and > > no one has ever had any problems or at least reported recently. > > I can confirm that while I never had any problems with past versions of > Mac OS X, the file daemon won't build on 10.5 (Darwin 9.*) with these > exact symptoms.
OK, so it seems like the Mac OS guys have made some new incompatible change in Darwin 9.* -- great ... > > I spent some time trying to track down the problem and the immediate > reason for the compilation errors is that some tests in the configure > script fail unexpectedly, producing wrong results. This causes some > things (daddr_t, ino_t and int8_t) to get typedef'ed two times, and gcc > complains. Well, if we can figure out what they are doing, we can probably work around it. Perhaps the configure script is no longer detecting that Darwin 9 is a Darwin system, which could cause this kind of problem. > > As to why the tests fail, I suspect some breakage in the header files > that get included in the tests, but I am not skilled enough to sort it > out by myself. > > Tomorrow I am going to file a bug report so that I can attach some logs. Opening a bug report is probably the best way to resolve this. What you will need to do is try to localize where the problem is showing up in the ./configure script, and I will need the config.log file that is generated and the stdout from the ./configure. I may also need copies of their header files ... Regards, Kern > > Regards, > Andrea > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > Bacula-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/bacula-devel ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
