help-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mig compiling problem


From: Adrian Lehne
Subject: mig compiling problem
Date: Sun, 07 Nov 2004 11:08:41 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

I have a problem while compiling teh mig interface.
I used ./configure with --build=i586-linux-gnu and --host=i586-gnu.
But when I used the make command:
 gcc -S   -x c -o cpu.symo cpu.symc
 cpu.symc:1:26: mach/message.h: Datei oder Verzeichnis nicht gefunden
 cpu.symc: In Funktion »bogus«:
 cpu.symc:3: error: `integer_t' undeclared (first use in this function)
 cpu.symc:3: error: (Each undeclared identifier is reported only once
 cpu.symc:3: error: for each function it appears in.)
cpu.symc:9: error: `mach_msg_header_t' undeclared (first use in this function) cpu.symc:11: error: `mach_msg_type_t' undeclared (first use in this function) cpu.symc:13: error: `mach_msg_type_long_t' undeclared (first use in this function) cpu.symc:15: error: `MACH_MSG_TYPE_UNSTRUCTURED' undeclared (first use in this function) cpu.symc:17: error: `MACH_MSG_TYPE_POLYMORPHIC' undeclared (first use in this function) cpu.symc:19: error: `MACH_MSG_TYPE_BIT' undeclared (first use in this function) cpu.symc:21: error: `MACH_MSG_TYPE_BOOLEAN' undeclared (first use in this function) cpu.symc:23: error: `MACH_MSG_TYPE_INTEGER_16' undeclared (first use in this function) cpu.symc:25: error: `MACH_MSG_TYPE_INTEGER_32' undeclared (first use in this function) cpu.symc:27: error: `MACH_MSG_TYPE_CHAR' undeclared (first use in this function)cpu.symc:29: error: `MACH_MSG_TYPE_BYTE' undeclared (first use in this function)cpu.symc:31: error: `MACH_MSG_TYPE_INTEGER_8' undeclared (first use in this function) cpu.symc:33: error: `MACH_MSG_TYPE_REAL' undeclared (first use in this function)cpu.symc:35: error: `MACH_MSG_TYPE_INTEGER_64' undeclared (first use in this function) cpu.symc:37: error: `MACH_MSG_TYPE_STRING' undeclared (first use in this function) cpu.symc:39: error: `MACH_MSG_TYPE_STRING_C' undeclared (first use in this function) cpu.symc:41: error: `MACH_MSG_TYPE_MOVE_RECEIVE' undeclared (first use in this function) cpu.symc:43: error: `MACH_MSG_TYPE_MOVE_SEND' undeclared (first use in this function) cpu.symc:45: error: `MACH_MSG_TYPE_MOVE_SEND_ONCE' undeclared (first use in this function) cpu.symc:47: error: `MACH_MSG_TYPE_COPY_SEND' undeclared (first use in this function) cpu.symc:49: error: `MACH_MSG_TYPE_MAKE_SEND' undeclared (first use in this function) cpu.symc:51: error: `MACH_MSG_TYPE_MAKE_SEND_ONCE' undeclared (first use in this function) cpu.symc:53: error: `MACH_MSG_TYPE_PORT_NAME' undeclared (first use in this function) cpu.symc:55: error: `MACH_MSG_TYPE_PORT_RECEIVE' undeclared (first use in this function) cpu.symc:57: error: `MACH_MSG_TYPE_PORT_SEND' undeclared (first use in this function) cpu.symc:59: error: `MACH_MSG_TYPE_PORT_SEND_ONCE' undeclared (first use in this function)
 make: *** [cpu.symo] Fehler 1

This is the result when I tried to compile the cvs version of mig. I get also this result when I tried to compile older versions of mig. Can you tell my what I do wrong?

Thanks Adrian Lehne

P.S. Sorry for my terrible english.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]