[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Dazuko-help] Trouble compiling Dazuko: conflicting types for __d_pa
From: |
John Ogness |
Subject: |
Re: [Dazuko-help] Trouble compiling Dazuko: conflicting types for __d_path Ubuntu 7.10 |
Date: |
Mon, 11 Feb 2008 23:20:47 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (berkeley-unix) |
On 2008-02-10, <address@hidden> 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