> In an attempt to (1) learn Hurd programming and (2) help out with the
> development where I can, I have cooked up a port of the /dev/{,u}random
> Linux driver for Hurd.
Hi Sune,
I installed the Hurd this weekend and wanted to try out your example
(and get the development environment going).
I managed to guess which devel packages needed to be installed and get the
C compiler going but I'm missing a header file:
jewel@tatyana:~/entropy/entropy$
make mig entropy.defs entropy.defs
entropy.defs entropy.defs \
-user entropyUser.c \
-header entropy.h \
-server entropyServer.c \
-sheader entropyServer.h In file included from entropy.defs:27:
/include/hurd/hurd_types.defs:217: bits/utsname.h: No such file or
directory "/include/hurd/hurd_types.defs", line 217: parse error make: ***
[entropyServer.h] Error 1
jewel@tatyana:~/entropy/entropy$
Can someone tell me what I'm missing?
More on my experiences with Hurd in the next post
John