<div dir="ltr">I tried to build it without doing check out first but I get en error (with 2 kernel versions).<br>Note: I installed both kernel headers.<br><br>root@valerio:/tmp/sheepdog/sbd# make <br>make -C /lib/modules/`uname -r`/build M=$PWD modules<br>
make[1]: Entering directory `/usr/src/linux-headers-3.12-0.bpo.1-amd64'<br>  CC [M]  /tmp/sheepdog/sbd/sheep_block_device.o<br>
In file included from /tmp/sheepdog/sbd/sheep_block_device.c:48:0:<br>/tmp/sheepdog/sbd/sbd.h:20:28: fatal error: sheepdog_proto.h: File o directory non esistente<br>compilation terminated.<br>make[4]: *** [/tmp/sheepdog/sbd/sheep_block_device.o] Error 1<br>

make[3]: *** [_module_/tmp/sheepdog/sbd] Error 2<br>make[2]: *** [sub-make] Error 2<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/usr/src/linux-headers-3.12-0.bpo.1-amd64'<br>make: *** [default] Error 2<br>
<br>root@valerio:/usr/src/sheepdog/sbd# make<br>make -C /lib/modules/`uname -r`/build M=$PWD modules<br>make[1]: Entering directory `/usr/src/linux-headers-3.2.0-4-amd64'<br>  CC [M]  /usr/src/sheepdog/sbd/sheep_block_device.o<br>
In file included from /usr/src/sheepdog/sbd/sheep_block_device.c:48:0:<br>/usr/src/sheepdog/sbd/sbd.h:20:28: fatal error: sheepdog_proto.h: File o directory non esistente<br>compilation terminated.<br>make[4]: *** [/usr/src/sheepdog/sbd/sheep_block_device.o] Error 1<br>
make[3]: *** [_module_/usr/src/sheepdog/sbd] Error 2<br>make[2]: *** [sub-make] Error 2<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/usr/src/linux-headers-3.2.0-4-amd64'<br>make: *** [default] Error 2<br>
<br>
<br></div>