Kevin Madhu, le Mon 18 Feb 2013 19:17:06 +0530, a écrit : > The errors displayed when I try compiling the code(following > http://www.gnu.org/software/hurd/microkernel/mach/ > gnumach/building.html) is given as attachment.
> mig -n -cc cat - /dev/null \ > -user vm/memory_object_user.user.c -header > vm/memory_object_user.user.h \ > -list vm/memory_object_user.user.msgids > \ > < vm/lib_dep_tr_for_defs_a-memory_object_user.user.defs.o > "../include/mach/memory_object.defs", line 32: syntax error Which version of mig are you using? I'd advise using the package from Debian. > I am planning to study the code through an hands-on approach by > installing the sytem(first the microkernel alone, then moving on to > Hurd when I understand Mach and so on) Mach doesn't really do anything useful alone. You'd better rather use our Debian disk image http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz or installation image http://people.debian.org/~sthibault/hurd-i386/installer/cdimage > to a pendrive and booting system from the same. Pendrive are currently not supported. You'd better try it in qemu or virtualbox. Samuel