On 2008-02-10, <[EMAIL PROTECTED]> wrote: > I'm trying to compile Dazuko 2.3.4 on Ubuntu 7.10 kernel > 2.6.22-14-generic (i686 32 bit) but I'm currently experiencing the > following erros: > > /home/rodrigo/Instaladores/dazuko-2.3.4/dazuko_linux.c:90: > error: conflicting types for ‘__d_path’ > include/linux/dcache.h:303: error: previous > declaration of ‘__d_path’ was here > [...] > > I'm using ./configure --enable-syscalls > --mapfile=/boot/System.map-2.6.22-14-generic , and after these > errors I've tried ./configure --enable-syscalls > --mapfile=/boot/System.map-2.6.22-14-generic --disable-local-dpath > but the errors are still there when doing 'sudo make'.
If you delete those 5 lines (lines 88-92) from dazuko_linux.c and then configure Dazuko with: $ ./confgure --enable-syscalls \ --mapfile=/boot/System.map-2.6.22-14-generic \ --disable-local-dpath \ --disable-chroot-support then it should work ok. John Ogness -- Dazuko Maintainer _______________________________________________ Dazuko-help mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/dazuko-help
