I tried to compile arla-0.36.2. I run ./configure with the given below options.<br>
<br>
./configure --prefix=/usr/local
--with-krb5-lib=/usr/lib/heimdal-servers/
--with-krb5-include=/usr/include/
--with-sys=/usr/src/kernel-source-2.6.8<br>
<br>
But it shows the status as,<br>
config.status: error: cannot find input file: doc/Makefile.in<br>
<br>
It creates Makefile for nnpfs. So I run make in that nnpfs/linux directory. It throws an error:<br>
/usr/src/modules/arla/nnpfs/linux/kbuild-work/nnpfs_dev.c: In function nnpfs_init_device:<br>
/usr/src/modules/arla/nnpfs/linux/kbuild-work/nnpfs_dev.c:839:error: 'MUTEX' undeclared (first use in this function)<br>
<br>
how to create nnpfs module?<br>
<br>
--r.subramani<br>