Hi all,<br>
<br>
I'm running NetBSD 3.0. I'm trying to run arla 0.41 in NetBSD 3.0.<br>
I got this errors:<br>
<br>
Making all in nnpfs<br>
SUBDIRS='bsd'; &nbsp;for i in $SUBDIRS; &nbsp;do (cd $i &amp;&amp; make &nbsp; all); done<br>
gcc -c &nbsp;-DHAVE_CONFIG_H -I. -I. &nbsp;-I../../include -I./../../include<br>
-I./../include -DNNPFS_DEBUG -DINET6 -g &nbsp;-Wall -Wmissing-prototypes<br>
-Wpointer-arith -Wmissing-declarations -Wnested-externs &nbsp; -D_KERNEL<br>
-D_LKM -ffreestanding -I/usr/src/sys/ -nostdinc -isystem /usr/src/sys/<br>
-isystem /usr/src/sys//arch -I/root/arla-0.41/include/netbsd-lkm<br>
-Wno-unused -Werror nnpfs_message.c<br>
nnpfs_message.c: In function `nnpfs_message_installdata':<br>
nnpfs_message.c:228: warning: assignment from incompatible pointer type<br>
nnpfs_message.c:228: error: structure has no member named `l_proc'<br>
nnpfs_message.c: In function `nnpfs_message_invalidnode':<br>
nnpfs_message.c:360: warning: passing arg 3 of `vrecycle' from<br>
incompatible pointer type<br>
nnpfs_message.c: In function `gc_vnode':<br>
nnpfs_message.c:453: warning: passing arg 2 of `vgonel' from<br>
incompatible pointer type<br>
*** Error code 1<br>
<br>
<br>
Do you have any ideas?<br>
<br>
Thank you!